Coinbase Transaction
The first transaction in a block, used to assign the block subsidy and collected transaction fees.
A coinbase transaction is the first transaction in a proof-of-work block. Unlike an ordinary transaction, its special input does not spend a previous UTXO; it creates the permitted block subsidy and assigns that value together with the block's transaction fees.
Consensus limits the created amount, and Bitcoin-family networks require coinbase outputs to mature for a set number of blocks before they can be spent. Miners also place block-specific data in the coinbase input, often including an extra nonce used during proof-of-work search.
The term predates and is unrelated to Coinbase, the cryptocurrency exchange. A block can remain valid if its miner claims less than the allowed reward; it becomes invalid if the coinbase creates more than consensus permits.
Related terms
Explore connected entries beyond the alphabetical index.
Block Reward
→The subsidy and transaction fees a proof-of-work block is permitted to assign to its miner.
Mining
→Proof-of-work block production in which miners build candidate blocks and search for a header hash below the network target.
Transaction
→A serialized state transition that a blockchain can validate, relay, and include in a block.
Unspent Transaction Output (UTXO)
→A discrete spendable output on a UTXO blockchain, similar to a digital coin that must be spent whole.