What is the difference between newly created bitcoin and transaction fees?
Correct answer
Answer A: Issuance creates new bitcoin; fees come from existing bitcoin.
Quick explanation
A valid block can create new bitcoin through the permitted issuance per block. A Bitcoin transaction also sets aside a small amount of bitcoin as a fee. This comes from existing bitcoin and can go to the miner who includes the transaction in a block.
Detailed explanation
Revenue from a found block can have two components. The block subsidy is new issuance allowed by the protocol. It increases the bitcoin issued so far and decreases under the defined halving schedule.
Transaction fees work differently. A Bitcoin transaction uses existing inputs and creates new outputs. If the output sum is smaller than the input sum, the difference can go to the block's miner as a fee. No additional bitcoin are created; existing satoshis simply change who is authorized to spend them.
The two components together are often called the block reward. This can be confusing because only one part creates new units. Fees are also not automatically halved at a halving. Their level depends on factors including demand for block space, transaction size and miners' selection decisions. Fees become more important over time as the subsidy gradually decreases.
Example or everyday application
A block contains 0.4 BTC in fees and an allowed subsidy. Only the subsidy is newly issued; the 0.4 BTC was provided by senders of the included transactions.
Common misconception
The term block reward can easily suggest that fees are newly created bitcoin too.
Sources used
Bitcoin Developer Guide - Block Chain
This source is mainly intended for developers. The relevant information may therefore be harder to find.
Check original sourceBitcoin Developer Guide – Transactions
This source is mainly intended for developers. The relevant information may therefore be harder to find.
Check original source

