One-Sentence Definition
A coinbase transaction is the first transaction in every block that creates new cryptocurrency out of thin air and awards it to the miner who successfully found the block.
Why It Matters for Solo Mining
When you’re solo mining, the coinbase transaction is literally your paycheck—it’s where you put your own wallet address to receive the block reward plus all the transaction fees if you find a block. Unlike pool mining where rewards get split up, a solo miner gets to keep the entire coinbase transaction amount. This is what makes finding a block so exciting for solo miners: that whole reward goes directly to you!
How It Works
The coinbase transaction is unique because it doesn’t spend any existing coins—it’s the only transaction type that creates brand new coins as part of the block reward. When you’re mining, you build this special transaction first, putting your own wallet address as the recipient. The amount includes the block subsidy (like 6.25 BTC for Bitcoin as of 2026) plus all the transaction fees from the other transactions you include in your block.
This transaction also contains the coinbase data field, which miners can use to include arbitrary data—historically, miners have put messages here, and Satoshi included “The Times 03/Jan/2009 Chancellor on brink of second bailout for banks” in the genesis block‘s coinbase. The coinbase transaction becomes part of the block’s merkle root, so changing your payout address means you need to recalculate the entire merkle tree.
Importantly, coins from a coinbase transaction can’t be spent immediately—they require 100 confirmations on Bitcoin (other cryptocurrencies have different rules). This protects the network in case your block becomes an orphan block due to a fork.
Example
Think of it like a video game where defeating the final boss spawns a treasure chest that only you can open. When you solo mine and find a block, the coinbase transaction is that treasure chest—it didn’t exist until you “defeated” the cryptographic puzzle, and now those newly created coins belong to your wallet address. For example, if you solo mined a Bitcoin block today, your coinbase transaction would create 6.25 BTC plus maybe 0.15 BTC in fees, all going straight to your address.