Understanding UTXO vs Account-Based Model
Too Long; Didn't Read
UTXO stands for Unspent Transaction Output. It is a model used by Bitcoin. In this model, you need an input which references every unspent transaction and an output which references the address you are sending to.
The Account Model keeps track of balances within accounts. Ethereum uses this model. Transactions in this model trigger an operation to reduce the balance of the sender while increasing the balance of the receiver.