You're testing Logbook Beta on Sui Testnet. Learn more →
Documentation

Learn Logbook

Everything you need to create blockchain-verified surveys, understand the technology, and get the most out of Logbook.

DocsWhat is Blockchain
3 min read

What is Blockchain Technology

Blockchain is a revolutionary technology that allows data to be stored in a way that makes it nearly impossible to change, hack, or cheat the system.

#Simple Explanation

Imagine a notebook that:

  • Everyone can read
  • Anyone can add new pages
  • But nobody can tear out or modify existing pages
  • And thousands of people have identical copies
That's essentially what a blockchain is - a shared, unchangeable record that everyone can verify.

#How It Works

#1. Blocks of Data

Information is grouped into "blocks". Each block contains:

  • A set of transactions or records
  • A timestamp of when it was created
  • A unique code (hash) that identifies it
  • The hash of the previous block

#2. The Chain

Blocks are linked together in chronological order, forming a "chain". Each block references the previous one, creating an unbroken sequence from the first block to the most recent.

#3. Distributed Network

Instead of one central computer storing the data, thousands of computers (nodes) around the world each maintain their own copy of the blockchain. When a new block is added, all copies are updated simultaneously.

#4. Consensus

Before a new block is added, the network must agree that it's valid. This prevents anyone from adding fake or fraudulent data.

#Why Blockchain Matters

#Immutability

Once data is recorded, it cannot be changed. To alter a record, you would need to change that block and every block after it, on more than half of all computers in the network - practically impossible.

#Transparency

Anyone can view the entire history of the blockchain. There are no hidden records or secret changes.

#Decentralization

No single company, government, or individual controls the blockchain. It operates by consensus of the network.

#Security

The cryptographic links between blocks and the distributed nature make blockchain extremely secure against tampering.

#Blockchain vs Traditional Databases

FeatureTraditional DatabaseBlockchain
ControlCentralized (one owner)Decentralized (network)
ModificationCan be changedImmutable
TransparencyPrivatePublic
TrustTrust the operatorTrust the math
Single point of failureYesNo

#Common Terms

  • Transaction: A record of something happening (e.g., a vote, a payment, a survey response)
  • Block: A collection of transactions grouped together
  • Hash: A unique fingerprint that identifies each block
  • Node: A computer participating in the network
  • Wallet: Software that stores your blockchain identity and allows you to interact with the network
  • Smart Contract: A program that runs on the blockchain and executes automatically