Savvy Nickel LogoSavvy Nickel
Ctrl+K

Blockchain

Technology & Modern Finance

Blockchain

Quick Definition

A blockchain is a type of distributed ledger technology (DLT) where data is stored in "blocks" that are cryptographically linked together in a chronological "chain" across a network of computers. Once data is recorded, it is extremely difficult to alter — creating a permanent, transparent, tamper-resistant record without requiring a central authority to maintain it.

What It Means

Before blockchain, all digital records required a trusted central authority: banks record your account balance; governments record property titles; corporations record share ownership. You trust these institutions because they are the authoritative source of truth.

Blockchain proposes a different model: instead of one trusted institution maintaining the ledger, thousands of independent computers (nodes) simultaneously maintain identical copies. Any change requires consensus from the majority of the network. Without central control, there is no single point of failure, no single authority to corrupt, and no single entity to hack or manipulate.

Bitcoin was the first application of blockchain, using it to create digital cash that required no bank to verify balances or authorize transfers. Since then, blockchain has expanded to smart contracts, supply chain tracking, digital identity, voting systems, and financial markets infrastructure.

How a Blockchain Works

Step 1: A Transaction Is Initiated

Someone sends Bitcoin to another person, executes a smart contract, or records data.

Step 2: Transaction Broadcast to Network

The transaction is broadcast to all nodes (computers) on the network.

Step 3: Validation

Nodes validate the transaction against the blockchain's rules (e.g., does the sender have sufficient funds?).

Step 4: Grouped into a Block

Valid transactions are bundled into a block alongside:

  • A timestamp
  • Transaction data
  • A hash (cryptographic fingerprint) of the previous block
  • A new hash of the current block

Step 5: Block Added to Chain

Once validated by the network consensus mechanism (proof of work or proof of stake), the block is added to the chain — permanently linking it to all previous blocks.

Step 6: Immutability

Changing any historical transaction would require changing that block AND every subsequent block AND convincing the majority of the network to accept the altered chain — computationally and economically infeasible.

Key Blockchain Properties

PropertyDescriptionWhy It Matters
DecentralizationNo single controlling entityEliminates single point of failure or control
TransparencyAll transactions visible to network participantsPublic blockchains: anyone can verify; enables trust without institutions
ImmutabilityHistorical records cannot be alteredCreates permanent, auditable record
ConsensusAgreement on truth requires network majorityPrevents fraud without central authority
Cryptographic securitySHA-256 hashing and digital signaturesComputationally infeasible to forge or alter
ProgrammabilitySmart contracts execute automaticallyExtends utility beyond simple record-keeping

Types of Blockchains

TypeAccessExamplesUse Case
PublicOpen to anyoneBitcoin, EthereumCryptocurrency, DeFi, NFTs
PrivatePermissioned; restricted accessHyperledger FabricEnterprise supply chain, internal records
ConsortiumSemi-private; multiple organizationsR3 Corda, QuorumInterbank settlement, healthcare networks
HybridCombination of public and privateDragonchainGovernment records with public verification

Major Blockchains Compared

BlockchainLaunchConsensusTransactions/SecondPrimary Use
Bitcoin2009Proof of Work~7Digital currency, store of value
Ethereum2015Proof of Stake (post-2022)~15-30 base layer; higher with L2Smart contracts, DeFi, NFTs
Solana2020Proof of History + PoS~65,000High-speed DeFi, NFTs
Avalanche2020PoS + Avalanche consensus~4,500Multi-chain DeFi
Polygon2017PoS (Ethereum L2)~7,000Ethereum scaling
Ripple (XRP)2012Federated Byzantine~1,500Cross-border payments

Blockchain in Finance: Real Applications

ApplicationHow Blockchain HelpsStatus
Cross-border paymentsReduce settlement from 3-5 days to seconds; eliminate correspondent bank feesActive (Ripple, Stellar)
Trade financeDigitize letters of credit; reduce paperworkPilot stage at major banks
Securities settlementT+1 or same-day settlement instead of T+2DTCC exploring; Australian ASX rebuilt on blockchain (later scrapped)
Digital identitySelf-sovereign identity; reduce KYC frictionEarly stage
Tokenized assetsRepresent real estate, private equity, art as blockchain tokensGrowing; BlackRock's BUIDL fund on Ethereum
Central bank digital currencies (CBDCs)Government-issued digital currency on blockchain or DLTIn development (China's e-CNY operational; U.S. exploring)
DeFi (Decentralized Finance)Lending, borrowing, trading without banks$50B+ locked in DeFi protocols (2024)

The Scalability Trilemma

Blockchain design faces an inherent trade-off called the "scalability trilemma" — achieving all three simultaneously is currently impossible:

PropertyBitcoinEthereumSolana
DecentralizationExcellentGoodModerate
SecurityExcellentExcellentGood
ScalabilityPoorModerateExcellent

Bitcoin prioritizes decentralization and security at the cost of scalability (7 TPS). Solana prioritizes scalability at the cost of some decentralization. Ethereum tries to balance all three using Layer 2 scaling solutions built on top of its base layer.

Blockchain vs. Traditional Database

FeatureTraditional DatabaseBlockchain
ControlCentralized (one entity)Decentralized (network)
Trust modelTrust the institutionTrust the protocol
ModificationRecords easily changedNear-impossible to alter history
SpeedVery fastSlower (consensus overhead)
CostLowHigher (gas fees, energy)
Best forHigh-speed internal operationsMulti-party trust scenarios

Traditional databases are far more efficient for single-organization use cases. Blockchain's value is specifically in multi-party situations requiring trust without a central authority.

Key Points to Remember

  • A blockchain is a distributed ledger maintained across thousands of computers simultaneously — no single authority
  • Immutability comes from cryptographic linking: changing one block would require changing all subsequent blocks
  • Bitcoin uses Proof of Work (energy-intensive); Ethereum switched to Proof of Stake (99% less energy)
  • Blockchain's value is in multi-party trust scenarios where no single entity should control the record
  • Layer 2 solutions (Polygon, Arbitrum, Lightning Network) scale blockchains by processing transactions off-chain
  • Real financial applications are emerging: tokenized assets, CBDCs, cross-border payments, DeFi

Frequently Asked Questions

Q: Is blockchain just Bitcoin? A: No. Bitcoin is one application built on one blockchain. There are thousands of blockchains serving different purposes. Ethereum introduced programmable blockchains (smart contracts) that extend well beyond currency.

Q: Can blockchains be hacked? A: A fully decentralized, large blockchain like Bitcoin has never been successfully attacked. To alter the Bitcoin blockchain would require controlling more than 50% of the total computing power ("51% attack") — economically infeasible for a network worth trillions. Smaller blockchains with less computing power have been attacked. Smart contracts on Ethereum have been exploited through code vulnerabilities (separate from the blockchain itself).

Q: Will blockchain replace banks? A: Unlikely to fully replace, but will reshape. Banks are exploring blockchain for back-office operations, settlement, and trade finance. DeFi protocols provide some banking functions without banks. The most likely outcome is banks adopting blockchain infrastructure while retaining relationships, compliance, and customer service.

Back to Glossary
Financial Term DefinitionTechnology & Modern Finance