Glossary
Hash
A fingerprint of data. Change a bit, and the fingerprint changes.
A hash function turns any input into a short, fixed-looking output. You cannot usefully work backwards from the fingerprint to the original, and a tiny change produces a different fingerprint.
Blockchains use hashes to link pages and to commit to transaction lists. A transaction hash is how you look a payment up in a block explorer. It is a receipt locator, not a guarantee that you sent to the right person.
