Bitcoin (BTC): Definition and Core Purpose
Bitcoin, or BTC, is the first decentralized cryptocurrency and the native asset of the Bitcoin blockchain. It is a peer-to-peer monetary and settlement network designed to transfer value without requiring a bank, government, payment processor, or other central intermediary.
Bitcoin combines:
- A distributed public ledger, the blockchain.
- Cryptographic signatures that authorize spending.
- Proof-of-work mining to order transactions and secure the network.
- A fixed monetary policy with a maximum supply of 21 million BTC.
- Open-source software that can be independently verified and operated by anyone.
The network launched in January 2009. Its design emphasizes scarcity, censorship resistance, self-custody, and long-term settlement security rather than high base-layer transaction throughput.
Current Market Profile
The market data supplied for September 1, 2026, places Bitcoin as the largest cryptocurrency by market capitalization and liquidity.
| Metric | Bitcoin data | |
|---|---|---|
| Price | $78,569.12 | |
| Market capitalization | $1,577,499,911,506 | |
| Market-capitalization rank | #1 | |
| 24-hour trading volume | $27,378,418,810 | |
| Circulating supply | 20,077,862 BTC | |
| Total supply | 20,077,953 BTC | |
| Maximum supply | 21,000,000 BTC | |
| Fully diluted valuation | $1,577,507,061,296 | |
| CoinStats risk score | 4.01 | |
| Reported all-time high | $78,569.12 | |
| All-time-high date | Not provided in the supplied CoinStats data |
The reported price and all-time high are identical in this dataset, which indicates that the market snapshot was near a recorded peak. The all-time-high date was not available, so no specific date can be verified from the supplied data.
How the Bitcoin Blockchain Works
Blocks and the chain
Bitcoin transactions are grouped into blocks. Each block contains, among other information:
- A reference to the previous block’s hash.
- A timestamp.
- A mining difficulty target.
- A nonce used during proof-of-work.
- A Merkle root summarizing the block’s transactions.
- The block’s transaction data.
Because every block references its predecessor cryptographically, modifying an earlier transaction would require recalculating the proof-of-work for that block and every later block. Nodes generally follow the valid chain with the greatest accumulated proof-of-work.
A Merkle tree summarizes all transactions in a block. Its Merkle root allows software to verify that a transaction belongs to a particular block without reproducing the entire transaction set.
The UTXO transaction model
Bitcoin does not maintain account balances in the same way as a conventional bank. It uses an Unspent Transaction Output, or UTXO, model.
A transaction consumes previously created outputs and creates new outputs. Each output specifies:
- An amount denominated in satoshis.
- Conditions that must be met before the output can be spent.
One BTC equals 100 million satoshis. A wallet’s balance is the combined value of the UTXOs controlled by its private keys.
For example, if a user controls a 1 BTC UTXO and wants to send 0.3 BTC, the transaction may create:
- A 0.3 BTC payment output.
- A change output returning roughly 0.7 BTC to the sender, minus the transaction fee.
Each UTXO can be spent only once. This structure helps prevent double spending, while digital signatures prove that the person attempting to spend an output controls the relevant private key.
Digital signatures and Bitcoin Script
Bitcoin transactions are authorized with public-key cryptography:
- The private key creates a digital signature.
- The public key allows nodes to verify that signature.
- Bitcoin Script defines the conditions under which an output may be spent.
Bitcoin Script is intentionally limited compared with the general-purpose programming environments used by some other blockchains. This narrower design reduces flexibility, but it also helps limit complexity and potential attack surfaces in the base protocol.
Peer-to-peer validation
Bitcoin is maintained by independently operated computers called full nodes. Nodes do not simply accept blocks because a miner or company says they are valid. They independently check:
- Transaction structure.
- Digital signatures.
- Whether inputs reference valid, unspent outputs.
- Whether blocks obey consensus rules.
- Whether the proof-of-work is valid.
- Whether the proposed chain has the greatest accumulated work.
This distinction is important: miners propose and order blocks, but full nodes enforce the rules. A miner cannot unilaterally create unlimited BTC or spend coins it does not control without producing a block that validating nodes reject.
Consensus and Network Security
Proof of work
Bitcoin uses proof of work based on the SHA-256 hashing algorithm. Miners use specialized ASIC hardware to repeatedly hash candidate block headers while changing a nonce and other block data. A valid block must produce a hash below the network’s current difficulty target.
Proof of work serves two primary functions:
- It establishes a costly, verifiable ordering of transactions.
- It distributes new BTC through block subsidies and transaction fees.
The work is expensive to perform but relatively inexpensive for other nodes to verify. This asymmetry allows the network to use computational expenditure as a defense against fraudulent history changes.
Difficulty adjustment and block timing
Bitcoin adjusts mining difficulty every 2,016 blocks, approximately every two weeks. The objective is to preserve an average block interval of about 10 minutes despite changes in mining participation and hardware.
If miners add substantial computing power, blocks may initially be found faster. The subsequent difficulty adjustment raises the target’s difficulty. If miners leave the network, difficulty can decline after an adjustment period.
Security assumptions and attack risks
An attacker attempting to reverse a confirmed transaction generally needs to:
- Rewrite the block containing the transaction.
- Recalculate its proof of work.
- Recalculate subsequent blocks.
- Catch up with and surpass the honest chain.
The probability of success generally declines as more blocks are added after a transaction. A sustained majority-hash-power attack is not mathematically impossible, but it would require significant hardware, electricity, infrastructure, and capital. The attack could also damage the value of the asset being attacked.
Relevant risks remain:
- Mining-pool concentration.
- Temporary blockchain reorganizations.
- Majority-hash-rate attacks.
- Dependence on electricity markets and specialized hardware.
- Geographic or regulatory concentration of mining.
- Operational failures involving large mining or custody providers.
Proof of work therefore provides economic security, not absolute invulnerability.
2026 hashrate and difficulty context
As of August 29, 2026, two network dashboards estimated Bitcoin’s hashrate at approximately 880 to 881 exahashes per second, or EH/s. Estimated mining difficulty was approximately 125.81 trillion.
The next difficulty adjustment was estimated for around September 6, 2026, with forecasts ranging from a decline of approximately 1.3% to 1.7%. These values are estimates and fluctuate because block discovery is probabilistic and miners regularly adjust operations in response to BTC prices, electricity costs, weather, regulation, and hardware economics.
The high hashrate indicates a large amount of computational power securing the network, which generally increases the cost of attacking it. It does not, however, guarantee that individual miners are profitable.
Monetary Policy and Tokenomics
Fixed maximum supply
Bitcoin’s maximum supply is 21 million BTC. New coins are created only through the block subsidy paid to miners under the protocol’s issuance rules.
The supplied market data reports:
- Circulating supply: 20,077,862 BTC.
- Total supply: 20,077,953 BTC.
- Maximum supply: 21,000,000 BTC.
The small difference between the reported total and circulating supply reflects the way market-data providers classify issued but not currently circulating coins. The figures should not be interpreted as a guarantee that every issued coin is economically available, because some BTC may be lost or inaccessible.
Halving schedule
The mining subsidy is cut in half every 210,000 blocks, approximately once every four years.
| Period or event | Block subsidy | |
|---|---|---|
| Initial subsidy in 2009 | 50 BTC | |
| 2012 halving | 25 BTC | |
| 2016 halving | 12.5 BTC | |
| 2020 halving | 6.25 BTC | |
| April 2024 halving | 3.125 BTC | |
| Expected 2028 halving | 1.5625 BTC |
The next halving is expected around April 2028, although the exact calendar date depends on block production. New issuance is expected to approach zero over time, with the final satoshis projected to be mined around 2140. After subsidies become negligible, transaction fees are expected to represent a progressively larger share of miner revenue.
Distribution and inflation mechanics
Bitcoin had:
- No premine.
- No initial coin offering.
- No venture-capital allocation.
- No central issuer controlling distribution.
Its monetary inflation declines predictably through the halving schedule. The 21-million cap creates nominal scarcity, while lost private keys and inaccessible coins can reduce effective circulating availability. This is why Bitcoin is often described as disinflationary, although the market price can still be highly volatile and the nominal supply is not currently shrinking.
Changing the supply schedule would require broad adoption of compatible consensus rules by node operators and other network participants. No individual company, developer, or foundation can change the monetary policy unilaterally.
Founding History and Major Milestones
Bitcoin was created by an unidentified person or group using the pseudonym Satoshi Nakamoto.
| Date | Milestone | |
|---|---|---|
| August 18, 2008 | Bitcoin.org domain registered | |
| October 31, 2008 | Bitcoin whitepaper published | |
| November 9, 2008 | Project added to SourceForge | |
| January 3, 2009 | Genesis block mined | |
| January 2009 | Initial Bitcoin software released | |
| January 12, 2009 | Nakamoto sent 10 BTC to Hal Finney in the first recorded Bitcoin payment | |
| May 22, 2010 | 10,000 BTC were used to purchase two pizzas, commonly recognized as the first documented commercial BTC purchase | |
| 2017 | Segregated Witness activated | |
| November 2021 | Taproot activated | |
| April 2024 | Fourth halving reduced the subsidy to 3.125 BTC |
The genesis block contained the message:
“The Times 03/Jan/2009 Chancellor on brink of second bailout for banks”
The message referred to a contemporary newspaper headline and is commonly interpreted as both a timestamp and a commentary on the fragility of the traditional banking system. The genesis block’s nominal 50 BTC subsidy is not spendable under Bitcoin’s transaction rules.
Satoshi remained active during Bitcoin’s earliest development period, but responsibility shifted to other contributors around 2010 and 2011. Satoshi’s identity has never been conclusively established.
Key developers and contributors
Bitcoin has never been controlled by a permanent founding company or formal executive team. Development has evolved through open-source contributions, technical review, testing, public proposals, and voluntary adoption.
Important contributors include:
- Satoshi Nakamoto: Authored the whitepaper, created the initial software, mined the genesis block, and coordinated early development.
- Hal Finney: Early cryptographer, tester, technical contributor, and recipient of the first recorded Bitcoin transaction.
- Gavin Andresen: Prominent early maintainer who helped coordinate development after Satoshi’s withdrawal.
- Martti Malmi: Early developer involved in software, documentation, and community infrastructure.
- Pieter Wuille: Major Bitcoin Core contributor associated with SegWit and Taproot-related work.
- Jonas Nick and Anthony Towns: Contributors and co-authors associated with the Taproot spending-rules proposal.
- Bitcoin Core contributors: A broad, distributed group working on code, security, testing, documentation, networking, wallets, and releases.
Bitcoin Improvement Proposals, or BIPs, provide a formalized way to document possible protocol changes. A BIP is not automatically part of the live network. Activation requires implementation, review, and adoption by the relevant participants.
Major Protocol and Ecosystem Upgrades
Segregated Witness, 2017
Segregated Witness, commonly called SegWit, activated on mainnet in August 2017 through a soft fork.
SegWit separated transaction signatures, known as witness data, from the transaction data covered by the traditional transaction identifier. Its effects included:
- Reduced transaction malleability.
- Increased effective block capacity through block-weight accounting.
- More efficient fee calculation.
- Better support for payment channels.
- A stronger technical foundation for the Lightning Network.
Reducing transaction malleability was particularly important for second-layer systems, because those systems often need to reference unconfirmed transactions reliably.
Lightning Network
The Lightning Network is a second-layer payment system built on top of Bitcoin. It uses bidirectional payment channels, time locks, and cryptographic contracts to allow multiple transactions to occur off-chain.
Its intended benefits include:
- Near-instant payments.
- Lower fees for small transfers.
- Micropayments.
- Higher transaction capacity.
- Retail, remittance, creator, and machine-to-machine payments.
Opening and closing channels generally involve Bitcoin base-layer transactions. Intermediate payments can occur off-chain, while the Bitcoin blockchain provides the underlying settlement and dispute-resolution mechanism.
Lightning payments can be routed through intermediaries without requiring those intermediaries to be trusted. A routed payment is designed either to complete atomically or fail.
In 2026, available network estimates varied depending on measurement methodology. One industry source cited approximately 6,160 open nodes, 20,601 channels, and about 3,004 BTC in publicly visible capacity. Other explorers reported substantially different node counts depending on whether reachable and non-reachable nodes were included. These figures are therefore estimates rather than a complete measure of Lightning usage.
Taproot, 2021
Taproot activated at block 709,632 in November 2021. It incorporated:
- BIP 340, Schnorr signatures.
- BIP 341, Taproot spending rules.
- BIP 342, Tapscript.
Taproot combines a public key with a Merkle tree of alternative scripts. In an ordinary key-path spend, the transaction can avoid revealing all possible contract conditions. If a less common script path is used, only the relevant branch and proof need to be revealed.
The upgrade improved:
- Signature flexibility.
- Privacy for certain multisignature and contract transactions.
- Data and fee efficiency for some complex spends.
- Payment-channel and advanced-script functionality.
- Future programmability and application composability.
Taproot was a soft fork, so older nodes could continue operating while upgraded nodes enforced the additional rules.
Primary Use Cases
Store of value and savings asset
Bitcoin is frequently used as a long-term savings or treasury asset. Its fixed issuance schedule and global transferability support the “digital gold” comparison. Unlike physical gold, it can be transmitted electronically and verified using software, but it is also considerably more volatile.
Treasury reserve asset
Some corporations hold Bitcoin as a reserve asset. Strategy, formerly known as MicroStrategy, describes itself as a Bitcoin Treasury Company.
Its filings reported:
- Approximately 717,131 BTC held as of February 13, 2026.
- Aggregate acquisition cost of approximately $54.5 billion.
- Average acquisition price of approximately $76,027 per BTC, including fees and expenses.
- A subsequent disclosure reported 847,363 BTC held by June 28, 2026.
Strategy finances purchases through equity offerings, debt, preferred securities, and operating cash flow. This model gives shareholders exposure to a leveraged corporate Bitcoin strategy, but it also introduces financing, liquidity, market-price, and governance risks.
Cross-border payments and remittances
Bitcoin can transfer value internationally without relying on correspondent banks. The base layer is better suited to larger or less time-sensitive settlement transactions, while Lightning is designed to improve speed and cost for smaller transfers.
Practical performance depends on wallet usability, liquidity, exchange access, regulation, internet connectivity, and the recipient’s ability to convert or spend BTC.
Payments
Bitcoin is accepted by some merchants, payment processors, and service providers. The base layer is not optimized for every retail transaction because blocks are limited in capacity and confirmation times vary.
Lightning and related infrastructure target:
- Retail payments.
- Digital services.
- Creator payments.
- Micropayments.
- Automated or machine-to-machine transactions.
- Cross-border payment applications.
Lightning Engineering’s 2026 Wavelength release focused on integrating self-custodial BTC and stablecoin payments into applications and autonomous-agent systems.
Settlement and collateral
Bitcoin is used as a collateral and liquidity asset in:
- Lending.
- Derivatives.
- Structured products.
- Exchange-traded products.
- Corporate-finance strategies.
- Custody and settlement services.
These products can provide exposure without requiring each participant to manage private keys directly.
Financial access
An internet-connected user can hold and transfer Bitcoin without a conventional bank account. However, access to a wallet does not automatically guarantee broader financial inclusion. The IMF reported in 2025 that Bitcoin adoption in El Salvador had not produced measurable progress in financial inclusion and that usage remained limited.
Additional assets on Bitcoin-linked infrastructure
Taproot Assets and related Lightning infrastructure allow additional assets, including stablecoins, to be issued or transferred using Bitcoin-anchored systems. This extends the potential role of Lightning beyond BTC payments, although the assets themselves may have different issuers, risks, and governance models from Bitcoin.
Institutional Adoption and Ecosystem Integrations
Spot Bitcoin exchange-traded products
The U.S. Securities and Exchange Commission approved the first U.S. spot Bitcoin exchange-traded products in January 2024. These products hold Bitcoin through custodial arrangements and provide price exposure through brokerage and exchange infrastructure.
According to Strategy’s 2025 Form 10-K, U.S. spot Bitcoin exchange-traded products had accumulated more than 1.3 million BTC by December 31, 2025, representing approximately 6% of total Bitcoin supply.
These products connect Bitcoin with:
- Pension and investment funds.
- Asset managers.
- Registered investment advisers.
- Brokerage accounts.
- Clearing systems.
- Securities lending.
- Traditional derivatives markets.
They improve access for investors whose mandates or operational constraints make direct custody difficult, while introducing intermediary, custody, product-structure, and market-liquidity considerations.
Custody, exchanges, and payment processors
The Bitcoin ecosystem includes:
- Exchanges providing spot trading.
- Custodians holding BTC on behalf of institutions.
- Wallet developers supporting self-custody.
- Payment processors such as BitPay and Strike.
- Mining pools and industrial mining operators.
- Lightning node and routing operators.
- Merchant gateways and point-of-sale providers.
- Sidechains and settlement systems such as Liquid.
- Institutional ETF and futures infrastructure.
Bitcoin’s strongest integrations are generally infrastructure-level rather than conventional corporate partnerships. The network is supported by a large collection of exchanges, custodians, wallets, financial products, and payment applications.
El Salvador
El Salvador adopted Bitcoin as legal tender alongside the U.S. dollar on September 7, 2021. The government launched the Chivo wallet and acquired BTC.
Following a $1.4 billion IMF financing agreement, reforms approved in early 2025 made Bitcoin acceptance voluntary for private businesses, removed the requirement that taxes be paid in BTC, and reduced the government’s direct involvement. The IMF’s 2025 assessment concluded that the policy had not materially advanced financial inclusion or digital remittances.
The experience illustrates that national adoption depends on more than legal status. Merchant incentives, exchange-rate risk, wallet usability, connectivity, user demand, and public confidence all influence real-world usage.
Competitive Advantages and Trade-Offs
Competitive advantages
Bitcoin’s main strengths are structural:
| Advantage | Why it matters | |
|---|---|---|
| Monetary scarcity | Supply is capped at 21 million BTC and issuance declines through halvings | |
| Decentralization | No central issuer, company, executive, or foundation controls the network | |
| Proof-of-work security | Rewriting history requires substantial computational and economic resources | |
| Liquidity | Bitcoin has the deepest market liquidity and broadest exchange support among cryptocurrencies | |
| Network effects | It has the strongest brand recognition, custody infrastructure, and institutional integration | |
| Monetary neutrality | Rules are public and do not depend on a central authority’s discretionary issuance | |
| Longevity | The network has operated since 2009 and has undergone multiple major upgrades | |
| Settlement utility | The base layer provides a globally accessible, publicly auditable settlement network |
Bitcoin’s distinctive proposition is the combination of digital scarcity, censorship resistance, global transferability, and decentralized settlement.
Trade-offs and limitations
The same design choices create limitations:
- Base-layer throughput is limited compared with many newer networks.
- Confirmation times and transaction fees can be unsuitable for small payments during congestion.
- Proof-of-work consumes substantial electricity and requires specialized hardware.
- Transactions are pseudonymous, not inherently private.
- Mining pools, custodians, exchanges, and hardware supply chains can become concentrated.
- Self-custody introduces the risk of permanent loss if private keys or recovery information are lost.
- Conservative governance means new functionality can take years to evaluate and deploy.
- Bitcoin’s price remains volatile despite its comparatively mature market.
- Second-layer systems add functionality but also introduce additional operational and technical complexity.
Bitcoin therefore competes primarily as a scarce digital monetary asset and settlement network, rather than as a general-purpose smart-contract platform.
Current Development Activity and 2025–2026 Roadmap
Bitcoin does not have a centrally managed corporate roadmap. Development occurs through Bitcoin Core contributors, independent researchers, wallet and infrastructure developers, the BIP process, and voluntary adoption by node operators, miners, businesses, and users.
Bitcoin Core maintenance
Official release information records active Bitcoin Core maintenance during 2025 and 2026, including:
- Bitcoin Core 29.0, released in April 2025.
- Bitcoin Core 30.0, released in late 2025.
- Bitcoin Core 29.3, released February 10, 2026.
- Bitcoin Core 28.4, released March 18, 2026.
- Bitcoin Core 31.0, released in April 2026.
- Bitcoin Core 30.3 and 31.1, released in July 2026.
- Bitcoin Core 29.4, released in July 2026.
These releases included bug fixes, performance improvements, wallet and RPC changes, operating-system updates, networking changes, policy adjustments, and security maintenance.
Bitcoin Core 30.0 notably increased the default aggregate OP_RETURN data-carrier limit to 100,000 bytes and permitted multiple OP_RETURN outputs for relay and mining-policy purposes. These are primarily policy changes affecting default node behavior, relay, and mining preferences. They should not be confused with a fundamental change to Bitcoin’s consensus block-size rules.
Covenants and programmability
Developer discussions during 2025 and 2026 included:
- OP_CAT and related covenant designs.
- Vaults and recovery mechanisms.
- More flexible Lightning channels.
- Multi-party channels.
- MuSig2 and key aggregation.
- Contract efficiency.
- Transaction privacy.
- Potential mechanisms such as LNhance.
These proposals remain subject to technical review, implementation, testing, community debate, and possible consensus activation. Discussion or inclusion in a BIP does not mean that a feature is guaranteed to activate on the production network.
Layer-two development
The main scaling direction continues to emphasize layered systems rather than simply expanding base-layer throughput. Development priorities include:
- Better Lightning liquidity management.
- Easier wallet and merchant integration.
- Self-custodial payment applications.
- Stablecoin transfers through Taproot Assets.
- Submarine swaps.
- Aggregated signatures.
- More efficient channel operations.
- Payment tools for software agents and automated applications.
This approach preserves the base chain’s conservative settlement role while moving higher-frequency activity to additional layers.
Main development priorities
The 2025–2026 trajectory can be summarized as follows:
| Priority | Focus | |
|---|---|---|
| Security and reliability | Vulnerability remediation, testing, release quality, and resilient software distribution | |
| Privacy and network resilience | Peer-to-peer communication, relay behavior, wallet design, and signature handling | |
| Layered scaling | Lightning and other off-chain or side-layer payment systems | |
| Selective programmability | Covenant and scripting proposals subject to extensive review | |
| Institutional infrastructure | Custody, ETFs, treasury reporting, compliance tools, and payment integration | |
| Operational efficiency | Better wallet, node, mining, and developer tooling |
The defining characteristic of Bitcoin development is incremental evolution. Major changes require substantial review because they can affect every validating node, wallet, miner, exchange, and application connected to the network.
Overall Assessment
Bitcoin is best understood as a decentralized digital monetary network with three closely related functions:
- A scarce digital asset, governed by a predictable issuance schedule.
- A proof-of-work-secured settlement layer, maintained by independent nodes and miners.
- A foundation for additional payment and asset layers, particularly Lightning and Taproot-based systems.
Its strongest differentiators are the 21-million supply cap, long operating history, large mining ecosystem, global liquidity, extensive infrastructure, and lack of a central issuer. Its principal compromises are limited base-layer throughput, energy-intensive mining, price volatility, pseudonymous rather than fully private transactions, and the operational complexity of self-custody and second-layer systems.