Do transactions with old UTXOs take longer to confirm?

3

Suppose I do a transaction with an UXTO created years ago. Would that take longer to confirm because miners would have to look further back in the transaction chain to verify it?

Geremia

Posted 2017-02-03T01:54:55.460

Reputation: 3 665

Answers

5

No.

The miners use Bitcoin Core or similar full node software to determine which transactions are valid and suitable for inclusion in a block. Bitcoin Core maintains a database of all unspent UXTOs. This database is constructed when the node first downloads the blockchain and is updated as new blocks and transactions arrive. It's random access and any transaction, regardless of age, can be found by its ID in a very short time.

Nate Eldredge

Posted 2017-02-03T01:54:55.460

Reputation: 21 420

"It's random access" thanksGeremia 2017-02-03T02:04:26.803

How many unspent UXTOs are there currently?Geremia 2017-05-13T03:11:29.160

1

@Geremia: See https://bitcoin.stackexchange.com/questions/35980/how-big-is-the-utxo-database. I don't have a full node running to get a current figure.

Nate Eldredge 2017-05-13T04:09:05.940