Aboutt
A Fast Bitcoin Block Explorer with the following features:
- ⚡ simple: requires only a bitcoin core backend with rest and txindex enabled.
- ₿ bitcoin-only: mainnet, signet and regtest are supported.
- 💾 cache-friendly: pages intentionally avoid fields like 'confirmations' so that the page is cache-able forever.
- 💻 terminal-friendly: the simple standard html is easily rendered in text to be shown in a terminal, add `/text` to any page like the home page.
- 📶 low-bandwidth: no images, no blocking javascript, no external fonts, small html, a single external stylesheets which is preloaded. After the first, a single network request load any page.
- 🔒 privacy-friendly: we use a privacy-friendly analytics service (Plausible) that does not track personal information. It's the only loaded javascript and it's loaded asynchronously to not block the page load.
- 📂 open-source: the code is available on GitHub.
- 🚀 high-performance: the site achieves perfect 100 scores on all PageSpeed Insights metrics.