- What is the difference between a SPV (simplified payment verification) and a full node?
I node it is a computer on the network, but it does not produce new blocks. All nodes have the same copy of the blockchain. An SPV is a node that does not have access to the entire block chain, but inquires with a node to access the blockchain.
- What does it mean when a transaction is broadcasted?
Broadcasting a transaction is the last step a wallet does after it constructs, and signs a transaction. A transaction that has been broadcasted has been sent to its recipient’s public key.
- How does a miner pick which transactions that gets added to the next block?
Keeping in mind that a miner is incentivized to make money, he or she will choose the transaction with the highest fees to put on the block.