How many accounts on STEEM blockchain?

in steem •  last year 

The following bot shows the number of account on steem is 3619540 which seems incorrect.
image.png

The answer is from the following Python code:

from steem import Steem

steem = Steem(nodes = ["https://api.steemit.com"])
print(steem.steemd.get_account_count())

So, likely, there is a bug with the steem Python lib, which is not under active development/maintainence.

On the Account Ranking Page
image.png

This is a much realistic number, as the accounts are obtained by the steem.api.lookupAccounts from "a" to "z" alphabetically.

Steem to the Moon🚀!

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE BLURT!