Ethereum
Ethereum is a global, public blockchain that works like a shared computer no single company owns. Bitcoin showed the world that a network of strangers could agree on who owns what without a bank in the middle; Ethereum took the next step and made that shared ledger programmable. Instead of only recording 'who paid whom,' it can also run small pieces of code, so the network can enforce agreements automatically. The problem it solves is trust in software: how do you let people all over the world use the same program and be confident no one secretly changed the rules or the results?
Under the hood, Ethereum is a network of thousands of computers (nodes) that all keep the same copy of an ever-growing record and run the same code in lockstep. Developers upload programs called smart contracts; once deployed, anyone can call them, and every node re-runs the call and checks the outcome, so they all reach the same answer. To use the network you pay a small fee in its native currency, ether (ETH), which both rewards the operators and stops people from clogging the system with endless free computation. Because thousands of independent machines must agree, the result is hard for any one party to fake or censor.
Ethereum matters because it turned a ledger into a foundation for applications. On top of it people have built currencies that hold a steady value, marketplaces that run without a middleman, digital collectibles, and organizations governed by code rather than a head office. It is the most widely used platform for this kind of programmable money and software, and many newer networks copy its design so that programs can move between them. In short, Ethereum is less a single product than a public, always-on settlement layer that anyone can build on.
Imagine a vending machine that lives on a public network instead of in a hallway. You send it the right payment, and its built-in rules automatically release exactly what you asked for and update the public record of stock. No clerk, no closing time, and no way for the owner to quietly pocket your money without giving you the item. That is the flavor of running code on Ethereum.
Ethereum's native currency is ether (ETH); 'Ethereum' usually means the network, while 'ether' means the coin used to pay fees.