Hash
A fixed-length string of letters and numbers produced by running data through a cryptographic hash function. Any change to the input data produces a completely different hash, which makes hashes useful for verifying that data hasn't been altered. In a blockchain, each block contains the hash of the block before it, linking the blocks together and making the chain tamper-evident.