Network charts/Avg Transaction Size

Avg Transaction Size

Daily average transaction size in bytes. Smaller means more efficient use of block space

Loading chart data...

Get this data

CSV and JSON take the selected range without overlay series. PNG captures the chart as it looks now.

About this metric

Definition

How big a transaction is, on average, in each block. Size drives what a transaction costs, because fees are charged for space. Divided out of the whole block, so the header and the coinbase are in the numerator too.

How it is measured

Serialized block bytes divided by the number of transactions, including the coinbase and the block's own header and counters. Moving signature data into the witness does not remove those bytes, it discounts their weight, so a SegWit or Taproot transaction is not necessarily smaller here than a legacy one of the same shape. Weight is what the 4,000,000 unit limit constrains, so a falling byte average does not by itself mean more transactions fit.

Measured from my own Bitcoin node. Methodology