- The UTXO model doesn’t incorporate accounts or wallets at the protocol level. It is based entirely on individual transactions, grouped in blocks. The account model represents assets as balances within accounts of two types: private key controlled user accounts and contract code-controlled accounts.
The account model has more efficient memory usage and also because of that is faster to get new nodes online.
2.It makes tracking the ownership of coins harder compared to the account model.