← RushX Crypto Library
Bitcoin Reference Guide

What Is Bitcoin?The Complete Guide

A comprehensive introduction to Bitcoin: its history, monetary design, blockchain, mining, wallets, nodes, halvings, Lightning, exchange-traded products, security, risks, and long-term relevance.

Bitcoin basicsBlockchainMiningWallet security

Bitcoin is both a digital asset and a global peer-to-peer network. It allows value to be transferred without requiring a central bank, payment company, or single database operator.

Its rules are enforced through cryptography, proof of work, economic incentives, and independently operated nodes.

Launch
Network launched in 2009
Supply
Approximately 21 million BTC maximum
Smallest unit
1 satoshi = 0.00000001 BTC
Control
No central owner or issuer
01 · Foundation

What Is Bitcoin?

Bitcoin is an open-source monetary network that records ownership through a shared public ledger. The native asset of the network is bitcoin, commonly abbreviated as BTC.

Users can send bitcoin directly to one another, while nodes independently verify that transactions follow the protocol rules.

Bitcoin combines peer-to-peer networking, digital signatures, proof of work, a fixed issuance schedule, and economic incentives.

Bitcoin has two meanings
“Bitcoin” can refer to the network and protocol. “bitcoin” can refer to units of the asset transferred on that network.
02 · Purpose

Why Was Bitcoin Created?

Digital money existed before Bitcoin, but digital information can normally be copied. A monetary system must prevent the same unit from being spent twice.

Bitcoin introduced a practical method for reaching agreement about transaction order without a central operator.

The system also created a predictable issuance policy that cannot be changed by a central bank or corporate management team.

03 · History

The History of Bitcoin

Bitcoin emerged from decades of work in cryptography, digital signatures, proof-of-work systems, and electronic cash research.

2008
The Bitcoin whitepaper is published under the name Satoshi Nakamoto.
2009
The Bitcoin software launches and the Genesis Block is mined.
2010
Bitcoin Pizza Day becomes an early example of BTC used for a real-world purchase.
2012
The first halving reduces the block subsidy from 50 BTC to 25 BTC.
2013
Bitcoin gains broader public attention and its market infrastructure expands.
2014
The Mt. Gox collapse highlights the difference between Bitcoin network security and custodial risk.
2016
The second halving reduces the block subsidy to 12.5 BTC.
2017
Segregated Witness activates and Bitcoin experiences a major global adoption cycle.
2020
The third halving reduces the block subsidy to 6.25 BTC.
2021
Bitcoin reaches new institutional and national-policy attention.
2024
U.S. spot bitcoin ETPs begin trading and the fourth halving reduces the subsidy to 3.125 BTC.
04 · Origin

Who Is Satoshi Nakamoto?

Satoshi Nakamoto is the pseudonym used by Bitcoin's creator or creators. The real identity has never been conclusively proven.

Satoshi published the whitepaper, released the first software, communicated with early contributors, and later withdrew from public development.

Bitcoin continued without its creator, which reinforced the principle that the network does not depend on a permanent leader.

Important distinction
Claims about Satoshi's identity remain speculation unless supported by convincing cryptographic evidence.
05 · Design

The Bitcoin Whitepaper

The whitepaper, titled “Bitcoin: A Peer-to-Peer Electronic Cash System,” describes a system for direct electronic payments without relying on a trusted financial intermediary.

It explains transactions, timestamps, proof of work, network consensus, incentives, privacy, and simplified verification.

Read the original whitepaper ↗
06 · Process

How Bitcoin Works

Step 01
Create a transaction

A wallet constructs a transaction using spendable outputs.

Step 02
Sign it

The owner authorizes the spend with the relevant private key.

Step 03
Broadcast it

The transaction is shared across the peer-to-peer network.

Step 04
Validate it

Nodes check signatures, balances, and protocol rules.

Step 05
Mine a block

Miners compete to include valid transactions in a block.

Step 06
Add confirmations

Later blocks make reversal increasingly difficult.

07 · Ledger

The Bitcoin Blockchain

The blockchain is the ordered public record of valid Bitcoin blocks. Each block references the preceding block, creating a chronological chain.

Changing an old block would alter its hash and require the attacker to redo proof of work for that block and every block after it while catching the honest chain.

Block 840,000
Block 840,001
Block 840,002
Next block
08 · Payments

Bitcoin Transactions

Bitcoin does not store account balances in the same way as a traditional bank ledger. It tracks unspent transaction outputs, usually called UTXOs.

A transaction consumes existing UTXOs and creates new outputs. The difference between input value and output value becomes the transaction fee.

Transactions are usually irreversible
Always verify the address, network, amount, and fee before sending.
09 · Finality

Blocks and Confirmations

Zero confirmations
The transaction has been broadcast but not yet included in a block.
One confirmation
The transaction is included in a valid block.
Multiple confirmations
More proof of work has accumulated after the transaction.
Economic finality
The acceptable number of confirmations depends on value and risk.
10 · Security

Bitcoin Mining

Miners assemble valid transactions into candidate blocks and repeatedly hash block-header data while searching for an output below the network target.

The successful miner publishes the block. Nodes accept it only if every transaction and protocol rule is valid.

Miners receive the block subsidy and transaction fees, creating an economic incentive to secure the network.

11 · Consensus

Proof of Work

Proof of work makes block production expensive and objectively measurable. Nodes can verify the work quickly even though finding a valid hash requires enormous computation.

The valid chain is selected according to accumulated proof of work, not simply the number of blocks or votes.

Security through cost
Rewriting history requires competing against the continuing work of honest miners.
12 · Stability

Difficulty Adjustment

Bitcoin targets an average block interval of approximately ten minutes.

Mining difficulty adjusts every 2,016 blocks so block production remains relatively stable when total hash rate changes.

13 · Monetary policy

The 21 Million Supply

Bitcoin's issuance schedule is defined by protocol rules. New units enter circulation through the block subsidy.

The subsidy declines over time until total issuance approaches 21 million BTC.

Issuance approaches the cap gradually as the block subsidy is halved.
14 · Issuance

Bitcoin Halving

PeriodBlock subsidy
2009–201250 BTC
2012–201625 BTC
2016–202012.5 BTC
2020–20246.25 BTC
2024 onward3.125 BTC
The halving does not guarantee a price increase
It changes new supply issuance. Market price still depends on demand, liquidity, macroeconomic conditions, and expectations.
15 · Validation

Bitcoin Nodes

Verify transactions
Check signatures, inputs, and consensus rules.
Verify blocks
Reject blocks that violate protocol rules.
Relay data
Share transactions and blocks with peers.
Protect sovereignty
Allow users to verify without trusting an external server.
Miners propose; nodes verify
Miners cannot force nodes to accept invalid blocks.
16 · Storage

Bitcoin Wallets

Wallet typeStrengthMain risk
Mobile walletConvenient for daily usePhone compromise or loss
Desktop walletMore control and featuresMalware and device risk
Hardware walletKeys isolated from normal internet useBackup and supply-chain risk
Paper or offline backupNo active network exposurePhysical damage or loss
Custodial accountSimple access and recoveryCounterparty and withdrawal risk
17 · Ownership

Public and Private Keys

Public information

Addresses and public keys can be shared for receiving and verifying transactions.

Private key

Secret information used to authorize spending. Anyone who controls it may control the associated bitcoin.

Never share private keys
Legitimate support teams do not need your private key or seed phrase.
18 · Recovery

Seed Phrases and Backups

Many wallets use a sequence of words as a backup from which wallet keys can be derived.

A seed phrase should be stored offline, protected from theft, fire, water, accidental disposal, and unauthorized photography.

No recovery company can recreate a lost seed
Self-custody removes counterparty risk but makes backup discipline essential.
19 · Network market

Transaction Fees and the Mempool

Nodes keep valid unconfirmed transactions in a local mempool.

Miners typically prioritize transactions that offer higher fee rates relative to their data size.

Fees therefore rise when block space demand exceeds available capacity.

20 · Scaling

The Lightning Network

Lightning uses payment channels that allow many transfers to occur without placing every payment directly into a Bitcoin block.

Participants can route payments across a network of channels, enabling faster and lower-cost transfers for suitable use cases.

Lightning does not replace the base layer
It depends on Bitcoin for channel opening, closing, and final settlement.
21 · Traditional markets

Bitcoin ETFs and ETPs

Exchange-traded products allow investors to gain Bitcoin price exposure through traditional brokerage infrastructure.

In January 2024, the U.S. Securities and Exchange Commission approved the listing and trading of multiple spot bitcoin ETP shares.

Potential benefits

  • • Familiar brokerage access
  • • Regulated product structure
  • • No personal key management

Trade-offs

  • • No direct self-custody
  • • Product and management fees
  • • Dependence on custodians and market hours
22 · Comparison

Bitcoin vs Gold

FeatureBitcoinGold
SupplyProtocol-limitedScarce but not fixed
TransportDigital and globalPhysical logistics required
VerificationCryptographic and node-basedPhysical testing
Divisibility100 million satoshis per BTCPossible but operationally harder
HistorySince 2009Thousands of years
23 · Comparison

Bitcoin vs Fiat Money

FeatureBitcoinFiat currency
IssuerNo central issuerGovernment and central-bank framework
Supply policyPredetermined by protocolManaged through monetary policy
SettlementPeer-to-peer networkBanking and payment intermediaries
AccessInternet and keysDepends on local financial infrastructure
Legal statusVaries by jurisdictionOfficial national currency
24 · Comparison

Bitcoin vs Ethereum

FeatureBitcoinEthereum
Primary focusDecentralized money and settlementGeneral-purpose smart-contract platform
ConsensusProof of workProof of stake
SupplyApproximate 21 million capDynamic issuance and burn mechanics
ProgrammingDeliberately limited scriptingGeneral smart-contract environment
Native assetBTCETH
25 · Protection

Bitcoin Security

Protocol risk
Potential software bugs or consensus failures.
Custody risk
Loss, theft, or compromise of private keys.
Exchange risk
Insolvency, hacks, freezes, or withdrawal restrictions.
User error
Wrong addresses, weak backups, or phishing.
Network attack
Attempts to censor or reorganize transactions.
Market risk
Large and unpredictable price volatility.
The network and the custodian are different risks
An exchange failure does not mean the Bitcoin protocol failed.
26 · Data

Privacy and Transparency

Bitcoin transactions are public and can be analyzed by anyone.

Addresses are pseudonymous, but identities may be linked through exchanges, address reuse, transaction patterns, or external data.

Bitcoin is not automatically anonymous
Privacy requires careful operational practices.
27 · Debate

Mining and Energy Use

Proof of work consumes electricity because energy expenditure is part of the mechanism that makes block production costly.

Debate focuses on total consumption, energy sources, grid impact, stranded energy, emissions, and whether the service provided justifies the cost.

Separate energy use from emissions
Electricity consumption and carbon emissions are related but not identical.
28 · Evaluation

Advantages and Limitations

Potential advantages

  • • Predictable supply policy
  • • Global peer-to-peer settlement
  • • Open participation
  • • Self-custody
  • • High divisibility

Limitations and risks

  • • Price volatility
  • • Irreversible user mistakes
  • • Custody complexity
  • • Base-layer capacity limits
  • • Regulatory uncertainty
29 · Misconceptions

Common Bitcoin Myths

“Bitcoin is completely anonymous.”
The ledger is public and transactions can be analyzed.
“Bitcoin is stored inside a wallet.”
The wallet stores or manages keys; ownership is recorded on the blockchain.
“Miners control all Bitcoin rules.”
Nodes independently reject invalid blocks.
“A halving guarantees a bull market.”
Supply issuance changes, but price is not guaranteed.
“One must buy a whole bitcoin.”
BTC is divisible into 100 million satoshis.
“Bitcoin and crypto are identical.”
Bitcoin is one network with its own design and rules.
“An exchange hack means Bitcoin was hacked.”
Custodial infrastructure and the protocol are different systems.
“Transactions are free.”
Users generally compete for limited block space through fees.
30 · Exposure

Ways to Gain Bitcoin Exposure

Spot Bitcoin
Buy BTC directly and choose custodial or self-custodial storage.
Exchange-traded product
Gain price exposure through a brokerage product.
Perpetual futures
Trade long or short with leverage and liquidation risk.
Options or futures
Use regulated or crypto-native derivative contracts.
Ownership and price exposure are not the same
An ETF share, perpetual contract, and self-custodied BTC create different rights and risks.
31 · RushX

Bitcoin and RushX

Bitcoin Model
Adds long-term cycle, halving, and valuation context.
Chart
Shows live price action and selected timeframe structure.
Guard
Provides stabilized directional and risk context.
Trade Coach
Explains setup quality, reasons, and next triggers.
OrderBook+
Shows spread, liquidity, visible depth, and executed flow.
Trading Panel
Controls order type, leverage, stop, target, and execution.
Trading BTC is not the same as understanding Bitcoin
Market analysis and protocol knowledge answer different questions.
32 · Reference

Bitcoin Timeline

2008

The Bitcoin whitepaper is published under the name Satoshi Nakamoto.

2009

The Bitcoin software launches and the Genesis Block is mined.

2010

Bitcoin Pizza Day becomes an early example of BTC used for a real-world purchase.

2012

The first halving reduces the block subsidy from 50 BTC to 25 BTC.

2013

Bitcoin gains broader public attention and its market infrastructure expands.

2014

The Mt. Gox collapse highlights the difference between Bitcoin network security and custodial risk.

2016

The second halving reduces the block subsidy to 12.5 BTC.

2017

Segregated Witness activates and Bitcoin experiences a major global adoption cycle.

2020

The third halving reduces the block subsidy to 6.25 BTC.

2021

Bitcoin reaches new institutional and national-policy attention.

2024

U.S. spot bitcoin ETPs begin trading and the fourth halving reduces the subsidy to 3.125 BTC.

33 · Glossary

Bitcoin Glossary

Address
A destination used to receive bitcoin.
ASIC
Specialized hardware designed for mining.
Bitcoin Core
The best-known full-node implementation of Bitcoin.
Block
A batch of valid transactions added to the blockchain.
Block height
The number of blocks preceding a particular block.
Block reward
The block subsidy plus transaction fees received by a miner.
Block subsidy
Newly issued bitcoin included in a valid block.
Blockchain
The ordered public history of Bitcoin blocks.
Cold wallet
A wallet whose keys remain offline.
Confirmation
A block added after a transaction is included.
Difficulty
The level of work required to find a valid block hash.
Difficulty adjustment
The periodic recalibration of mining difficulty.
Double spending
Attempting to spend the same bitcoin more than once.
Full node
Software that independently verifies Bitcoin rules.
Genesis Block
The first block in the Bitcoin blockchain.
Halving
The scheduled reduction of the block subsidy by half.
Hash
A fixed-length cryptographic output derived from data.
Hash rate
The amount of mining computation performed per second.
Hot wallet
A wallet connected to an internet-enabled device.
Index
A market-price reference compiled from selected sources.
Lightning Network
A payment-channel network built around Bitcoin.
Mempool
A node's collection of valid unconfirmed transactions.
Miner
A participant that performs proof of work to produce blocks.
Mining pool
A group of miners combining hash rate and sharing rewards.
Multisignature
A spending condition requiring multiple signatures.
Node
A computer running Bitcoin software.
Nonce
A value miners vary while searching for a valid block hash.
Private key
Secret information used to authorize spending.
Proof of work
The computational process used to secure block production.
Public key
Cryptographic information derived from a private key.
Satoshi
The smallest standard unit of bitcoin: 0.00000001 BTC.
Seed phrase
A human-readable backup used by many wallets.
Self-custody
Controlling bitcoin through keys you manage yourself.
SegWit
A protocol upgrade that changed transaction data structure.
UTXO
An unspent transaction output available to be spent.
Wallet
Software or hardware that manages Bitcoin keys.
34 · FAQ

Frequently Asked Questions

Is Bitcoin a company?

No. Bitcoin is an open-source peer-to-peer network and monetary system. No company owns or controls the protocol.

Who controls Bitcoin?

No single person or organization controls Bitcoin. Developers propose software changes, miners produce blocks, nodes verify rules, and users choose which software to run.

How many bitcoins will exist?

Bitcoin's protocol limits total issuance to approximately 21 million BTC.

Can Bitcoin be divided?

Yes. One bitcoin can be divided into 100 million satoshis.

What gives Bitcoin value?

Its value comes from market demand combined with scarcity, portability, divisibility, censorship resistance, open access, and confidence in the network's rules.

Is Bitcoin anonymous?

No. Bitcoin is pseudonymous. Transactions are public, while addresses do not automatically reveal a legal identity.

Can Bitcoin be hacked?

The Bitcoin protocol has operated for many years, but wallets, exchanges, devices, and users can still be compromised. Security depends heavily on key management.

What happens if I lose my private key?

Without a valid backup or recovery method, the bitcoin controlled by that key may become permanently inaccessible.

What is Bitcoin mining?

Mining is the competitive process that adds valid blocks to the blockchain, secures transaction history, and distributes the block subsidy and transaction fees.

What is the Bitcoin halving?

The halving reduces the block subsidy by half every 210,000 blocks, roughly every four years.

Does Bitcoin have an expiration date?

No. Bitcoin itself does not expire. Ownership remains valid as long as the associated keys remain secure and accessible.

Can governments ban Bitcoin?

Governments can restrict exchanges, banking access, taxation, or local use, but a globally distributed peer-to-peer network is difficult to eliminate completely.

Is Bitcoin legal tender?

Its legal status differs by jurisdiction and can change. Users should review current local laws and tax rules.

What is a Bitcoin node?

A node runs Bitcoin software, verifies blocks and transactions, and enforces the protocol rules it accepts.

What is a Bitcoin wallet?

A wallet manages the keys used to receive and spend bitcoin. The bitcoin itself remains recorded on the blockchain.

What is the Lightning Network?

Lightning is a payment-channel network built around Bitcoin that enables fast, low-value transfers without recording every payment directly on the base layer.

What is a spot Bitcoin ETF or ETP?

It is a regulated exchange-traded product whose shares provide price exposure to bitcoin held by the product or its custodian.

Is Bitcoin the same as blockchain?

No. Bitcoin uses a blockchain, but the network also depends on proof of work, peer-to-peer communication, cryptographic signatures, economic incentives, and validation rules.

Can Bitcoin transactions be reversed?

Confirmed transactions are designed to be difficult to reverse. Users should verify addresses and amounts before sending.

Why does Bitcoin use so much energy?

Proof of work deliberately requires computational energy to make rewriting transaction history costly.

35 · Further reading

Primary Sources

The strongest Bitcoin reference pages begin with original documents and official technical resources.

Conclusion

Bitcoin Is a Network, Asset, and Monetary Experiment

Bitcoin combines open-source software, peer-to-peer networking, cryptography, proof of work, fixed issuance, and economic incentives.

Its strengths and risks can only be understood by separating the protocol, the asset, custody, market exposure, regulation, and trading.

Explore Bitcoin with RushX

Combine protocol knowledge with market context

Use the RushX Bitcoin Model for long-term cycle context and the trading interface for chart, liquidity, Guard, Trade Coach, stop, target, and execution planning.

Bitcoin and leveraged trading involve significant risks. This guide is educational and does not constitute financial advice.

Continue learning

Continue through the Bitcoin and trading library

VIEW ALL GUIDES →