How Much Are All Steem Accounts Worth in USD?

in wherein •  4 years ago 

Since we have all accounts stored in MySQL database at this tool: https://steemyy.com/ranking.php we can analyse the data:

Taking the current Price: 1 STEEM = $0.1674, 1 SBD = $0.991257

Then, run a SQL Query:

select 0.1674*(sum(steem)+sum(sp))+sum(sbd)*0.991257 from accounts

which gives the following result:
image.png

That is, roughly 66,842,539 USD worth of money for all accounts on steem blockchain. So, next what do you want to know?

RoadMap:

  1. are 20% of accounts holding 80% or more wealth?
  2. the median value?

@steemcurator01
@steemcurator02


Follow me for topics of Algorithms, Blockchain and Cloud.
I am @justyy - a Steem Witness
https://steemyy.com

My contributions

Support me

If you like my work, please:

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