How many accounts on STEEM blockchain?

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🚀!

H2
H3
H4
3 columns
2 columns
1 column
6 Comments