UTXO Explorer 3DTRINITY EXCLUSIVE
EXCLUSIVE - Three-dimensional surface visualization of the UTXO set mapped by age (X), realized price (Y), and supply volume (Z). Rotate, zoom, and filter to uncover hidden accumulation and distribution structures.
Trinity exclusive model
This metric is a proprietary Trinity Insights model. Its formula, inputs, weights and parameters are NOT disclosed. The page documents only the output (bounded scale, interpretation zones, historical context). Access to the score and its time series is via the REST API and the MCP server, subject to the required tier.
What is it?
The UTXO Explorer 3D is a surface visualization that crosses two fundamental dimensions of Bitcoin's UTXO set: age (how long coins haven't moved) and realized price (average acquisition cost per age band). For each of the 12 age bands (<1d, 1d-1w, 1w-1m, 1m-3m, 3m-6m, 6m-1y, 1y-2y, 2y-3y, 3y-5y, 5y-7y, 7y-10y, >10y), the pipeline computes realized_price = realized_cap / supply, then places supply volume into an age x price grid. The result is a heatmap where intensity reveals where Bitcoin supply is concentrated.
How to read
The X axis represents the 12 UTXO age bands. The Y axis represents realized price grouped into ranges (from $0-100 to $500K+). Color intensity (Z) indicates BTC volume in that cell. The hottest zones (gold/red) show where supply is concentrated. A dense cluster in 1-3 year bands around current price indicates strong holder conviction. A cluster in short bands (<1m) near spot price marks active trading activity.
Key zones
When spot price is above most hot cells, most holders are in profit - watch for profit-taking. When spot price is below, most are at a loss - potential accumulation zone. Bands >5y at very low prices ($0-$1K) represent early adopters/lost coins - structural inert mass. A shift of the hot cluster from long bands to short bands marks distribution (old holders selling to new ones).
What to observe
The surface's temporal evolution is revealing: by selecting different dates, you observe supply migrating from short to long bands (accumulation) or vice versa (distribution). Realized price per band rises when coins move at higher prices (re-acquisition). The 3m-6m band is often the 'decision zone' - recent buyers who haven't sold after a quarter show conviction.
Historical context
This visualization combines two fundamental on-chain analysis concepts: HODL Waves (supply age distribution, introduced by Unchained Capital in 2018) and Realized Cap (aggregate acquisition cost, introduced by Coin Metrics in 2018). Their cross-product as a 3D surface is a Trinity innovation revealing structures invisible in individual metrics.
Expert notes
⚠️ Trinity Exclusive Model - Realized price per band is the realized_cap / supply ratio for that band. It represents the weighted average acquisition cost of coins of that age. When realized_cap is low relative to supply (very old bands), realized price is low - those coins were acquired at historically low prices. The surface lets you see at a glance the entire network's 'cost structure'.
Common mistakes to avoid
Don't confuse realized price per band with holder profit/loss. A $5K realized price for the >10y band doesn't mean those holders bought at $5K - it's a weighted average including coins acquired at $1 and others at $20K. Similarly, high volume in a band doesn't mean many holders - a single whale can dominate an entire band.
Programmatic access
REST API
curl -sS \
'https://api.trinityinsights.io/api/v1/onchain/utxo-explorer-3d/history?days=90' \
-H 'X-API-Key: $TRINITY_API_KEY'MCP server
{
"tool": "get_chart_value",
"metric_id": "utxo-explorer-3d",
"timeframe": "1y"
}Required tier: performance. See the pricing grid for the tier list and the MCP documentation for multi-client configuration.
Related metrics
Institutional disclaimer
Trinity Insights is an educational and analytical tool. The metric above does not constitute investment advice. Trinity Insights is not a Crypto-Asset Service Provider (CASP) registered under MiCA Regulation (EU) 2023/1114. See the full disclaimer.