BTC - Block Witness Size, BRC-20-Adjusted (Bytes)
Description
The Bitcoin Block Witness Size (BRC-20-Adjusted) shows the size in bytes of only the SegWit witness data portion of each block. Unadjusted Block Witness Size shows the adjustment's effect.
Witness data was introducted with SegWit in July 2017, increasing the maximum block size from 1 to 4 MB. Witness data size plus stripped data size equals total size.
1 WU equals 4 vBytes. Legacy (non-SegWit) transactions are weighted by a factor of 4 to their size in bytes, so legacy blocks weigh 1 MvB (4,000,000 WU) with 1 MB of data.
Adjusted 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.wit_size_adj := block.wit_size - sum(block.brc20_tx[].wit_size)
(x,y1) := (block.time, block.wit_size)
(x,y2) := (block.time, block.wit_size_adj)
for each hour in blockchain:
hr_blk_wit_size := avg(blockchain[hr_start:hr_end].wit_size)
hr_blk_wit_size_adj := avg(blockchain[hr_start:hr_end].wit_size_adj)
(x,y1) := (hour, hr_blk_wit_size)
(x,y2) := (hour, hr_blk_wit_size_adj)
for each day in blockchain:
day_blk_wit_size := avg(blockchain[day_start:day_end].wit_size)
day_blk_wit_size_adj := avg(blockchain[day_start:day_end].wit_size_adj)
(x,y1) := (day, day_blk_wit_size)
(x,y2) := (day, day_blk_wit_size_adj)
Technical Info
For non-SegWit blocks, block size and stripped size are the same. Witness data plus stripped data makes up each block's total size.
Before SegWit was introduced (July 2017, block height 477,120) witness data did not exist. It was added with a goal (among others) of fitting more transactions into each block, increasing network transaction throughput. Witness data is counted separately from the legacy-compatible (stripped) data, so non-SegWit nodes can actually verify SegWit nodes without needing to store the witness data.
Before SegWit, Bitcoin's max block size was set at 1 MB (1,000,000 bytes). With SegWit, the theoretical maximum is 4 MB. Since SegWit, not all blocks produced are SegWit blocks; some miners don't like the reduced rewards, and since SegWit is a soft fork miners can choose whether they want to utilize it or not.
- 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.
Related Metrics
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.