HOUTINI

← All data stories

The Bitcoin Spiral

A polar map of every Bitcoin cycle. Price spirals outward over time around the Power-Law channel: a long-term curve that, oddly enough, Bitcoin has tracked for fourteen years now.

→ Open the live Bitcoin Monitor dashboard

→ When Does the Music Stop? — a data story on the 2026/27 market-bubble warning signs.

The Bitcoin Spiral: Bitcoin price spiralling outward on a 4-year-cycle map, riding the Power Law support/resistance channel.

How to read it

Embed it

The chart is a single self-contained SVG. Drop it in with an <img> or <object>:

<img src="https://richybaxter.github.io/Mandala/btc-mandala.svg"
     alt="The Bitcoin Spiral" style="max-width:100%;height:auto">

Or inline the SVG markup directly from btc-mandala.svg for crisp scaling and themable styling.

Update the data

Edit data/btc-monthly.json (price), data/events.csv (diary) or data/flows.csv (ETF flows), then re-render:

python3 generate.py
# refresh ETF flows from a free source first:
FLOWS_URL="https://your-source/btc-etf-daily.csv" python3 fetch_flows.py

An open-source chart by houtini. The Power-Law model is the work of Giovanni Santostasi: Bitcoin's price has tracked a single power-law curve since the network was a few months old. Monthly closes refresh in CI from real Binance data, anchored to milestones (ATH $126,198 on 6 Oct 2025). Educational, not financial advice.