- What is the difference between a SPV (simplified payment verification) and a full node?
SPV communicates transactions to a full node. It does not hold a full copy of the ledger.
-
What does it mean when a transaction is broadcasted?
The utxo is (sender and receiver info, amount) is placed into a mempool for verification. -
How does a miner pick which transactions that gets added to the next block.?
Normally those with a higher transaction fee.