Bitcoin Introduction Flashcards
What two parts make up every Bitcoin transaction?
Inputs (references to UTXOs + signatures) and Outputs (recipient addresses + amounts).
When is a transaction input spendable?
If it references an unspent output (UTXO) and is signed by the owner’s private key.
Define UTXO.
Unspent Transaction Output — a spendable chunk of bitcoin recorded on the blockchain.
Give the four-step lifecycle of a Bitcoin transaction.
Create & sign → Broadcast → Peers validate & store in mempool → Miner confirms in a block.
Describe Bitcoin’s Proof‑of‑Work puzzle in one line.
Find a nonce that makes the block hash fall below the current difficulty target.
Why is mining vital to Bitcoin?
It validates/chronologises transactions and mints new BTC without a central authority.
How is the 10‑minute block interval enforced?
Difficulty adjusts every 2016 blocks so average PoW solve time remains ~10 min.
What does a miner receive for a valid block?
Block subsidy (halving every ~4 years) plus transaction fees.
State Bitcoin’s maximum supply and its deflationary mechanism.
Capped at 21 million BTC via block‑reward halvings until ~2140.
Why does address reuse harm Bitcoin privacy?
Repeated use links transactions, making it easier to deanonymise the user.