Loading page
Loading page
build // Bitcoin · Infrastructure
Live panels for IBD progress, peer counts, mempool bytes, and fee estimates. Never expose RPC to the browser.
Operators need a single pane of glass for node health. Turn Bitcoin Core RPC into an operational dashboard.
A node dashboard is high privilege. Auth-protect it, bind to localhost by default, and assume leaked cookies equal node access.
| Metric | Source ideas |
|---|---|
| Chain tip / headers | getblockchaininfo |
| Peer count / versions | getpeerinfo |
| Mempool size / fees | getmempoolinfo, estimates |
| Wallet balance | getbalances (if enabled) |
| RPC latency | measured client-side |
Required skills
Part of the bitcoin roadmap.
Browser ──► Dashboard API ──► bitcoind RPC
│
└──► optional metrics storeReference for how Core surfaces node and wallet status.
Ops dashboard patterns (Lightning-focused, still useful UX).
No questions yet — be the first to ask.