Network charts/Largest Transaction

Largest Transaction

Largest transaction (per-block ranges only)

Not available at this range

This chart is computed per block. Pick 1M or shorter.

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

The biggest single transaction in each block, by bytes. Size comes from how many inputs and outputs a transaction carries and how much witness data arrives with them, so a transaction can be large for several unrelated reasons and a size alone does not separate them. The largest in the chain is 3,992,821 bytes, which is almost an entire block.

How it is measured

Serialized size of the largest transaction in the block, read per transaction during ingestion. Size rather than weight, so a witness-heavy transaction reads larger here than it costs against the limit.

Measured from my own Bitcoin node. Methodology