Skip to content

← On-chain Bitcoin

OP_RETURN Cumulative Value

Cumulative BTC value locked in OP_RETURN data carriers since 2014. Monotonic absolute series - the Ordinals regime (January 2023) marks the largest acceleration on record.

Tier proOn-chain Bitcointechnicalop-returncumulativeordinalsdata-carriers

What is it?

This metric computes the cumulative sum of BTC value sent to OP_RETURN outputs since the protocol started in 2014. As OP_RETURN outputs are unspendable, the value sent is definitively immobilised (effectively 'burned' from an economic standpoint). The series is strictly monotonically increasing because each new OP_RETURN output adds to the sum. Slope breaks correspond to data-protocol usage waves.

How to read

The vertical axis expresses cumulative BTC value. The curve is monotonically increasing by construction - its slope is the key reading. A near-flat slope (pre-2023) indicates modest use for timestamping and protocol anchors. A steep slope post-2023-01-20 captures the Ordinals and BRC-20 acceleration. The log scale can be activated to better visualise the early years alongside the Ordinals regime.

Key zones

2014-2022: near-flat slope (marginal timestamping use in BTC). 2023-01-20 onwards: Ordinals slope break - marked acceleration. 2023-03 onwards: BRC-20 amplification. 2024-04 onwards: Runes regime post-halving 4. Any return to a flat slope would indicate a structural softening of data-protocol use.

What to observe

The cumulative slope allows assessing the economic pressure of data protocols on Bitcoin. Compare with #372 OP_RETURN Share Trend to distinguish phases of expansion in output count vs in immobilised value. A slope acceleration without an increase in #372 share would indicate OP_RETURN outputs with higher unit value.

Historical context

OP_RETURN was standardised in 2014 with a 40-byte limit (then 80 bytes by default in 2016). During the first decade, cumulative use is dominated by timestamping services and sidechain anchors. On 20 January 2023, the Ordinals deployment triggers the largest acceleration ever observed. BRC-20 and Runes protocols extended the dynamic post-2024.

Expert notes

The value immobilised in OP_RETURN is definitively lost from an economic standpoint (unspendable outputs). Over the very long term, this series is a proxy of the 'data pressure' on the effective BTC supply. The share of this value compared to the total supply remains tiny. The macro impact is negligible, but the regime-shift indication (slope break) is valuable for protocol analysis.

Common mistakes to avoid

Confusing the OP_RETURN cumulative value with a macro 'burn rate' is overstating it - the impact on effective BTC supply is minimal (a tiny fraction of total supply). The metric is useful for tracking data-protocol usage regimes, not for assessing deflationary pressure on Bitcoin. Similarly, a slope acceleration does not mechanically mean a rise in value per output - cross-reference with the OP_RETURN output count (#372) to assess composition.

Programmatic access

REST API

curl -sS \
  'https://api.trinityinsights.io/api/v1/onchain/op-return-value-sum/history?days=90' \
  -H 'X-API-Key: $TRINITY_API_KEY'

MCP server

{
  "tool": "get_chart_value",
  "metric_id": "op-return-value-sum",
  "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.