A real-time interactive map visualizing the global distribution of Bitcoin nodes.
- 🌐 Live Node Data: Fetches the latest node data from the Bitnodes API.
- 🔥 Heatmap & Clusters: See node density as a heatmap (zoomed out) or as interactive clusters (zoomed in).
- 📊 Analytics Dashboard: View top countries, organizations, protocol versions, and more.
- 🌓 Dark Theme: Modern neon-inspired dark UI.
- 📱 Mobile Responsive: Works great on all devices.
| Map View | Analytics Panel |
|---|---|
![]() |
![]() |
-
Clone the repo:
git clone https://github.com/sgoodz/bitcoin-heatmap.git cd bitcoin-heatmap -
Install dependencies:
npm install
-
Run locally:
npm run dev
-
Build for production:
npm run build
Pull requests are welcome! For major changes, please open an issue first.


