Post
Topic
Board Bitcoin Discussion
Merits 2 from 1 user
Re: Unique Identifier
by
pooya87
on 01/09/2024, 04:59:09 UTC
⭐ Merited by adaseb (2)
When a block is found, say 50 BTC as an example, then each satoshi doesn't have a unique identifier
It seems to be coming down to how you define "identifier".
Technically everything in the blockchain has a unique identifier because transactions are unique (hash collision is not possible specially after BIP-34) and the block containing those transactions and even the order of transactions in that block are unique.

So the 50 BTC reward of a block in your example is the reward inside a transaction with a unique hash with unique UTXO(s) that is also included in a block with a unique hash which is part of the chain at a certain height.
All of these "identifiers" make those coins unique.