What Is a Hash?
A hash is a fixed-length fingerprint of some data. Feed a file, a transaction, or a block into a hash function and you get a short string. Change one comma and the string is unrecognizable. You cannot work backwards from the fingerprint to the original. That one-way street is load-bearing for almost everything in this glossary.
How It Actually Works
- Miners hash block headers over and over until the result sits below the difficulty target. The guess is easy to check and expensive to find.
- Addresses, transaction IDs, and Merkle trees are hashes of other data. Explorers let you look up a txid because it is a hash of the signed transaction.
- A checksum on a seed phrase is a hash sitting in the last word. Typos usually fail the check instead of opening someone else's wallet.
Risks and Common Mistakes
- Treating "we hashed it on-chain" as a proof of the thing you care about. A hash proves a particular file matched. It does not prove the file was true, legal, or still stored anywhere. Same receipt-versus-thing problem as RWAs.
- Trusting a website's displayed hash without checking it against a second source when you are verifying software or a hardware wallet install.
When It Matters
Understanding mining, checking that a download matches a published fingerprint, and reading an explorer without mystifying the hex. It is vocabulary for the Fundamentals page, not a product.
Related Terms
Glossary · Learn · Resource Library · Return to Official Home Page
Copyright © 2026 Crypto Guidance Inc.