What is Bitcoin?
![]() |
Bitcoin |
At the core of Bitcoin is the blockchain, a distributed ledger that records all Bitcoin transactions. Think of it as a public database where every transaction ever made with Bitcoin is stored.
- Blocks: Bitcoin transactions are grouped into "blocks," similar to pages in a ledger book.
- Chain: These blocks are linked together chronologically, forming a "chain" of blocks — hence the name blockchain.
- Immutable: Once a block is added to the chain, it cannot be changed, making the transaction history secure and transparent.
To interact with Bitcoin, you need a wallet, which stores two important keys:
- Public Key: This is like your bank account number. It's a string of numbers and letters that you share with others so they can send you Bitcoin.
- Private Key: This is like your password. It’s a secret code you use to sign transactions and prove ownership of the Bitcoin associated with your public key.
These keys allow you to send and receive Bitcoin safely.
When you want to send Bitcoin to someone, you:
- Create a transaction, specifying the recipient’s public address and the amount of Bitcoin to send.
- Use your private key to sign the transaction, proving you have the authority to send the Bitcoin.
- Broadcast the transaction to the Bitcoin network, where it will be validated.
To ensure transactions are legitimate and secure, Bitcoin uses a process called mining.
- Miners: These are individuals or entities who use powerful computers to validate transactions. They check if the transaction follows the rules (e.g., does the sender have enough Bitcoin?).
- Proof of Work: Miners solve complex mathematical puzzles (called Proof of Work). The first miner to solve the puzzle gets to add the new block of transactions to the blockchain.
- Rewards: As a reward for their work, miners receive newly created Bitcoin (called the block reward) and any transaction fees associated with the transactions in the block they mined.
After a miner successfully adds a block to the blockchain, the transactions within that block are considered "confirmed." The more blocks that are added on top of a transaction, the more secure it is. Typically, six confirmations are considered sufficient to ensure a transaction is irreversible.
Unlike traditional currencies, Bitcoin is decentralized, meaning no single entity (like a government or central bank) controls it. Instead, it relies on a global network of nodes (computers) that all keep a copy of the blockchain and work together to maintain and validate the system.