Homework Bitcoin Transactions and UTXO – Lesson 9 – Questions:
- Describe what Unspent Transaction Outputs (UTXO) are.
UTXO’s are inputs of unspent bitcoin transactions as recorded and received by the blockchain under your private key and as shown in your wallet after query of the blockchain by your wallet.
or
UTXO’s are Inputs to your wallet from previous outputs (=UTXO’s)
or
They are basically bitcoin balances received which have not been sent out (=spent) of your wallet.
- What would happen if you don’t have any single UTXO that is large enough to cover for your transaction?
Your transaction would be rejected by the nodes in the blockchain network.
- How would a bitcoin wallet specify the transaction fee when creating a transaction?
Input minus output = transaction fee
- How could you use the notion of transaction inputs and outputs to increase privacy in your transaction?
By using multiple recipient addresses that are different from your sending address, you can obfuscate the recipient (i.e. you) of the UTXO’s.