Realized Cap (UTXO basis)
Total market value of all UTXOs priced at their last on-chain movement. The bedrock valuation metric - it cannot be manipulated by derivatives or paper markets.
What is it?
Realized Cap (UTXO) calculates Bitcoin's capitalisation by valuing each individual UTXO at the BTC price at the time of its last transaction (creation), rather than the current spot price. Summing (UTXO_amount × price_at_creation) for all unspent UTXOs gives the realized capitalisation. This metric represents the network's 'aggregate cost basis' - the total amount invested by all holders at the price at which they acquired their coins. It is less volatile than market cap as it does not react instantly to price fluctuations.
How to read
A constantly rising Realized Cap indicates new value entering the network at higher prices - a sign of conviction and accumulation. When market cap falls below Realized Cap, the average holder is at a loss - a zone historically associated with cycle bottoms (capitulation). The Market Cap / Realized Cap ratio constitutes MVRV, one of the most powerful valuation indicators.
Key zones
Realized Cap exceeded $400B in 2021 and continues growing as coins change hands at higher prices. Historically, Market Cap < Realized Cap crossovers occur at bear market bottoms (2015, 2018, 2022) and mark exceptional accumulation zones. The Realized Cap derivative (Net Realized Profit/Loss) oscillates around zero and marks market profit/loss regimes.
What to observe
The Realized Cap slope is the key indicator: acceleration indicates rapid capital inflow, flattening suggests stagnating flows. Divergences between Realized Cap and spot price mark potential disconnects. Decomposition by age cohort (Realized Cap by holding band) reveals whether new entrants or long-term holders are moving realized value.
Historical context
Realized Cap was introduced by Nic Carter and Antoine Le Calvez in 2018 as an alternative to traditional market cap. It became one of the most fundamental on-chain metrics, serving as the basis for MVRV, NUPL, and most on-chain valuation models. Its calculation requires traversing the entire UTXO set and resolving corresponding historical prices - a computationally intensive process.
Expert notes
Realized Cap calculation rests on the assumption that last transaction price reflects the holder's 'perceived value'. This is an approximation because transfers between addresses of the same owner (consolidation, cold storage) are counted as transactions at current price, overestimating Realized Cap. Lost coins (estimated at 3-4M BTC) are valued at very low prices (pre-2013), pulling Realized Cap down. Trinity's UTXO-native implementation uses on-chain data directly for faithful calculation without third-party API dependency.
Common mistakes to avoid
Confusing Realized Cap with market cap is the basic error. Realized Cap is not 'what Bitcoin is worth' - it is 'how much the market collectively paid for its Bitcoin'. A rising Realized Cap does not necessarily mean price is rising - it can increase if old coins (low cost basis) are sold to buyers at high prices, even in a sideways market. Interpreting Realized Cap in isolation without MVRV is suboptimal.
Programmatic access
REST API
curl -sS \
'https://api.trinityinsights.io/api/v1/onchain/realized-cap-utxo/history?days=90' \
-H 'X-API-Key: $TRINITY_API_KEY'MCP server
{
"tool": "get_chart_value",
"metric_id": "realized-cap-utxo",
"timeframe": "1y"
}Required tier: pro. 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.