A blockchain works by grouping transactions into "blocks," linking each block to the one before it with a cryptographic fingerprint, and having thousands of independent computers agree on which block comes next. That combination of chained blocks plus network-wide agreement is what makes the record tamper-resistant without a central authority. Here's how each piece fits together; for the bigger picture, see \[pillar hyperlink: What Is Blockchain\].
Blocks and hashes
Each block bundles a batch of recent transactions along with a timestamp and a hash, a short fingerprint, of the previous block. Change one character anywhere in a block and its hash changes completely, which breaks the link to every block that follows it. That's the mechanism that turns a list of blocks into a genuine chain.
Nodes
Nodes are the computers running the blockchain's software, each keeping a full copy of the ledger and checking new transactions against the network's rules. There's no single server to hack or shut down; thousands of nodes would all have to be compromised at once for the record to be altered undetected.
Consensus
With no central authority, nodes need a way to agree on which block gets added next. That agreement process is consensus. The two dominant approaches are Proof of Work, where miners compete to solve a computational puzzle, and Proof of Stake, where validators lock up currency as collateral instead. See Proof of Work vs Proof of Stake for how they compare.
Why this makes the record immutable
Because each block references the hash of the one before it, rewriting an old transaction would require redoing every block after it, faster than the rest of the network combined. On any established blockchain, that's computationally impractical, which is what people mean when they call the ledger "immutable."
A simple analogy
Picture a shared notebook photocopied and handed to thousands of people. Anyone can add a new page, but nobody can secretly rip out or rewrite an old one, because everyone else still has the original copy. That's roughly what a blockchain does with data instead of paper.
Keep building the fundamentals. Understanding how a blockchain actually works makes everything else in crypto easier to evaluate, and Hodl Up is a good place to keep learning at your own pace.