what would happen if someone attempted to change the blockchain ledger system?
If someone tried to change an existing blockchain ledger entry, the network would almost certainly reject it and treat it as invalid, so the “fake” version would fail to become the accepted history. In practice, the attacker would either waste resources attempting the change or, in an extreme and coordinated attack, seriously damage trust in that blockchain if they ever succeeded.
How blockchain resists changes
- Blockchain links each block to the previous one using cryptographic hashes, so changing one record breaks the links for all later blocks.
- To “fix” those links, an attacker would need to recompute all subsequent blocks and then convince a majority of the network to accept this altered version.
What happens during an attack attempt
- On normal public chains, nodes compare the proposed version of the ledger to their own copy and to the consensus rules; altered data that does not match those rules is rejected.
- If an attacker tries a so‑called 51% attack (controlling most of the network’s power), they might temporarily rewrite very recent transactions, but this is costly and obvious to observers.
Consequences for users and trust
- Honest users typically see no change: their nodes ignore invalid blocks and continue following the longest, valid chain.
- If a powerful attack succeeds, users may experience reversed or censored transactions, loss of funds on affected services, and a sharp drop in confidence, price, and usage of that blockchain.
How legitimate fixes are done
- When something truly needs “fixing” (like a bug or major exploit), communities usually add new information (corrective transactions) or perform a hard fork, creating an updated version of the protocol rather than silently editing history.
- The old chain still exists, but most participants migrate to the new rules, preserving transparency about what changed and when.
Forum-style quick scoop
In forum discussions, the most common answer to “what would happen if someone attempted to change the blockchain ledger system?” is: nothing much, unless they control most of the system —their altered version is simply ignored by honest nodes.
The real risk isn’t a sneaky undetected edit, but a visible, expensive attack that could shake trust and push users and developers to abandon or fork the chain.
TL;DR: The design of blockchain makes casual tampering effectively impossible; attacks are either rejected outright or, if they ever work, they tend to destroy confidence in that particular chain rather than quietly rewriting history.
Information gathered from public forums or data available on the internet and portrayed here.