← back to work
2026 · Product & build

Bitcoin Realized Pricing Bands

Live on-chain Bitcoin valuation, built and shipped end-to-end

data-vizfintechon-chainbitcoin
Bitcoin Realized Pricing Bands interface
3
// live data sources aggregated
6
// valuation bands (0.8x → 3.2x RP)
$0
// backend cost — fully static
stack: Next.jsReactRechartsSWRTailwindCloudflare Pages

The idea

Most Bitcoin charts show price in isolation. This one shows price against its Realized Price bands — a valuation framework (popularized by CryptoQuant and Axel Adler Jr) built on the actual on-chain cost basis of every holder. It answers a more useful question than “what’s the price”: where are we in the cycle, and is Bitcoin cheap or overheated relative to what holders actually paid?

🪙 Open the live chart · 💻 Source on GitHub

What it shows

How it’s built

All data comes from three free, public, no-auth APIs: BGeometrics (on-chain realized price + STH/LTH RP), Blockchain.info (full daily price history back to 2018), and CoinPaprika (live spot price). The aggregation logic — day-indexed lookups, band math, live-point stitching — runs entirely in the browser, so the whole app ships as a static site with no backend, no serverless functions, and no running cost. Built with Next.js, charted with Recharts, and deployed to Cloudflare Pages.

Not financial advice. This is a valuation heuristic for research and education. All data refreshes live from the sources above — always do your own research.


← back to all work