Transaction ID
Sequência única de caracteres que identifica cada transação registrada em uma blockchain, permitindo localizá-la e conferi-la em um explorador de blocos.
Key points
- Transaction ID, or TXID, is a unique sequence of characters that identifies each operation recorded on a blockchain.
- It works like a receipt number: with it, you can locate and check the details of that specific transaction.
- Because these records are public, anyone can verify a transaction from its TXID in an explorer.
What is a transaction ID?
Transaction ID, often abbreviated as TXID, is the unique identifier of an operation on a blockchain. Every transfer or interaction recorded on the network receives this sequence of characters, which distinguishes it from all others. It is the equivalent of a receipt number: it serves to point to exactly which transaction is being referenced.
How it works
The TXID is generated from the transaction's own data, through a function that produces a fixed-length sequence. Since any change to the data would completely change the result, the identifier is tied to that specific transaction and cannot be reused for a different one. In practice, it is a label derived from the content of the operation itself.
With the TXID in hand, anyone can look up the transaction in a block explorer, a tool that reads the network's public record. The lookup shows information such as origin, destination, amount, date, and how many confirmations the transaction has accumulated so far. This is useful for tracking whether a payment has been processed and for proving that it actually occurred.
This transparency is a defining feature of public blockchains. Because the record is open, the TXID works as verifiable proof: instead of relying on an intermediary's word, both sender and receiver can independently check the same information. For this reason, sharing the TXID is a common way to prove a transfer was sent.
It is worth remembering that the TXID identifies the transaction, but does not reveal the identity of the people behind the addresses, which remain pseudonymous.
Why it matters
Understanding the TXID helps track and prove crypto payments without relying on third parties. For someone receiving a transfer, confirming the transaction through the identifier is a practical way to verify that the amount was actually transmitted. This is an operational concept, and does not represent any recommendation regarding trading.
Risks and limitations
The TXID confirms that a transaction exists on the network, but does not guarantee it is immediately final: on many networks, security increases with the number of confirmations. It also does not reveal who controls the addresses involved. In addition, a TXID provided by a third party only has value if it is actually looked up in a trustworthy explorer.