OP_RETURN Cumulative Value
Cumulative BTC value locked in OP_RETURN data carriers, non-zero since July 2013. Monotonic series - its largest 365-day rise is the one closed in late May 2021 (+23.5 BTC), and the January 2023 episode ranks fourth.
What is it?
This metric computes the cumulative sum of BTC value sent to OP_RETURN outputs. These outputs are unspendable: the value sent to them is definitively immobilised from an economic standpoint. The series is strictly monotonically increasing, each new OP_RETURN output adding to the sum, and its first non-zero reading appears in July 2013 (0.001 BTC). It counts BTC, not dollars: it measures the activity of data protocols, not market valuation.
How to read
The vertical axis expresses cumulative BTC value. The curve is monotonically increasing by construction, so only its slope is read. The four largest thirty-day accelerations measured are, in order: the wave closed in early March 2021 (+14.1 BTC), the September 2025 one (about +9 BTC, of which nearly 9 BTC in a single session in late August), the October-November 2020 one (+8.2 BTC) and the March 2022 one (+7.9 BTC). Over 365 days the ranking is the same: +23.5 BTC in late May 2021, +18.7 BTC in February 2022, +10.6 BTC in autumn 2025, +10.1 BTC in February 2023. The January to March 2023 episode (+3.8 BTC over two months) is therefore not the largest acceleration of the series.
Key zones
July 2013: first non-zero reading of the series (0.001 BTC), after four years at zero. September 2015: isolated wave, about +3 BTC over a few days. October-November 2020: +8.2 BTC over thirty days. February-May 2021: the largest acceleration of the series, +14.1 BTC over thirty days and +23.5 BTC over 365 days. February-March 2022: +7.9 BTC over thirty days. January-March 2023: +3.8 BTC over two months, fourth acceleration over 365 days. 2024: flattest year of the decade (+0.8 BTC over twelve months). August-September 2025: about +9 BTC, of which nearly 9 BTC in a single session in late August. No absolute threshold: the reading is on the slope, not on a level.
What to observe
The cumulative slope measures the economic pressure of the protocols that write into OP_RETURN. Cross-reference it with #372 OP_RETURN Share Trend, which measures a share of created outputs and not an output count. A value acceleration without a rise in that share indicates outputs with a higher unit value; a rising share without a value acceleration indicates more frequent but smaller writes. This series carries no protocol dimension: it measures immobilised value, not the identity of what wrote it.
Historical context
OP_RETURN was standardised with an initial 40-byte limit, later raised to 80 bytes by default. The first non-zero reading of the series appears in July 2013; the following decade stays marginal, with an isolated wave in September 2015 (about +3 BTC over a few days). Use takes hold from October 2020 (+8.2 BTC over thirty days that year), then 2021 becomes the strongest year of the series (+15.2 BTC over twelve months), followed by 2022 (+8.6 BTC). The January to March 2023 acceleration (+3.8 BTC over two months) is real but ranks fourth over 365 days: the series does not support attaching it to Ordinals inscriptions, whose content travels in Taproot witness scripts rather than OP_RETURN, as the OP_RETURN share (#372) details. After a near-flat 2024 (+0.8 BTC), 2025 adds +9.7 BTC, of which one late-August session accounts for nearly 9 BTC.
Expert notes
The value immobilised in OP_RETURN is definitively lost from an economic standpoint, since the outputs cannot be spent, but it remains a tiny fraction of circulating supply: the whole series weighs a few dozen BTC while supply counts in millions. The macroeconomic impact is therefore negligible, and the value of the series lies elsewhere: in dating the regimes of data-protocol usage. Slope breaks are datable, and they carry the information, not the absolute levels reached.
Common mistakes to avoid
Believing the January 2023 Ordinals regime is the largest acceleration of this series is wrong: the largest 365-day rise is the one closed in late May 2021 (+23.5 BTC), and the 2023 episode only ranks fourth (+10.1 BTC). Believing OP_RETURN carries Ordinals inscriptions is wrong as well: their content travels in Taproot witness scripts, which the OP_RETURN share (#372) shows in reverse. Confusing this value with a macro 'burn rate' remains an overstatement, the impact on effective supply being negligible, and the BTC involved are immobilised rather than destroyed from the ledger. Finally, a slope acceleration does not mechanically imply a higher unit value per output: the comparison is made with the share of outputs (#372), which is not an output count.
Programmatic access
REST API
curl -sS \
'https://api.trinityinsights.io/api/v1/onchain/metrics/op-return-value-sum/data?timeframe=90d' \
-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.