Miner Power (last 144 blocks)
The table below does not take into account Bitcoin transaction fees spent by Stacks miners.
Miner | STX Recipient | Blocks Won | BTC Spent (sats) | STX Earnt | Win rate |
---|---|---|---|---|---|
Visualizing Block Commits
This is a visualization of the Stacks chain, from the perspective of the block commits broadcast by Stacks miners on Bitcoin.
How to read this graph
- Each "row" or "cluster" represents commits at a given Bitcoin block. The label links to the corresponding block on mempool.space
- Each block commit node links to the corresponding Bitcoin transaction.
- Winning commits are solid, the rest are dashed. For winning commits, the node links to the corresponding Stacks block instead.
- The bold blue edges trace the "canonical" chain
- Red edges indicate blocks building on top of non-canonical tips (indicating forks)
- Block commits from the same miner have the same fill color. The algorithm is rudimentary: I cast the first 8 bytes of the address to an int, and then modulo that into a fixed set of colors.