Blockchain for dummies!

This article is one of several articles in which I explain in a very simple way what a blockchain is.

What is the difference between Bitcoin and Blockchain?

Blockchain is the technology behind bitcoin: bitcoin cannot exist without a blockchain. It is like Internet and Facebook: Facebook cannot exist without Internet.

What is a blockchain?

A Blockchain is a kind of database: while a normal database is located on a server, a blockchain is distributed among different users.
For example, the Facebook’s database is located on a protected server and no one can access the information. The Bitcoin’s blockchain instead is located on servers and computers (called nodes) of all the Bitcoin users.

All the transactions that occur between ewallets are stored on the bitcoin’s blockchain. All the servers and the computers that are using bitcoin have the same copy of the blockchain stored on their hard disk.

There are many kinds of blockchain with different features, like Ethereum, Hyperledger, Ripple. Some of them are more suitable to handle currency, others are used to transfer the ownership of assets (eg supply chain).

You don’t need to download all the blockchain to your computer in order to use Bitcoin (or any other blockchain technology) as the current size of Bitcoin’s blockchain is over 160 GB and it can easily drain the resources of your computer. To avoid this issue there are different types of e-wallets (we will talk about them later).

If the bitcoin’s blockchain is on my computer, can I add 1 million of bitcoins in my ewallet?

The blockchain is famous for its security: once the data is there it is impossible to modify it.

The blockchain consists of a chain of blocks, where every block contains data (for instance money transactions, documents or personal data).
When a new block is to be added to the chain, it has to be verified by the network of nodes first, and once this is done, the transaction can be inserted in the blockchain. There are mining and a consensus protocol standing behind this phase (click here to read more).
The blocks are connected with each other in a way that if I edit the content of one block I must edit all the following blocks, moreover to edit a block you need the consensus of other nodes.
Hence the more people are using a blockchain, the more secure the system is.

At present there are over 9000 nodes in the Bitcoin network.

The blockchain is immutable… How is it possible?

It is simpler than you think. Let’s take as an example one of the most sold books in the world: Harry Potter, which has been sold in 400 million of copies.

Let’s suppose you alter the Harry Potter story by adding a new chapter. Then you claim that your version of Harry Potter book is the true version of the story; who is going to believe you? No one, because you are the only person having that version against other 400 million different copies.
What would you have to do to make your version the actual true version? You would have to go to every single store that sells the book and every house of who owns a Harry Potter book and replace it with your version. You would have to replace at least the majority of the copies all around the world in order to make your Harry Potter version the actual true version.
As you noticed hacking the Harry Potter story is impossible since the book is spread all over the world among millions of people.

Now let’s make an analogy between Harry Potter book and Bitcoin’s blockchain. The participants of the Bitcoin network have all the same version of the blockchain stored in their computers.
How can you hack the Bitcoin blockchin in order to make yourself rich? First, you can add fake transactions in your blockchain copy making yourself rich; second, you have to convince other people in the Bitcoin network that your blockchin is the actual true version. Same as in Harry Potter example, you need to go from house to house replacing the book, in the blockchin world you need an enormous amount of computational power.

Are you telling me that the blockchain has no flaws?

Technically it is possible to break into the blockchain but you will need more than half of the computational power of the whole network (so basically it is impossible).

Experts are worried that blockchain cannot resists a quantum attack. A quantum computer is a next generation computer with a huge computational power. It can come out in 10 or 20 years but by that time also the blockchain technology will evolve. For instance Iota is a new kind of blockchain with a different structure and it can resists a quantum attack.

Why don’t we continue using a normal database as we did so far?

The blockchain is shaking many industries but it cannot be used everywhere. For example there is no sense in using blockchain to store the data of this website. But it makes a big difference when the third party is involved.
If you have to transfer money, the bank is the third party that takes the money from you and transfers it to the recipient.

In the Bitcoin system there is no one between you and the recipient, the transfer is direct and it takes around 10 minutes.

The blockchain technology is applied in many industries such as music, real estate and energy. The company where I work uses the blockchain technology in the notary industry.

Thanks! You convinced me! Now I’ll buy 1000000€ in Bitcoin!!!

Wait a moment! The blockchain world is wonderful but risky. There are legal and technical details that you have to understand.

In several countries Bitcoin is not regulated. For instance if I steal from you 10000€ you can sue me. If I steal from you 100 bitcoins and you go to the police, the policemen will tell you that the Bitcoin has no value. From the legal point of view, to steal the bitcoins is like to steal the air! You cannot sue me for stealing something without value.
Keep yourself updated with regards to the cryptocurrency laws of the country you live in.

The blockchain is a technology that is still evolving, some technical problems can arise with its development as well. For example in 2016 a bug in the Ethereum cryptocurrency system resulted into a loss of 50 million dollars suffered by many users.

On the other hand, many investors took the risks and became rich. It’s important to be updated, rely on tested technology, use safe systems for money deposits and not to search for easy ways to make money _

If you want to learn more about blockchain technology read:
Bitcoin transaction: how does it work?

References

Related Articles

What is a fork? Why is it dangerous?

Category: Blockchain

Often a blockchain can have some flaws, bugs or it just needs improvements. To fix those vulnerabilities the blockchain has to be forked. A fork rewrites the rules which a full node must follow in ...

Bitcoin transaction: how does it work?

Category: Blockchain

In the previous article we had a quick introduction to the blockchain technology. In this article we are going to see what's happening behind a bitcoin transaction. Let's take a simple ...

Blockchain For Not Technical People (public speech)

Category: Blockchain

A 4 minutes speech about blockchain I delivered during a course on public speaking in November 2019.

How to Test Smart Contracts - Tutorial

Category: Blockchain

Testing a smart contract is a must of the blockchain development process. Remember that the blockchain does not forgive you any errors because of its immutability! The only way to fix a bug ...

Create your Blockchain DApp with Ethereum and VueJS - Tutorial Part 2

Category: Blockchain

In the second part of the tutorial we are going to develop the front-end and see how to interact with the smart contract developed in the PART 1. If you missed the introduction and you want to ...

Create your Blockchain DApp with Ethereum and VueJS - Tutorial Part 1

Category: Blockchain

In this first part of the tutorial we are going to create the smart contract that handles the registration of users; then we are going to deploy the smart contract to the blockchain using ...