
steem.rocks is an activity feed built on STEEM blockchain where you can keep up with the operations related to your accounts. You can learn more on the original announcement post.
Since I have been running a witness for the last month, we have a new developments of steem.rocks related to witness dynamics.
New Features
1. Witness Leaderboard
Steemit's witnesses page is unfair and shows only top50 witnesses. Probably, new investors thinks that these are all the choices they can vote, and vote from that list.
steem.rocks now shows the top400 witnesses, their votes, witness properties and a couple of stats related to them. (probably with the fastest implementation.)
All data in this page is refreshed in every minute. You can search specific witnesses, sort by properties, etc.
Information on this page is generated by a get_witnesses_by_vote("", 400)
steemd daemon call. This call returns all the relevant information.
I plan to expand this page with additional info like
- Voter count and voter detail
- Next estimated block mint time
- Block misses in detail
- Scheduled witnesses
You can also see alternative implementations like steemd, steemdb, and steemian.info.
2.Account Witness Votes
Every profile includes the outgoing witness votes now.

If the profile has a proxy:

These information can be obtained with the get_accounts
call in the steem daemon.
Related commits
- Add witness page
- Add witness voting details for users
- Add a homepage link to witnesses page
- Revise footer
Posted on Utopian.io - Rewarding Open Source Contributors