- What does it mean when we say that in blockchain, consensus determine the truth?
The blockchain is hosted on multiple nodes across the network so consensus is when a majority of network nodes agree on the current state of the blockchain. Therefore, the introduction of an illegitimate transaction by a single node on the blockchain will be rejected by all of the other nodes and hence how truth is determined, and trustless transactions are achieved.
- How is this different from how truth is determined in a central database?
In a central database there is a single copy of each transaction so there is no way to independently verify a transaction, so trust of the centralized custodian to update the database correctly is used to determine truth.