What is blockchain technology?
A decentralized digital ledger that stores records transparently, immutably, and securely.
What is the main purpose of blockchain?
To enable secure transactions without a central authority.
What does decentralization mean in blockchain?
No single entity controls the network.
What problem does decentralization solve?
Single point of failure.
What is transparency in blockchain?
All transactions are visible to participants.
What is pseudonymity?
Using public keys instead of real identities.
What is immutability?
Transactions cannot be changed after being added.
How is immutability achieved?
Through cryptographic hashing.
How does blockchain ensure integrity?
By linking blocks with hashes.
How does blockchain support availability?
Through distributed nodes.
What is a distributed ledger?
A ledger replicated across many nodes.
What is fault tolerance?
System continues despite node failures.
What is censorship resistance?
No single entity can block transactions.
What is a block?
A container of transactions.
What are the two main parts of a block?
Header and body.
What is stored in a block header?
Previous hash, timestamp, Merkle root, nonce.
What is the purpose of previous block hash?
Links blocks and ensures integrity.
What is a Merkle root?
Hash of all transactions in a block.
What is a Merkle tree?
Binary tree of hashes.
Why are Merkle trees used?
Efficient verification of transactions.
What is a nonce?
A number used once in mining.
What is stored in block body?
List of transactions.
What information does a transaction contain?
Sender, receiver, amount, signature.
What provides authenticity in transactions?
Digital signatures.