Member-only story

Blockchain in Two Minutes

What is the blockchain and how it can be used for good

Peter Christian Fraedrich
2 min readAug 26, 2021
Photo by Steve Johnson on Unsplash

At its heart, a blockchain is a linked list. Each item in the list — called a block — contains three pieces of information: a timestamp, the data you’re trying to store in the block, and a hash of the previous item on the list. This links each block together by reference and creates a “chain” of sorts (hence, blockchain). Because each block references the one before it, making changes to one block requires making changes to every single block that was added after it, meaning altering a blockchain is next to impossible (but not fully impossible). This means that the integrity of the blockchain is relatively secure and can be distributed among networks that aren’t necessarily trusted.

The native immutability of a blockchain makes it useful for a variety of applications, but especially those that want to record some kind of indelible record. One of the best examples comes from the fine art world.

In the world of fine art, being able to prove the provenance (or history) of a piece is important. It's what separates authentic pieces from forgeries, allows stolen pieces to be returned to their rightful owners, and helps restoration efforts by setting the piece in the proper time and place. Digital provenance could be supplied by a blockchain, where every time a…

Create an account to read the full story.

The author made this story available to Medium members only.
If you’re new to Medium, create a new account to read this story on us.

Or, continue in mobile web

Already have an account? Sign in

Peter Christian Fraedrich
Peter Christian Fraedrich

Written by Peter Christian Fraedrich

Entrepreneur, software developer, writer, musician, amateur luthier, husband, dad. All opinions are my own.

No responses yet

Write a response