Homework on Bitcoin Transactions and UTXO - Questions
- Describe what Unspent Transaction Outputs (UTXO) are.
- UTXO are the input or the bitcoin received from outside and has not been spent or used up. In short, the balance inside the wallet is calculated from the UTXO.
- What would happen if you don’t have any single UTXO that is large enough to cover your transaction?
- We would not be able to proceed with our intended transaction without having enough UTXO.
-
How would a bitcoin wallet specify the transaction fee when creating a transaction?
A transaction fee is calculated by the difference between the output and input of the transaction fees. -
How could you use the notion of transaction inputs and outputs to increase privacy in your transaction?
- The input and output transactions increase the notion of privacy by virtue of anonymity of the transaction’s identity inside the blockchain network.