TIMECHAIN·MAP
Bitcoin VisualisedDeveloper surface
The API
the network, by country.
The same geographic dataset that drives the Map, exposed as a plain JSON API. Free for everyone, with per-key rate limits to keep it healthy. Every figure carries its source and as-of date — geography off the chain is an estimate, and we say so.
Under development
landing in v0.2The API ships after the interactive map. Initial endpoints will cover per-country mining/hashrate share over time, reachable-node counts, and the snapshot's provenance — each with its underlying source cited.
GET
/v1/countriesAll countries with their latest network share + as-of date.
GET
/v1/country/{iso}One country's time series: hashrate share, nodes, activity.
GET
/v1/snapshot/{date}The full world distribution at a past date.
GET
/v1/sourcesEvery dataset feeding the map, with licence + last update.
GET
/v1/statusSnapshot age + which sources are current.