Основи блокчейну
Вступ до технології розподіленого реєстру.
A blockchain is a database where data is stored in blocks that are chained together. Each block contains a hash of itself and the previous block, ensuring immutability. It is typically decentralized, meaning consensus is reached by a global node network. In 2026, the focus has moved from simple ledgers to modular storage and data availability layers.
graph LR
Center["Основи блокчейну"]:::main
Pre_cryptography["cryptography"]:::pre --> Center
click Pre_cryptography "/terms/cryptography"
Pre_distributed_systems["distributed-systems"]:::pre --> Center
click Pre_distributed_systems "/terms/distributed-systems"
Rel_layer_1["layer-1"]:::related -.-> Center
click Rel_layer_1 "/terms/layer-1"
Rel_distributed_ledger_technology_dlt["distributed-ledger-technology-dlt"]:::related -.-> Center
click Rel_distributed_ledger_technology_dlt "/terms/distributed-ledger-technology-dlt"
classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
linkStyle default stroke:#4b5563,stroke-width:2px;
🧒 Простими словами
Уяви спільний блокнот, у якому може писати кожен, але як тільки сторінка закінчена, вона назавжди закривається під замок, а всі учасники отримують її копію. Витерти написане неможливо, тому всі точно знають, що і коли сталося.
🤓 Expert Deep Dive
Блокчейн базується на хешуванні, P2P-мережах та механізмах консенсусу, що вирішують задачу візантійських генералів.
🔗 Пов'язані терміни
Попередні знання: