Reorg Playground
About the project
Bitcoin tool for exploring forks, tip divergence, and reorg behavior.
Reorg Playground is a Bitcoin developer tool for exploring forks, tip divergence, and reorg behavior across multiple node backends. Deeper reorgs are rare on the live network, which lets fork/reorg edge cases slip through pre-production testing in wallets, explorers, and Bitcoin-integrated systems. With Reorg Playground, you can watch network state in near real time and deliberately produce blocks, isolate nodes, and create competing branches in development environments (Regtest and custom Signet).
A hosted view-only deployment is available at reorgplayground.app for observing live Mainnet and Testnet state.
Key features:
- πͺ΅ Interactive block-header graph with forks, competing tips, and collapsible sections
- π Multi-backend node observation: Bitcoin Core, Electrum, Esplora, btcd
- π Observed stale-rate metric with configurable rolling windows
- β‘ Trigger Reorg button β pick a node and depth, create a reorg in two clicks (Regtest & custom Signet)
- πΈοΈ Node Connection Manager β inspect peer links, shape P2P topology, isolate nodes, toggle networking
- βοΈ Config-driven networks and nodes via
config.toml, header history persisted in SQLite
