By using this site you consent to accept Mesmer Data LLC's analytics and functional cookies. Read more by clicking 'Cookie Settings' here, or in the bottom menu.
BTC - Realized Capitalization (USD)
Day
Hour
Block
Hist
1 month
1 year
5 years
10 years
All
Metric Data
Price Data
7
10
20
SMA
50
100
200
Chart
Empty chart
The chart has 3 Y axes displaying values, values, and values.
Loading...
End of interactive chart.
Last Data:
00:00:00
BTC - Realized Cap (USD)
Description
The Bitcoin Realized Capitalization (Realized Cap) is calculated as the sum of the cost basis (USD) of all UTXOs in the ledger. It is the variant of market capitalization using cost basis instead of market price.
Bitcoin's USD Market Price is included for reference.
Pseudocode
for each block in blockchain:
real_cap_usd := sum(ledger.utxo[].costbasis_usd)
(x,y) := (block.time, real_cap_usd)
for each hour in blockchain:
hr_real_cap_usd := open(blockchain[hr_start:hr_end].real_cap_usd)
(x,y) := (hour, hr_real_cap_usd)
for each day in blockchain:
day_real_cap_usd := open(blockchain[day_start:day_end].real_cap_usd)
(x,y) := (day, day_real_cap_usd)
Technical Info
Hourly and daily aggregations are derived from block data using open for this metric.
Hourly data contains occasional gaps; no blocks were generated during these times.
This site is currently in Beta, and there will likely be some bugs. If you find any, please check out the FAQ first, and then let us know! Thanks! Chart views are saved between visits, so if you have any display issues and want to reset your chart view, click here.
This site is for informational use only. Users are required to conduct their own analysis, draw their own conclusions, and make their own financial decisions. Consult with qualified professionals before making investments. This service is not intended as legal, financial or investment advice. For full details please visit our Disclaimers page.