This is a very cool demo, using WebSockets to track progression of each block through the 4 statuses (Proposed, Voted, Finalized, Verified) in realtime. Check out how fast blocks go from Proposed (blue) to Finalized (orange) Great work by @hr0xCrypto !
cipHer (evm/acc)
cipHer (evm/acc)Sep 24, 20:46
Just shipped a new project: MonadBFT Live It’s a live explorer that visualizes @monad speculative block states in realtime: 🔵 Proposed 🟡 Voted 🟠 Finalized 🟢 Verified Instead of just showing finalized blocks, you can see the full lifecycle as blocks move through the MonadBFT pipeline. Check it out here: Under the hood it’s powered by my MonoPulse SDK, a toolkit I built for realtime data streaming on Monad. MonoPulse exposes easy watchers (watchBalances, watchNFTs, watchContractData, watchBlockStats, etc.) and viem extensions to integrate directly into dev workflows. SDK here: I wanted to show what’s possible when you combine these new speculative feeds (monadNewHeads, monadLogs) with a playful UI. Would love feedback, especially from other @monad_dev building tools & explorers.
Live version:
30.23K