You are at: Home » Ethereum

What is Ethereum and How Does it Work?

By: Ofir Beigel | Last updated: 1/16/24

In this article, I’m going to explain in depth what Ethereum is and a bit about how it works. Don’t worry; the explanation will be non-technical and easy to understand.

Don’t like to read? Watch our video guide instead


What is Ethereum Summary

Ethereum was proposed in 2013 and brought to life in 2014 by Vitalik Buterin. Unlike the Bitcoin network, which was designed for Bitcoin transactions only, Ethereum is a DIY platform for decentralized apps (or Dapps) that uses smart contracts. ‘Ether’ is the Ethereum network’s currency, and it is used for running Dapps.

That’s Ethereum in a nutshell. If you want a detailed explanation about Ethereum, keep on reading this post. Here’s what I’ll cover:

  1. Bitcoin vs. Blockchain
  2. What is Ethereum?
  3. How Ethereum Works – Smart Contracts
  4. What is Ether?
  5. Frequently Asked Questions
  6. Conclusion

1. Bitcoin vs. Blockchain

Before we get into what Ethereum is, we need to do a quick recap about Bitcoin since it’s the basis from which Ethereum was born.

By now, you probably know that Bitcoin is a form of decentralized money, and if you still have some questions about what that means or how it works, then you might consider revisiting our original video, What is Bitcoin?

Before Bitcoin was invented, the only way to use money digitally was through an intermediary such as a bank or PayPal. Even then, the money used was still a government-issued and controlled currency.

However, Bitcoin changed all that by creating a decentralized form of currency that individuals could trade directly without the need for an intermediary. Each Bitcoin transaction is validated and confirmed by the entire Bitcoin network. There’s no single point of failure, so the system is virtually impossible to shut down, manipulate, or control.

Pretty neat, huh?

From Bitcoin to Blockchain

Well, now that we know that money can be decentralized, what other functions of society that are centralized today would be better served on a decentralized system?

What about voting? Voting requires a central authority to count and validate votes. Real estate transfer records currently use centralized property registration authorities. Social networks like Facebook are based on centralized servers that control all of the data we upload to them.

What if we could use the technology behind Bitcoin, more commonly known as the blockchain, to decentralize other things as well?

The interesting thing about blockchain technology is that it’s actually a by-product of the Bitcoin invention.

Blockchain technology was created by fusing already existing technologies like cryptography, proof of work, and decentralized network architecture together in order to create a system that can reach decisions without a central authority.

There was no such thing as “blockchain technology” before Bitcoin was invented. But once Bitcoin became a reality, people started noticing how and why it works and named this “thing” blockchain technology.

Blockchain is to Bitcoin what the Internet is to email. A system on top of which you can build applications and programs. A currency like Bitcoin is just one of the options.

This got people very excited, and they began to explore what else could be decentralized.

However, in order for a system to be truly decentralized, it needs a large network of computers to run it. Back then, the only network that existed was Bitcoin, and it was pretty limited.

Bitcoin is written in what is known as a “Turing incomplete” language, which makes it understand only a small set of orders (like who sent how much money to whom). If you want to create a more complex system, you’ll need a different programming language, which means a different network of computers.

Imagine for a second you wanted to build your own decentralized program, just like Bitcoin, at home. You’d need to understand how Bitcoin’s decentralization works, write code that mimics the same behavior, get a huge network of computers to run this code, and so on….that’s a lot of work.


2. What is Ethereum?

Ethereum was first proposed in late 2013 and then brought to life in 2014 by Vitalik Buterin, who, back at the time, was the co-founder of Bitcoin Magazine.

Ethereum is a do-it-yourself (DIY) platform for decentralized programs, also known as Dapps – decentralized apps.

If you want to create a decentralized program that no single person controls (not even you, even though you wrote it), all you have to do is learn the Ethereum programming language called Solidity and begin coding.

The Ethereum platform has thousands of independent computers running it, meaning it’s fully decentralized. Once a program is deployed to the Ethereum network, these computers, also known as nodes, will make sure it executes as written.

Ethereum’s goal is to truly decentralize the internet.

Many people believe the internet is already decentralized and that anyone can start their own site.

While in theory, that might be true, in practice, Amazon, Google, Facebook, Netflix, and other giants control most of the World Wide Web as we know it. There’s almost no activity on the web that happens without some sort of intermediary or third party.

But once the concept of digital decentralization was demonstrated by Bitcoin, a whole new array of opportunities became available.

We can finally start to imagine and design an internet that connects users directly without the need for centralized third parties.

People can “rent” hard drive space directly to other people and make Dropbox obsolete. Drivers can offer their services directly to passengers and remove Uber as the middleman. People can buy cryptocurrencies directly from one another without the need for an exchange that can get hacked or steal your money.

Ethereum allows people to connect directly with each other without a central authority to take care of things. It’s a network of computers that together combine into one powerful, decentralized supercomputer.


3. How Ethereum Works – Smart Contracts

Ok, so now you know what Ethereum does, but we haven’t touched upon HOW it does it.

Ethereum’s coding language, Solidity, is used to write “smart contracts,” which are the logic that runs Dapps. Let me explain…

In real life, a contract is only a set of “ifs” and “thens,” meaning a set of conditions and actions. For example, if I pay my landlord $1,500 on the 1st of the month, he then lets me use my apartment.

That’s exactly how smart contracts work on Ethereum. Ethereum developers write the conditions for their program or Dapp, and then the Ethereum network executes it.

They are called smart contracts because they deal with all of the aspects of the contract: enforcement, management, performance, and payment.

For example, if I have a smart contract that is used for paying rent, the landlord doesn’t need to actively collect the money from me. The contract itself “knows” if the money has been sent. If I indeed sent the money, then I will be able to open my apartment door. If I miss my payment, I will be locked out.

However, smart contracts also have their downsides. Going back to my previous example, instead of having to kick out a renter who isn’t paying, a “smart” contract would lock the non-paying renter out of their apartment.

A truly intelligent contract, on the other hand, would take into account other factors as well, such as extenuating circumstances and the spirit with which the contract was written, and it would also be able to make exceptions if warranted. In other words, it would act like a really good judge.

Instead, a “smart contract” in the context of Ethereum is not intelligent at all. It’s actually uncompromisingly letter-strict. It follows the rules down to a T and can’t take any secondary considerations or the “spirit” of the law into account, like what commonly happens with real-world contracts.

Once a smart contract is deployed on the Ethereum network, it can not be edited or corrected, even by its original author. It’s immutable.

The only way to change a smart contract would be to convince the entire Ethereum network (i.e., all the computers participating around the world) that a change should be made, and that’s virtually impossible.

This creates a very serious problem since, unlike Bitcoin, Ethereum was built with the ability to create really complex contracts, and complex contracts are very difficult to secure.

With any contract, the more complicated it is, the harder it is to enforce as more room is left for interpretations or more clauses must be written to deal with contingencies.

With smart contracts, security means handling with perfect accuracy every possible way in which a contract could be executed in order to make sure that the contract does only what the author intended.

Ethereum launched with the idea that “code is law.” That is, a contract on Ethereum is the ultimate authority, and nobody can overrule the contract.

This all came to a crashing halt when the DAO event happened.

The DAO – When smart contracts go wrong

DAO stands for “decentralized autonomous organization,” which is a type of project structure in which token holders (coin holders) can participate in the management and decision-making of a project. This is similar to owning stock, which grants you voting rights. For DAOs, the decisions themselves are crowd-sourced and decentralized. In 2016, The DAO was the actual project name of a DAO that raised $150M in the Ethereum currency ether, or ETH, from over 11,000 investors.

While this all sounded very good, the code wasn’t secured very well and resulted in someone figuring out a way to drain The DAO out of money.

Now, you could say that the person who drained The DAO was a “hacker.” But some would argue that this was just someone who was taking advantage of the loopholes he found in The DAO’s smart contract.

This isn’t very different from a creative lawyer figuring out a loophole in the current law to effect a positive result for his client.

What happened next is that the Ethereum community decided that the code no longer is law and changed the Ethereum rules in order to revert all the money that went into The DAO. In other words, the contract writers and investors did something stupid, and the Ethereum developers decided to bail them out.

The small minority that didn’t agree with this move stuck to the original Ethereum blockchain before its protocol was altered, and that’s how Ethereum Classic was born (which is actually the original Ethereum).


4. Ether – Ethereum’s currency

We’ve covered a lot up until now, and the last thing I want to talk about is Ethereum as a currency.

We’ve already established that Ethereum is basically a large bunch of computers working together like one supercomputer to execute code that powers Dapps. However, this costs money – money to get the machines, power them up, store them, and cool them if needed.

That’s why Ether (ETH) was invented. When people talk about the price of Ethereum, they actually are referring to Ether, the currency that incentivizes people to run the Ethereum protocol on their computers.

This is very similar to the way Bitcoin miners get paid for maintaining the Bitcoin blockchain.

In order to deploy a smart contract to the Ethereum platform, its author must pay to do so. That payment is made in the form of Ether. This is done so that people will write optimized and efficient code and won’t waste the Ethereum network’s computing power on unnecessary tasks.

Ether was first distributed in Ethereum’s original initial coin offering (ICO) back in 2014. Back then, it cost around 40 cents to buy one Ether. Today, one Ether is valued substantially higher since the use of the Ethereum network has grown immensely due to the ICO hype that started in 2017.


5. Frequently Asked Questions

Is Ethereum a Currency?

Ethereum is the infrastructure for running Dapps worldwide. It’s not a currency, it’s a platform. The currency used to incentivize the network is called Ether (ETH).

How Much is Ethereum Worth Right Now?

At the moment, 1 Ether ~ 3,482 USD

What’s the Difference Between Bitcoin and Ethereum?

The one major difference between Bitcoin and Ethereum is that Bitcoin is used as an application for decentralizing money, while Ethereum is used to run smart contracts and decentralize basically everything.

Comparing Bitcoin to Ethereum would be like comparing apples to oranges since they don’t fulfill the same purpose. Having said that, here are the main differences between their small similarities (since they’re both cryptocurrencies).

  • Total Supply – Bitcoin has a total supply of 21m coins, while Ether isn’t limited in its supply.
  • Hashing Algorithm – Bitcoin uses the SHA-256 algorithm, while Ethereum uses KECCAK-256.
  • Avg. Block Confirmation Time – Bitcoin has a block time of 10 minutes, while Ethereum’s is 15 seconds.
  • Mining Hardware – Bitcoin is mined with ASICs, while Ethereum is mined with GPUs.
  • Initial Coin Distribution – Bitcoin was always based on mining, while Ethereum conducted an ICO.

For a complete comparison between the two coins, visit my Bitcoin vs. Ethereum page.

How is Ethereum Created?

Ether is created through the process of mining, just like in Bitcoin. This means that computers around the world compete to solve mathematical problems.

The first computer to solve the problem gets to mine the next block of Ethereum transactions. In return, he is awarded Ether by the network. You can read more about Ethereum mining here.


6. Conclusion

Hopefully, by now, you have a better understanding of what Ethereum is – A network of computers working together to replace the centralized model of programs and companies that run the Internet today. If you want to learn more about how Ethereum works, I suggest continuing with our Ethereum wallet guide.

You may still have some questions or comments. If so, just leave them in the comment section below.

Special thanks to:

Free Bitcoin Crash Course

Learn everything you need to know about Bitcoin in just 7 days. Daily videos sent straight to your inbox.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
We hate spam as much as you do. You can unsubscribe with one click.
We hate spam as much as you do. You can unsubscribe with one click.

15 comments on “Ethereum”

Leave a Comment

Your email address will not be published. Required fields are marked *

  1. Anthony Sanchez

    So When you buy Ethereum your buying the newer one and not Classic right? Does classic even trade?

  2. This was a great insight!
    Thank you so much for sharing, now I feel like I have a little bit more information Ethernum.

Scroll to Top