How many accounts on STEEM Blockchain? Official Nodes say 3.65M but Others say 1.93M
@kafio wrote: Steem Data Analysis: Who Withdraws Rewards vs Builds SP?.
In the post, he said there are 3.65M accounts on steem, and I was surprised to see that. I did the verification:
$ curl -s --data '{"jsonrpc":"2.0", "method":"condenser_api.get_account_count", "params":[], "id":1}' https://api.steemit.com | jq
{
"jsonrpc": "2.0",
"result": 3657274,
"id": 1
}
However, other nodes return 1.93M:
According to ranking table, 1.93M is more convincing.
I've created a issue: https://github.com/steemit/steem/issues/3697
Steem to the Moon🚀!
- You can rent Steem Power via rentsp!
- You can swap the TRON:TRX/USDT/USDD to STEEM via tron2steem!
- You can swap the STEEM/SBD to SUI via steem2sui!
- You can swap the STEEM/SBD to SOL Solana via steem2sol!
- You can swap the STEEM/SBD to ETH Ethereum via steem2eth!
- You can swap the STEEM/SBD to Tether USDT (TRC-20) via steem2usdt!
- You can swap the STEEM/SBD to TRX (TRON) via steem2trx!
- You can swap the STEEM/SBD to BTS (BitShares) via steem2bts!
- Register a free STEEM account at SteemYY!
- Steem Block Explorer
- ChatGPT/Steem Integration: You can type !ask command to invoke ChatGPT
- Steem Witness Table and API
- Other Steem Tools
Also, with his RPC https://api.steem.fans and https://rpc.amarbangla.ne, I get 3.65M
Most likely these 2 nodes just redirect the requests to api.steemit.com
Is there an advantage to making one API simply redirect to another? Doesn't it just cause the owner to lose resources without any benefits, or am I missing something?
If a node just simply redirects all requests/APIs to another node, it would be useless.
Hi, by the way! I made a script to fetch all user accounts on Steem using two different nodes — the official one and another that reports 1.9 million accounts. Since both nodes return the same number when running the script, we can confirm that the total number of accounts on Steem is 1.9 million.
Yes, that is what I thought. I used an api to get all account names, it is 1.9M.