Avg Transaction Size
Daily average transaction size in bytes. Smaller means more efficient use of block space
Short ranges plot one point per block, about one every ten minutes. Longer ranges plot one point per day, computed from every block in that day. How it is computed depends on the chart: some average, some total the day up, some are a ratio of the day's sums, and each chart says which. Either way a brief spike inside a day is smoothed away.
Get this data
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