Largest Transaction
Largest transaction (per-block ranges only)
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.
Not available at this range
This chart is computed per block. Pick 1M or shorter.
Get this data
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