Technology Guide

What is Blockchain?

Blockchain is the technology that makes Bitcoin possible. But it extends far beyond cryptocurrency. This guide explains how blockchain works in plain language.

Blockchain in One Sentence

A blockchain is a shared digital ledger that records transactions across many computers, making the records virtually impossible to alter retroactively without being detected.

The Analogy: A Public Notebook

Imagine a notebook that records every financial transaction ever made. Now imagine that instead of one notebook held by a bank, there are thousands of identical copies spread across the world. Every time someone makes a transaction, all copies are updated simultaneously. If someone tries to change a record in one copy, it would not match the thousands of other copies, and the change would be rejected.

That is essentially what a blockchain does — but digitally, cryptographically, and automatically. No single person, company, or government controls it. This is why it is called decentralized.

How Blockchain Works: Step by Step

1. Transaction Initiated

You send Bitcoin to another person. This transaction is broadcast to the network of computers (nodes) running Bitcoin software.

2. Transaction Verified

Nodes check that you actually have the Bitcoin you are trying to send and that the transaction follows the network rules (no double-spending, valid signature).

3. Transaction Grouped into a Block

Verified transactions are grouped together into a "block." Each block contains hundreds to thousands of transactions.

4. Block Added to the Chain

Miners (on Bitcoin) or validators (on Ethereum) compete to add the block to the chain. Each block contains a cryptographic reference to the previous block, creating an unbreakable chain.

5. Transaction Confirmed

Once the block is added, the transaction is permanently recorded. On Bitcoin, most people wait for 3-6 block confirmations (30-60 minutes) for large transactions.

Key Properties of Blockchain

Decentralized

No single point of control. The Bitcoin network has thousands of nodes worldwide. Even if hundreds go offline, the network continues.

Immutable

Once recorded, data cannot be altered. Changing a past block would require re-doing all subsequent blocks, which is computationally impossible on large networks.

Transparent

All transactions are publicly visible on the blockchain. Anyone can view the complete transaction history using a block explorer.

Trustless

You do not need to trust any single party. The system is designed so that all participants can verify everything independently.

Blockchain Beyond Bitcoin

While Bitcoin was the first blockchain, the technology has expanded far beyond digital currency:

  • Smart Contracts (Ethereum) — Self-executing programs that power DeFi, NFTs, and decentralized applications.
  • Supply Chain — Companies use blockchain to track products from factory to consumer, ensuring authenticity.
  • Digital Identity — Blockchain-based identity systems could complement solutions like Sweden's BankID.
  • Voting Systems — Transparent and tamper-proof voting records.
  • Central Bank Digital Currencies — Sweden's Riksbank has explored the e-krona, which could use distributed ledger technology.

Sweden and Blockchain

Sweden has been a pioneer in exploring blockchain technology at the government level. The Swedish Land Registry (Lantmateriet) has tested blockchain for property transactions. The Riksbank's e-krona project explores distributed ledger technology for a digital currency.

Stockholm has also emerged as a hub for blockchain startups, with companies like Safello, Trijo, and various fintech firms building on the technology. Sweden's strong tech culture and digital infrastructure make it well-positioned for blockchain adoption.

Common Misconceptions

"Blockchain is anonymous"

Bitcoin is pseudonymous, not anonymous. All transactions are publicly visible. Wallet addresses are not directly linked to real identities, but exchanges require KYC verification, and blockchain analysis can often trace transactions.

"Blockchain uses too much energy"

This applies primarily to Proof of Work blockchains like Bitcoin. Ethereum switched to Proof of Stake in 2022, reducing its energy use by 99.95%. Many new blockchains are energy-efficient by design. Sweden's abundant renewable energy also makes mining more sustainable.

"Blockchain can be hacked"

No major blockchain (Bitcoin, Ethereum) has ever been hacked. What gets hacked are exchanges, wallets, and user accounts — not the blockchain itself.

Learn More About Bitcoin