A blockchain is a chain of blocks that contain information.
Originally described in 1991 by a group of researchers and was originally intended to timestamp digital documents, so that it was not possible to backdate them or to tamper with them (almost like a notary)
it went by mostly unused until it was adapted by Satoshi Nakamoto in 2009 to create the digital cryptocurrency Bitcoin
Now, a blockchain is a distributed ledger that is completely open to anyone
they have an interesting property: once some data has been recorded inside the blockchain, it becomes very difficult to change it.
Blocks
each block contains some data, the hash of the block and the hash of the previous block.