Transaction Hashing

In blockchains, every transaction is turned into a unique digital fingerprint called a hash. This hash is created using a cryptographic hash function (like SHA-256) and is used to identify, secure, and verify transactions.

Why is this important?

Real-world example: When you look up a transaction on a block explorer, you use its hash!
65978ce81c5bd173e1d207fef976f9fc158780a89b8a41bf490bd26bd7793b71
Try changing a single character above and see how the hash changes completely!
← Back to Home