Post
Topic
Board Project Development
Re: [ANNOUNCE] Abe 0.7: Open Source Block Explorer Knockoff
by
mjb
on 28/08/2013, 11:39:57 UTC
I have a question regarding the number of public keys that the blockchain has "seen":

Code:
select count(pubkey_id) from pubkey;
+------------------+
| count(pubkey_id) |
+------------------+
|         16794956 |
+------------------+
1 row in set (3 min 50.15 sec)

Is it really only 16.8 millions (as of a few days ago)? Or is there something wrong with my database?