CenturionDEX
Launch App

What is a transaction hash?

Last modified:

A transaction hash (also called a transaction ID or txid) is a unique identifier assigned to every blockchain transaction. It is produced by hashing the transaction's contents — sender, recipient, value, data, and nonce — so that even a single-byte change would produce an entirely different hash.

Why it matters

The hash serves as a permanent receipt. Given a transaction hash, anyone can:

Because the hash is deterministic and collision-resistant, two different transactions will never share the same hash.

Best practices

Common confusion

A transaction hash identifies a transaction — a specific on-chain event. A wallet address identifies an account. A token contract address identifies a smart contract. All three are hexadecimal strings, but they refer to fundamentally different objects.