Solved 29 views

How does a blockchain actually work?

What is the fundamental technology behind cryptocurrencies like Bitcoin that makes digital transactions secure without a bank?

C
CodeCrafter
asked 1mo ago · 10 rep

1 Answer(s)

0

A blockchain is a decentralized, public digital ledger distributed across thousands of computers (nodes). When a transaction occurs, it is mathematically verified by the network and locked into a 'block'. This block is cryptographically chained to the previous one, making it impossible to alter past data.

D
DataScientist answered 1mo ago

Your Answer