Skip to content

← On-chain Bitcoin

Realized Profit (USD/day)

Total realized profit in USD per day: the aggregate value gained by all sellers who moved coins above their cost basis. Spikes indicate local exhaustion - heavy profit-taking that caps price rallies. Key top-detection and momentum metric.

Tier proOn-chain Bitcoinprivacyrealized-profitprofit-takingspendingmomentum

What is it?

Realized Profit measures the USD sum of all crystallised gains on the Bitcoin blockchain, smoothed by a 7-day simple moving average (7d SMA). Every time a UTXO is spent at a price above its acquisition price (cost basis), the positive difference is counted as realized profit. The 7-day smoothing filters daily volatility and provides a clearer reading of profit-taking trends. Note: the mirror metric Realized Loss (realized-loss-total) serves raw daily data without smoothing.

How to read

Realized Profit spikes mark euphoria phases where a large number of holders sell simultaneously at a profit, often during rallies toward key resistance levels. Persistently high values indicate active distribution - holders are taking profits en masse. Low values mean few participants are realising gains, either because the market is range-bound or because most holders are underwater.

Key zones

During major cycle tops (December 2017, April 2021, November 2021), Realized Profit exceeded $3B-$5B per day. Outside these extremes, it reads better in relative than absolute terms: a reading well above its recent range reflects significant profit-taking sell pressure, while a reading well below corresponds to an apathetic market or a deep bear market. Approaches to resistance zones generate characteristic spikes - each breakout attempt is accompanied by a wave of profit-taking.

What to observe

High Realized Profit + stagnant or falling price = local exhaustion. Profit-taking sellers absorb all demand, capping the price. This is the pattern observed at major resistance zones: each approach generates enough profit-taking to stall the rally. Conversely, low Realized Profit with rising price indicates that holders refuse to sell - strong conviction that often precedes parabolic moves.

Historical context

The Realized Profit concept is directly tied to the Realized Cap (2018, Nic Carter & Antoine Le Calvez). By valuing each UTXO at its last movement price, one can precisely measure crystallised gains. This metric became a pillar of on-chain analysis because it objectively quantifies market euphoria - unlike price which only shows unrealised gains. The largest Realized Profit spikes coincide with the most memorable distribution events in Bitcoin history.

Expert notes

Realized Profit is the exact mirror of Realized Loss. Together, they form Net Realized P/L (their difference). In bull market phases, Realized Profit dominates - most on-chain movements occur at a profit. The transition to dominant Realized Loss marks the market's psychological shift. Watching the Profit/Loss ratio is more informative than either metric in isolation. Whale movements (>1000 BTC) can create disproportionate spikes - cohort granularity (STH vs LTH) provides a cleaner reading.

Common mistakes to avoid

Confusing Realized Profit (crystallised gains, on-chain) with unrealised gains is a frequent mistake. Realized Profit only captures actual movements - stationary coins, even at a gain, do not count. Moreover, high Realized Profit is not inherently bullish: massive profit-taking often marks local or cycle tops, not the start of bull markets. Cycle context is essential for correctly interpreting this metric.

Programmatic access

REST API

curl -sS \
  'https://api.trinityinsights.io/api/v1/onchain/realized-profit-total/history?days=90' \
  -H 'X-API-Key: $TRINITY_API_KEY'

MCP server

{
  "tool": "get_chart_value",
  "metric_id": "realized-profit-total",
  "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.