What is the difference between a SPV (simplified payment verification) and a full node?
What does it mean when a transaction is broadcasted?
How does a miner pick which transactions that gets added to the next block?
1- a full node has a copy of the blockchain, SPV doesn’t have so it doesn’t have all UTXs so it has to be connected to a full node.
2- It means that it is propagated to all nodes.
3- A miner picks transactions with the highest Sat/B ratio first