Skip to main content
Syntalium

Syntalium Wiki

How Does Bitcoin Work?

TL;DR

Bitcoin uses proof-of-work to secure transaction ordering and enforce predictable issuance without central control.

Clear explanation

Bitcoin nodes validate transactions under shared consensus rules, while miners compete to add new blocks.

Proof-of-work creates economic cost for rewriting history, supporting settlement integrity.

Confirmation depth increases confidence, which is why professional desks define confirmation policies by transfer size.

Technical example: transaction lifecycle

A treasury desk sends BTC to an exchange and waits for six confirmations before final booking.

  1. Create and sign transaction from UTXOs.
  2. Broadcast transaction to mempool.
  3. Wait for mined block inclusion.
  4. Track confirmation depth before crediting funds.

ASCII model

UTXO selection -> Signed transaction -> Mempool -> Mined block -> +confirmations

Bitcoin operational components

ComponentFunctionOperational implication
NodesValidate and relayConsensus integrity relies on broad participation
MinersSecure orderingHashrate affects attack cost
WalletsSign transactionsCustody controls determine safety

Internal links

FAQ

Why does confirmation time vary?

Block discovery is probabilistic and mempool congestion changes inclusion speed.

Can confirmed transactions be reversed?

Practically no, absent extraordinary chain reorganization events.

Is mining the same as validation?

No. Nodes validate rules; miners compete to append blocks.