Cookie

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 - Percent Block Size BRC-20 (%)

Description

The Bitcoin Percent Block Size BRC-20 shows the percentage of each block's total size used for BRC-20 reveal transactions (inscriptions) for each time period.

Data starts at BRC-20's first block: 767430 (Dec 14, 2022)

Bitcoin's USD Market Price is included for reference.

Pseudocode

for each block in blockchain:
  block.size_adj := block.size - sum(block.brc_tx[].size)
  block.size_perc := (block.size_adj / block.size) * 100
  (x,y) := (block.time, block.size_perc)

for each hour in blockchain:
  hr_size_perc := avg(blockchain[hr_start:hr_end].size_perc)
  (x,y) := (hour, hr_size_perc)

for each day in blockchain:
  day_size_perc := avg(blockchain[day_start:day_end].size_perc)
  (x,y) := (day, day_size_perc)

Technical Info

BRC-20 transaction size here is calculated using only reveal transactions. Commit outputs/transactions are not included. Since commit transactions can contain many commit outputs and no inscription payload, they affect block size and similar metrics far less than reveal transactions. If you're interested in commit transaction metrics, please email us with a request: mesmerdatallc+requests@gmail.com.

  • Hourly and daily aggregations are derived from block data using average for this metric.
  • Hourly data contains occasional gaps; no blocks were generated during these times.

Disclaimers

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.