Coinbase Message Length
Length of decoded ASCII text found in each block's coinbase transaction. Mining pools embed identifiers, timestamps, and occasionally custom messages in this 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.
Not available at this range
This chart is computed per block. Pick 1M or shorter.
Get this data
About this metric
Definition
Every block's first transaction has a field the miner fills in freely, which is where Satoshi left the Times headline in the genesis block. Most of what goes there now is a pool name and some binary. This is how many readable characters each one holds: the longest in the chain is 94.
How it is measured
Every block's coinbase transaction contains a scriptSig with arbitrary data. Miners use this to embed their pool identifier, block height (required since BIP-34), and sometimes custom messages or political statements. A longer message means more readable characters, not a particular pool or purpose.
Measured from my own Bitcoin node. Methodology