Bitcoin.com

What Is Bitcoin and How Does It Work?

Get a straightforward introduction to Bitcoin and why it matters.

Last Updated
Published
Reading Time16 min read
Written By
Bogdan Slobodzean
Bogdan Slobodzean
BA Finance & Banking; 5+ years writing on digital assets
Reviewed By
Graham Stone Author Image
Graham Stone

Bitcoin is a decentralized digital monetary network and the native asset transferred through it. The network lets people hold and send value without a bank or payment company maintaining the central record. Transactions are authorized with private keys, independently verified by full nodes, and recorded in a shared blockchain secured through proof of work.

Bitcoin is made up of three things:

  • a network of participants running compatible software;
  • a protocol defining the rules they share;
  • a native asset, bitcoin or BTC, transferred under those rules.

What BTC is technically and what it is used for economically are separate questions. Depending on the holder and context, BTC is used as money, an investment asset, a savings vehicle, a settlement asset or collateral. None of that changes the network or protocol beneath it.

One convention clears up most of the remaining confusion. Capital-B "Bitcoin" refers to the network and its rules. Lowercase "bitcoin," or BTC, refers to units of the asset. The sentence "Bitcoin processed a bitcoin payment" uses both meanings correctly.

Key Takeaways

  • Bitcoin is a network of participants, a protocol of shared rules, and a native digital asset called bitcoin or BTC.
  • Wallets manage cryptographic keys. The coins themselves stay recorded on the blockchain.
  • Miners propose blocks. Full nodes independently determine whether proposed blocks satisfy the consensus rules they enforce.
  • Current consensus rules constrain issuance to roughly 21 million BTC. Changing that would require participants to adopt incompatible software, and anyone can refuse.
  • No participant holds unilateral authority over Bitcoin. Influence is real and unequal, and no group can impose rules on the rest.
  • Demand for Bitcoin's monetary and network properties sets its price. Scarcity by itself guarantees nothing.
  • Transactions are pseudonymous and permanently public, which makes them traceable rather than anonymous.
  • Network, wallet and exchange security are separate problems. The network can run flawlessly while an individual loses everything.

The One Model Worth Learning First

Almost every question about Bitcoin resolves somewhere in a single sequence:

Wallet → keys → transaction → node verification → mempool → miner → block → node verification → confirmations

Wallets manage keys and build transactions. Keys authorize spending. Full nodes independently check that transactions and blocks satisfy the consensus rules those nodes enforce. Accepted transactions wait in nodes' local mempools. Miners order them into candidate blocks and spend electricity making that ordering expensive to undo. Nodes then verify the resulting block, and confirmations accumulate as further blocks build on it.

Custody, mining, fees, security, supply, settlement, privacy and governance each attach to one component of that sequence.

What Does "Bitcoin" Actually Refer To?

Contradictory definitions online usually come from writers describing different layers without saying which one they mean.

LayerWhat it is
The networkThe people and computers running Bitcoin software and communicating with each other
The protocolThe rules defining valid transactions, valid blocks and how new coins are issued
The blockchainThe shared transaction history produced by participants following those rules
bitcoin / BTCThe native monetary asset whose ownership and transfer are governed by the protocol
WalletsSoftware or hardware that manages keys and builds transactions
Exchanges and custodiansBusinesses that buy, sell or hold BTC on customers' behalf

The Network

Bitcoin runs on computers scattered across the world, relaying transactions and blocks to each other. Thousands of publicly reachable nodes participate in the network, while many others do not accept inbound connections and are harder to count. There is no registry, no approval and no application: you download the software and connect.

Running a node and holding your own keys are separate decisions. A node changes whom you trust for information about the blockchain; self-custody changes who can authorize spending. Plenty of people do one without the other.

The Protocol

The protocol defines what counts as valid: signature requirements, block size limits, the issuance schedule, difficulty adjustment and everything else the software checks. These are the consensus rules, and every full node enforces them independently.

The Blockchain

The blockchain is the record of confirmed transactions, grouped into blocks, each referencing the one before it. Changing an old block changes its hash, which breaks the links running forward from it, so an attacker would have to rebuild that entire branch and overtake the chain the network has already accepted.

Bitcoin does not use an account-balance ledger. The blockchain records transactions that create and spend outputs, and your wallet calculates a balance by identifying unspent transaction outputs that its keys can authorize spending.

bitcoin and BTC, the Asset

BTC is the unit transferred through the network. The smallest unit is a satoshi, one hundred-millionth of a bitcoin, so divisibility never becomes a practical constraint no matter what one coin costs. Owning a whole bitcoin is a psychological milestone with no protocol significance whatsoever.

Why Was Bitcoin Created?

Bitcoin was created to make digital payments possible without relying on a bank or other central intermediary to maintain the ledger.

Digital files copy perfectly, which is a problem for digital money. Sending someone a digital dollar means proving you can no longer spend it yourself. Traditional systems hand that job to an authority: a bank maintains the master ledger, records balances, prevents double spending, approves transfers and settles with other institutions. 

The arrangement works, and it requires trusting the operator to stay available, honest, solvent and willing to serve you. Bitcoin addressed the double-spending problem without a central ledger operator by having independent participants converge on one transaction history through shared rules and proof of work. That convergence is the invention. Everything else on this page is a consequence of it.

On October 31, 2008, Satoshi Nakamoto introduced Bitcoin to the Cryptography mailing list and linked a paper describing a peer-to-peer electronic cash system without a trusted third partyBitcoin was introduced publicly in a short mailing-list post before the network launched

In October 2008, someone using the name Satoshi Nakamoto published a nine-page paper titled "Bitcoin: A Peer-to-Peer Electronic Cash System" to a cryptography mailing list. The software launched in January 2009. Satoshi stopped participating in late 2010 and the identity remains unknown, which matters here for one practical reason: Bitcoin has no active founder with unilateral authority over the network and no organization that can speak for it.

How Does a Bitcoin Transaction Work?

Follow one payment from start to finish.

  1. A wallet creates a transaction: It selects unspent outputs its keys control and builds a transaction specifying the amount to the recipient's Bitcoin address, any change returning to the sender, and a fee.
  2. A private key authorizes it: The signature proves authorization without revealing the key, and it commits to the transaction's contents, so altering any detail invalidates it.
  3. Full nodes verify the transaction: Each checks it independently against the consensus rules it enforces, and those that accept it hold it in their mempool.
  4. Miners assemble it into a block: They build a candidate block and hash its header repeatedly, searching for a result below the network's current target.
  5. Nodes verify the block: A miner can produce an invalid block, and full nodes reject it outright, however much work went into it.
  6. Confirmations accumulate: Each subsequent block adds proof of work an attacker would have to overcome, so settlement confidence grows steadily rather than switching on.

Each of those steps has more to it. How Bitcoin transactions work is the full walkthrough.

The first page of Satoshi Nakamoto’s 2008 Bitcoin white paper, which proposed a peer-to-peer electronic cash system that could operate without a financial institution.The nine-page paper that laid out Bitcoin’s original design

Bitcoin's Main Components

Bitcoin works through several distinct components that interact without any single one controlling the system.

Nodes vs Miners

Full nodesMiners
Verify transactions and blocksAssemble candidate blocks
Enforce the rules they choose to runPerform proof of work
Reject invalid blocks outrightCompete to find a qualifying block hash
Earn no direct rewardEarn the block subsidy plus fees
Run on ordinary hardwareUse specialized ASIC hardware
Enforce their chosen consensus rulesDecide the order transactions confirm in

Miners propose blocks. Full nodes enforce the rules.

The common claim that miners verify transactions collapses two roles. Miners choose which transactions to include in candidate blocks and in what order. Full nodes independently determine whether the resulting block satisfies consensus rules, and a node that finds it invalid simply drops it. If you want to stop trusting anyone else's report of what the blockchain says, running a Bitcoin node is how.

Proof of Work and Network Security

Mining is a search for a hash below a target, which makes it a guessing game rather than equation-solving. The security consequence is what matters: rewriting history means redoing all the accumulated work while out-running the honest network as it produces new work. Proof of work, the hashrate that measures it, and what a hashrate majority can and cannot do are covered under Bitcoin mining.

Wallets, Keys and Addresses

TermWhat it is
WalletSoftware or hardware that manages keys and builds transactions
Private keySecret data that can authorize spending
Public keyA value derived from the private key
AddressAn encoded destination derived through wallet processes, used to receive
Seed phraseA word list that can regenerate a wallet's keys
PassphraseAn optional extra word or phrase that, combined with the seed, produces an entirely different wallet
BalanceThe sum of unspent outputs the wallet's keys can spend

Wallet software generates keys locally. The network issues nothing and has no idea you exist.

The Mempool and Fees

Block space is limited, so unconfirmed transactions bid against each other, and miners generally prioritize higher fee rates. Three consequences catch beginners out. The Bitcoin network fees are priced by a transaction's data size rather than the value it carries, so moving $10 and $10 million can cost the same. Confirmation time is probabilistic, and an underpriced transaction can sit for hours. And wallet fee estimates are predictions rather than quotes. 

Where Is Bitcoin Stored?

Bitcoin is recorded on the blockchain. No coin sits inside a phone, a hardware wallet or an exchange account. A wallet manages the keys that authorize spending, so losing it removes your ability to move those outputs while the outputs themselves stay visibly recorded and permanently frozen.

A wallet is a keyring rather than a container. The blockchain is a public record of who can spend what, and your keys produce the only signature it accepts.

How Is New Bitcoin Created?

New bitcoin enters circulation through mining. Each block contains a special transaction paying its miner a predetermined subsidy plus the fees from included transactions, and that is the only mechanism creating new BTC. The subsidy halves every 210,000 blocks, roughly every four years, and currently stands at 3.125 BTC. That schedule converges on a maximum near 21 million.

The cap is enforced by rules every full node validates, which makes it stronger than a promise and weaker than a law of physics. Saying the supply "can never change" overstates the technical position, and saying "developers could just change the code" ignores that code nobody runs changes nothing.

On August 15, 2010, developer Jeff Garzik flagged the extraordinary output value in block 74638. The inflation bug was identified publicly and corrected, providing an early example of Bitcoin’s monetary rules being enforced through software and network coordination.An early inflation bug showed that Bitcoin’s monetary rules depend on participants detecting and rejecting invalid behavior

Who Controls Bitcoin?

No participant holds unilateral authority. Influence is distributed unevenly across four groups.

GroupWhat they can doWhat they cannot do
DevelopersWrite and propose software changesForce anyone to run their software
Node operatorsChoose which software and rules to runCreate blocks
MinersBuild and propose candidate blocksMake a node accept a block that violates the consensus rules that node enforces
Users, businesses, marketsDecide which network and asset they valueChange the software others run

Changes usually start as a Bitcoin Improvement Proposal and then need adoption, which is where the power sits. A soft fork tightens consensus rules while remaining compatible with nodes that continue enforcing the older, looser rules. A hard fork permits behavior those older nodes reject, which can permanently split a network if both rule sets retain support.

How proposals actually become rules, and why some disagreements split the network while others do not, is the subject of who controls Bitcoin.

In April 2011, Satoshi Nakamoto told developer Mike Hearn, “I’ve moved on to other things. It’s in good hands with Gavin and everyone.” Bitcoin has continued without its creator directing the network.By 2011, Bitcoin’s creator had stepped away and the project continued without a founder in charge

Why Does Bitcoin Have Value?

Bitcoin does not grant its holder a contractual right to redeem it for another asset. Its market value comes entirely from demand for what it offers.

PropertyWhy someone might value it
Predictable scarcityNo person or institution can unilaterally expand supply under the rules participants currently enforce
PortabilityValue moves globally in minutes
DivisibilityAmounts from a satoshi upward
Self-custodyDirect control without a custodian
SettlementTransfers finalize without correspondent banks
Continuous operationNo weekends, holidays or closing bell
Censorship resistanceTransactions are difficult for third parties to block
LiquidityDeep markets and broad infrastructure
Network effectsEach additional user, venue and integration adds usefulness

Those properties are worth different amounts to different holders, which is why the same asset gets described as a savings vehicle, a payment rail and a speculative position by people who are each being accurate about their own situation.

On 22 May 2010, a programmer named Laszlo Hanyecz paid 10,000 BTC for two pizzas worth around $41 at the time. The transaction is remembered because it demonstrated that bitcoin could be exchanged for an ordinary physical good at an agreed market value. Somebody had to prove the thing worked.

In May 2010, Laszlo Hanyecz offered 10,000 BTC for two pizzas on the Bitcoin Forum. The resulting trade became one of Bitcoin’s earliest widely remembered exchanges for a physical goodThe 10,000 BTC pizza trade became an early demonstration that bitcoin could acquire a real-world market value

What "Backed" Means Here

Several common phrasings are wrong in useful ways. Bitcoin is not backed by cryptography, code or energy the way a redeemable note is backed by reserves. Cryptography protects authorization, proof of work secures transaction history, and protocol rules constrain issuance. None of the three sets a price. The network secures ownership and transfer. Demand determines what a bitcoin is worth.

Bitcoin resembles gold and modern fiat currency in one limited respect: none of them is a fixed claim redeemable for another asset. The sources of demand, the institutions behind them and the risks they carry are otherwise very different.

The Counterarguments

The strongest case against Bitcoin does not depend on slogans. Pricing is volatile and sentiment-driven, a large share of demand is speculative, competing assets exist, regulation can restrict access, and the system depends on electricity and internet infrastructure. There is also no floor of any kind. Scarcity cannot preserve value if demand disappears.

Whether those properties add up to a store of value, an inflation hedge or an asset class are three separate arguments with real evidence and real dissent on each. This page states that people demand those properties; those three settle whether the demand is justified.

Advantages and Their Trade-offs

Every property in the left column produces the cost in the right column. They are the same design decision viewed from two sides, and most disappointed users met the right column while expecting only the left.

AdvantageCorresponding trade-off
Final settlement without intermediariesAlmost no recourse for mistakes or fraud
Self-custodyFull personal responsibility for backups and security
Public, auditable ledgerPermanent transaction history and privacy work
Fixed supplyNo discretionary response to economic conditions
Open access to anyoneNo gatekeeper filtering fraud or bad actors
Continuous operationDependence on electricity and internet access
Decentralized governanceSlow coordination and contested upgrades
Limited block spaceFee spikes during congestion
Proof-of-work securitySubstantial ongoing energy consumption
No issuer to failNo issuer to appeal to either

Proof of work consumes electricity because that expenditure is what makes rewriting history costly, and how much it consumes is a genuine measurement problem covered in Bitcoin's environmental impact.

What Is Bitcoin Used For?

UseTypical role
Saving and investmentHolding BTC for future value
TradingBuying and selling based on price expectations
Cross-border transfersMoving value internationally without correspondent-bank settlement
Corporate treasuryHolding BTC on a company balance sheet
Merchant paymentsPaying directly or through a payment processor
Lightning paymentsFast, small-value BTC payments
CollateralSecuring loans or other financial positions

The Lightning Network settles payments off-chain through payment channels, using on-chain Bitcoin transactions to open and close them, which makes small payments fast and cheap enough to be practical. One warning matters more than the mechanics: Lightning invoices, on-chain addresses and exchange withdrawal networks are not interchangeable, and some mismatches cannot be recovered.

How Is Bitcoin Different From Traditional Money?

FeatureBitcoinA bank balance
What you holdA bearer asset you can control directlyA claim against a bank
Who maintains the recordFull nodes, independentlyThe bank, privately
Who can freeze itNo administrator can freeze a valid output at the protocol layerThe bank, courts, authorities
ReversibilityDifficult after confirmationsDisputes and chargebacks available

Neither arrangement is strictly better. They move different risks to different parties, and Bitcoin versus fiat currency is where supply conditions, monetary policy, commercial-bank credit creation, deposit insurance and account access get compared properly.

Custodians sit awkwardly between the two. An exchange, broker or payment app can freeze your access whenever its policies or a regulator require, because at that point you hold a claim against a company rather than the keys.

How Is Bitcoin Different From Other Cryptocurrencies?

Bitcoin is a cryptocurrency, and cryptocurrency is a much broader category now spanning millions of assets.

DimensionBitcoinCommon among other major crypto networks
LaunchPublic launch with no known pre-mine or insider allocationPre-mines, foundation allocations and investor allocations are common
SupplyFixed cap, scheduled issuanceVaries widely, often discretionary
ConsensusProof of workMany major networks use proof of stake or related mechanisms
GovernanceDeliberately slow and conservativeFoundations, companies, core teams or token voting often play larger formal roles
PurposeMoney and settlementAnything from computing platforms to memes
Track recordContinuous since 2009Ranges from years to days

Bitcoin and blockchain are also distinct. Bitcoin is one specific network with a native asset. Blockchain describes a category of data structure used by many systems for many purposes, most of which have nothing to do with Bitcoin.

Those differences are compared in detail against altcoins generally and against Ethereum specifically. Tokens on other networks that represent BTC are a further step removed: wrapped Bitcoin tracks the price of BTC and depends on whoever holds the underlying coins, which makes it a claim rather than a bearer asset.

Is Bitcoin Anonymous?

No. Bitcoin is pseudonymous and permanently public, which makes it traceable in ways cash never is.

  • Addresses contain no names, so activity is pseudonymous by default.
  • Every transaction is visible to anyone, forever, including amounts and links between addresses.
  • Exchanges collect identity documents, connecting real people to addresses within their records.
  • Reusing addresses links activity together and degrades privacy quickly.
  • Chain-analysis firms cluster addresses professionally and sell the results to exchanges and governments.

Practical privacy is achievable with care and effort, and default privacy is weaker than most beginners assume.

Is Bitcoin Safe?

The question needs splitting, because the layers fail independently.

LayerThe actual riskTrack record
Protocol and consensusSoftware bugs, cryptographic failure, incompatible rule enforcementSerious bugs and temporary disruptions have occurred, and no attacker has permanently rewritten established history or gained unrestricted spending authority
NetworkMining concentration, partitioning attacksConcentration is a live concern
WalletMalware, phishing, lost backupsCommon source of loss
ExchangeBreach, insolvency, frozen withdrawalsRepeated, large failures
UserScams, wrong addresses, irreversible errorsThe most common cause of loss

Mt. Gox, then handling the majority of global BTC trading, collapsed in February 2014 with hundreds of thousands of customer bitcoin missing. Headlines announced that Bitcoin had been hacked. The network produced blocks throughout, on schedule, without interruption.

An official Mt. Gox notice concerning its civil rehabilitation proceedings. The exchange’s failure was a failure of a centralized custodian, not a shutdown of the Bitcoin network itselfMt. Gox’s collapse became one of the clearest examples of the difference between an exchange failing and Bitcoin itself failing

The Bitcoin network can run flawlessly while an individual loses everything. Most reported "Bitcoin hacks" are exchange, wallet or user failures.

Owning and trading Bitcoin is legal in most countries, with regulation focused on exchanges, custodians and tax reporting rather than on the protocol itself. A minority of countries restrict or ban it, classifications change faster than most areas of law, and both the regulatory and tax treatment vary by jurisdiction, so check the current rules where you live.

How Can Beginners Use Bitcoin Safely?

  • Learn before buying: Understanding keys, addresses and confirmations prevents most avoidable losses.
  • Start small: Use an amount whose loss would be an annoyance rather than a problem.
  • Know what you hold: An exchange balance is a claim against a company. Self-custodied BTC is yours to control and yours to lose.
  • Back up the seed phrase offline: Written down, stored securely, never photographed or typed into a website.
  • Verify before sending: Check the address and the network, and consider a small test amount first. Transactions cannot be recalled.
  • Expect volatility: Drawdowns above 70% have happened repeatedly, as Bitcoin's price history shows.
  • Treat unsolicited offers as fraud: Nobody legitimate will double your bitcoin or ask for your seed phrase.
  • Make an inheritance plan: Arrange for the right person to recover the funds after your death without giving them access while you are alive.
  • Keep records: Tax usually applies to disposals, and a hardware wallet is worth considering once holdings become meaningful.

Common Misconceptions

"I have to buy a whole bitcoin." One BTC divides into 100 million satoshis, and while exchanges set their own minimum purchase, the protocol sets none, you can buy less than a bitcoin. The network grants whole coins no special status, so "too late because early adopters own whole coins" confuses a unit with an amount of money.

"My bitcoin is stored inside my wallet, so losing the device loses the coins." The wallet manages keys while the coins remain recorded on the blockchain. A lost or damaged device therefore does not necessarily mean lost bitcoin if a valid backup exists. What matters is preserving access to the keys without allowing anyone else to obtain them.

"Customer support can reset my Bitcoin password." There is no password-reset department. An exchange can reset your account password after verifying your identity; nobody can reset a private key or seed phrase for a self-custodied wallet. That absence of an administrator is a design decision rather than an oversight.

"An exchange account and a Bitcoin wallet are the same thing." With an exchange account the company holds the keys and records a balance owed to you, so you depend on it staying solvent, secure and willing to process withdrawals. Self-custody removes that dependency and hands you responsibility for backups and accuracy. Each changes which risks you accept.

"Every Bitcoin transaction takes ten minutes." Ten minutes is a target average between blocks, and a block can arrive seconds after you broadcast or more than an hour later. What matters is the fee rate you paid, how congested mempools are, and how many confirmations the recipient wants.

"A bigger payment needs a bigger fee." Fees are priced by the block space a transaction occupies, so one moving a fortune can be small in data terms while one moving pocket change gets expensive if it combines many old outputs. Sending $20 occasionally costs more than sending $20,000.

"My transaction is pending, so the bitcoin is gone." An unconfirmed transaction may remain in some nodes' mempools, be dropped, or be replaced by another transaction. Check the transaction ID in a reputable block explorer and use your wallet's built-in tools rather than paying anyone who claims they can privately "unlock" a transaction.

"A fixed supply guarantees the price rises." Limited issuance constrains supply and promises nothing about demand. Bitcoin can stay perfectly scarce while its price falls, and it has done so repeatedly. Scarcity is one proposed reason for demand rather than a promise of returns.

Closing Thoughts

Most explanations of Bitcoin pick one angle. Digital money, or a blockchain, or an investment, or a payment network. Each is partly right, and none shows how the pieces connect. The assembled version is simpler than the fragments suggest. Wallets manage keys and build transactions. Keys authorize spending. Full nodes verify that everything follows the rules. Miners order transactions into blocks and spend electricity to make that ordering expensive to undo. The blockchain preserves the resulting history. BTC is the scarce asset moving through it. Every other question about Bitcoin resolves somewhere in that sequence.

Two ideas do the most work once the mechanics are clear. Ownership means control of keys, so an exchange balance and a self-custodied coin are different things wearing the same name. And no participant has unilateral authority, which is one source of Bitcoin's credibility and the reason there is no central support line when something goes wrong. Whether someone chooses to use or own bitcoin is a separate question. Understanding the system starts with knowing what each participant can do, what each cannot do, and which risks move to the user when no central operator is responsible.

Frequently Asked Questions

What is Bitcoin in simple terms?
Digital money that works without a bank. A worldwide network of computers keeps a shared record of who can spend what, and cryptographic keys prove the authority to spend it.
Do I need to buy a whole bitcoin?
No. Bitcoin divides into 100 million satoshis, so you can buy any fraction, subject to your exchange's minimum.
What does BTC stand for, and what is a satoshi?
BTC is the ticker symbol for bitcoin, the network's native asset. A satoshi is the smallest standard unit: one hundred-millionth of a bitcoin.
Who created Bitcoin?
A person or group using the pseudonym Satoshi Nakamoto, who published the white paper in 2008 and launched the software in 2009. They stopped communicating in 2010, and the identity remains unknown.
Where is my bitcoin stored?
On the blockchain, which full nodes validate independently. Your wallet manages the keys that satisfy the spending conditions on your outputs, so "my bitcoin is on my hardware wallet" is convenient shorthand rather than a description of where the coins are.
Can someone steal my bitcoin with only my seed phrase?
Yes. The seed phrase recreates the private keys needed to spend, and an attacker needs nothing else from you.
What is a wallet passphrase?
Some wallets combine the seed phrase with an extra passphrase, sometimes marketed as a 25th word. Every different passphrase produces a completely different wallet, so losing the passphrase is as final as losing the seed.
What happens if I lose my seed phrase?
If the wallet still works, create a new one with a fresh backup and move the funds. If both are gone, the coins are likely unspendable forever, because no administrator can issue replacement keys.
Why are there only roughly 21 million bitcoins, and can that change?
New coins arrive as block subsidies that halve every 210,000 blocks, and the schedule converges on that total. Anyone can publish software with a different limit, and nobody can force other participants to run it.
What happens when all bitcoin is mined?
Existing coins keep working, and miners rely entirely on transaction fees. The last fractions are expected around 2140, and whether fees alone fund enough security is an open question.
Why does Bitcoin have value, and is it backed by anything?
Not by a redeemable reserve. People demand verifiable scarcity, portability, self-custody, censorship resistance, liquidity and settlement without intermediaries, and that demand sets the price.
Can Bitcoin be hacked?
Serious software bugs have occurred, and no attacker has permanently rewritten established history or gained unrestricted spending authority. Wallets, exchanges and users are attacked constantly, and those are how most people touch Bitcoin.
Is Bitcoin anonymous?
No. Transactions are permanently public, and address reuse, exchange records and chain analysis regularly connect pseudonymous addresses to real people.
How long does a transaction take, and why is mine still pending?
Blocks arrive roughly every ten minutes on average, and your wait depends on the fee rate you attached and current mempool congestion. An unconfirmed transaction may sit in some mempools, be dropped, or be replaced; check the transaction ID in a reputable block explorer and see whether your wallet offers fee bumping.
What if I send bitcoin to the wrong address?
A confirmed transaction cannot be reversed unless the recipient voluntarily returns the funds. Verify the address, amount and network before approving, and consider a small test amount when the transfer is large or the destination unfamiliar.
Do I need to run a node to own bitcoin?
No. Running a node lets you verify the blockchain yourself instead of trusting someone else's view of it, and controlling your keys is a separate choice.
Is Bitcoin legal?
In most countries, yes, with regulation applied to exchanges, custodians and taxation. A minority of countries restrict it, and the rules change often enough to warrant checking locally.

Start investing safely with the Bitcoin.com Wallet

Over 85M+ wallets created so far. Everything you need to buy, sell, trade, and invest your Bitcoin and cryptocurrency securely.

A screenshot of the Bitcoin.com Wallet app

Scan to Download the Bitcoin.com Wallet

Scan this QR code with your mobile device, you will be automatically redirected to the correct store page.