- Describe what Unspent Transaction Outputs (UTXO) are.
outputs from a previous transaction that are available and have not been spent. basically your balance.
- What would happen if you don’t have any single UTXO that is large enough to cover for your transaction?
It will try to add up other utxo’s untill you have enough. If not, transaction will be will not be confirmed
- How would a bitcoin wallet specify the transaction fee when creating a transaction?
It will be deducted from the utxo’s used for the transaction.
- How could you use the notion of transaction inputs and outputs to increase privacy in your transaction?
by creating more output adresses