UTXO Set Growth Rate (7d)TRINITY EXCLUSIVE
EXCLUSIVE — 7-day percentage change in the UTXO set size. Positive = net fragmentation (more UTXOs created than consumed), negative = net consolidation. Inscription waves and fee-driven batching are directly visible.
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?
UTXO Set Growth Rate (7d) measures the percentage change in total UTXO count over a rolling 7-day window. The formula is simple: ((UTXO_count_today / UTXO_count_7_days_ago) − 1) × 100. A positive result means the network created more UTXOs than it consumed (net fragmentation) — each Bitcoin transaction consumes existing UTXOs and creates new ones, and the net balance reflects aggregate participant behaviour. A negative result means net consolidation (transactions consume more UTXOs than they create, typically during batching or wallet consolidation phases).
How to read
Positive values indicate the UTXO set is growing (net fragmentation). Negative values indicate it is shrinking (net consolidation). Magnitude matters: +1% over 7 days is a sustained growth pace, while spikes to +5% or beyond mark major structural events (Ordinals inscription waves, airdrops, etc.).
Key zones
The typical range is [−2%, +2%]. Above +3%, massive UTXO creation is underway (inscription waves, spam activity). Below −2%, aggressive consolidation is occurring (bear market with low fees, exchanges optimising). The [−0.5%, +0.5%] zone represents normal equilibrium between UTXO creation and consumption.
What to observe
Rapid transitions from positive to negative (or vice versa) mark structural behavioural changes. Ordinals inscription impact is immediately visible as a sharp positive spike. Post-bear consolidation phases are the most informative for network health — they show actors actively optimising their UTXOs.
Historical context
UTXO growth rate remained moderate between 2014 and 2022 (typically ±1-2% per week). The Ordinals inscription episode (2023) caused unprecedented spikes of +5 to +8% per week, reflecting massive micro-UTXO creation. This highlighted the importance of structural UTXO set monitoring for long-term network health.
Expert notes
⚠️ Trinity Exclusive Model — The metric is a simple pct_change(7) × 100 on the total UTXO counter from the full node. It does not account for value distribution (a million micro-UTXOs weigh the same as a million whales). For value concentration analysis, combine with Supply Concentration (entity-clustering, #87). The 7-day window smooths intra-week volatility while capturing structural changes.
Common mistakes to avoid
Interpreting fragmentation (positive growth) as 'more users' is incorrect. UTXO set growth can come from a single actor creating millions of small UTXOs (spam, inscriptions). Conversely, consolidation (negative growth) does not mean 'fewer users' — exchanges consolidate to optimise fees, serving the same number of clients.
Programmatic access
REST API
curl -sS \
'https://api.trinityinsights.io/api/v1/onchain/utxo-consolidation-ratio/history?days=90' \
-H 'X-API-Key: $TRINITY_API_KEY'MCP server
{
"tool": "get_chart_value",
"metric_id": "utxo-consolidation-ratio",
"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.