You are viewing a single comment's thread from:
RE: Why does steemd.com not show the number of accounts anymore?? Why is this hidden now?
That's probably a little more than I can walk you through, but the query is simple enough:
SELECT count(id) as total_accounts FROM Accounts
I'm using DBeaver which is a free SQL tool. Good luck!