Bitcoin & Blockchain – FIN451

Concepts, incentives, operations, and business fit (non-developer, FinTech-level).
1. Bitcoin in 90 seconds 2. Blocks & Proof of Work 3. Fees & mempool 4. Incentives & halving 5. Risks 6. Keys & custody 7. Interactive tools 8. Watch & learn 9. Enterprise blockchain 10. Business cases 11. When not to use 12. Quiz

1) Bitcoin in 90 seconds

What it is

  • A public ledger (blockchain) anyone can verify.
  • Native asset: BTC.
  • Target block time ≈ 10 minutes.

Why it works

  • Proof of Work (PoW) requires costly computation.
  • Rewriting history needs more work than the honest network.

Why people care

  • Capped supply: 21M BTC.
  • Neutral settlement layer, no single operator.

2) Blocks, Hashes & Proof of Work

Hashing

A hash is a short fingerprint of data. Change input by 1 bit → totally different hash.

one-waycollision-resistantfast to verify

Block structure (intuition)

  • Header: prev hash, time, target, nonce.
  • Body: valid transactions.

Goal: find nonce so hash(header) < target.

Difficulty adjustment

Every ~2016 blocks (~2 weeks), difficulty adjusts to keep 10-min blocks.

3) Fees, Mempool & Priority

Mempool

Unconfirmed transactions wait in a public queue (mempool). Miners pick.

How priority works

Users bid fee rate (sat/vB). Higher fee rate ≈ faster confirm.

FinTech takeaway

  • Congestion → higher fees.
  • Batch non-urgent transfers; consider Lightning.

4) Incentives, Halving & Security

Miner revenue

  • Block subsidy (post-2024): 3.125 BTC.
  • Plus transaction fees.

Why attacks are hard

  • Need enormous hash power and capital.
  • Honest chain keeps advancing.

Halving schedule (concept)

EraApprox. YearsSubsidy (BTC/block)
Genesis2009–201250
1st Halving2012–201625
2nd Halving2016–202012.5
3rd Halving2020–20246.25
4th Halving2024–~20283.125

5) Operational, Market & Policy Risks

Operational

  • Key loss/theft; no reset.
  • Fee spikes & delays.
  • Signing mistakes.

Market / Balance-sheet

  • Volatility vs. liabilities.
  • Accounting & audit trails.

Regulatory / Policy

  • KYC/AML on-ramps.
  • Sanctions screening & monitoring.

6) Keys, Wallets & Custody

Keys & addresses

  • Private key: spending authority.
  • Public key / address: receiving.

seed phrasehardware walletmultisig

Custody models

  • Self-custody, qualified custodians, shared control.

Enterprise controls

  • Dual control, allow-lists, spend limits, analytics.

7) Interactive Learning Tools

8) Watch & Learn

Understanding bitcoin

Crypto cannot be cash

Understanding Bitcoin Mining

Managing Crypto Wallet Security

9) Enterprise Blockchain (Permissioned)

What changes vs. Bitcoin

  • Known participants; permissioned access.
  • Energy-light consensus (RAFT/PBFT).
  • Selective sharing (channels/private data).

Why firms try it

  • Traceability & recalls.
  • Shared, auditable logs.
  • Digitized docs & conditional release.

Design cautions

  • Garbage in → garbage forever.
  • Adoption risk & governance.

10) Business Cases That Help

Food & Pharma Traceability

  • Origin, lot, temp logs, handoffs.
  • Faster/narrower recalls.

Trade & Supply-Chain Finance

  • Bills of lading, invoices, inspection certs.
  • Auto-release on milestone proofs.

Anti-counterfeit & Provenance

  • Register serials; detect duplicates.

ESG & Consumer Transparency

  • QR shows farm→factory→shelf.

11) When Blockchain is the Wrong Tool

12) Quiz – Check Your Understanding

  1. What is the block time target for Bitcoin?
  2. Why is Proof of Work considered secure?
  3. What is the purpose of the difficulty adjustment?
  4. Define “mempool.”
  5. What happens to miner revenue after a halving?
  6. Give one advantage and one disadvantage of public blockchains.
  7. Why is “garbage in → garbage out” a risk in enterprise blockchain?
  8. What does “self-custody” mean?
  9. Give an example of a real-world blockchain use case in supply chain.
  10. Why might a traditional database be better than a blockchain for some cases?