{"id":14328,"date":"2026-03-04T18:30:00","date_gmt":"2026-03-04T18:30:00","guid":{"rendered":"https:\/\/dianapps.com\/blog\/?p=14328"},"modified":"2026-05-28T05:29:01","modified_gmt":"2026-05-28T05:29:01","slug":"how-does-a-block-of-data-on-a-blockchain-get-locked","status":"publish","type":"post","link":"https:\/\/dianapps.com\/blog\/how-does-a-block-of-data-on-a-blockchain-get-locked\/","title":{"rendered":"How does a block of data on a blockchain get locked?"},"content":{"rendered":"<figure>\n<table>\n<tbody>\n<tr>\n<td><strong>Quick Summary:<\/strong><\/p>\n<ul>\n<li>Once data enters a blockchain, it goes through hashing, digital signing, and network-wide consensus before it gets permanently locked.<\/li>\n<li>Even changing a single character in a block&#8217;s data produces a completely different hash, making tampering instantly detectable across the entire chain.<\/li>\n<li>It is not one mechanism that locks a block, it is three working together: cryptographic hashing, chain linkage, and consensus.<\/li>\n<li>Blockchain startups and VCs attracted $4.8 billion in funding in 2026, signalling that block-locking security is now enterprise-grade infrastructure.<\/li>\n<li>Over 80% of good companies now use blockchain in some form, and data immutability is the core reason why.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/figure>\n<p>So how does a block of data on a blockchain actually get locked? The short answer is: through three processes that work together so tightly that undoing any one of them collapses the whole thing. Let&#8217;s walk through each one.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Why-Does-Locking-Data-Even-Matter\"><\/span>Why Does Locking Data Even Matter?<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Think about the last time you signed a contract. You signed it, the other party signed it, and then it went into a drawer or a lawyer&#8217;s office, where nobody could quietly edit it later. The physical signature and the third-party witness were the &#8216;lock.&#8217;<\/p>\n<p>Now take that same scenario digital. Two parties agree on something. The record lives in a database. And unless that database has extraordinary protection, someone with the right access can change what it says overnight. That is the fundamental problem that has plagued digital recordkeeping since the beginning of the Internet.<\/p>\n<p>Blockchain&#8217;s answer is not a better password or a stronger firewall. It is a structural approach one where the data itself becomes the lock. And understanding how that works is what this entire blog is about.<\/p>\n<p>So how does a block of data on a blockchain actually get locked? The short answer is: through three processes that work together so tightly that undoing any one of them collapses the whole thing. Let&#8217;s walk through each one.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"What-Is-Inside-a-Block-Before-It-Gets-Locked\"><\/span>What Is Inside a Block Before It Gets Locked?<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>You cannot understand how a block gets locked without first understanding what is inside it. Every block on a blockchain carries four core components, and all four play a role in the locking process.<\/p>\n\n<table id=\"tablepress-111\" class=\"tablepress tablepress-id-111\">\n<thead>\n<tr class=\"row-1\">\n\t<th class=\"column-1\">Component<\/th><th class=\"column-2\">What it Contains<\/th><th class=\"column-3\">Why It Matters for Locking<\/th>\n<\/tr>\n<\/thead>\n<tbody class=\"row-striping row-hover\">\n<tr class=\"row-2\">\n\t<td class=\"column-1\">Transaction Data<\/td><td class=\"column-2\">The actual records of payments, contracts, and asset transfers<\/td><td class=\"column-3\">The content that must stay unchanged forever<\/td>\n<\/tr>\n<tr class=\"row-3\">\n\t<td class=\"column-1\">Timestamp<\/td><td class=\"column-2\">Exact date and time the block was created<\/td><td class=\"column-3\">Prevents backdating or replay attacks<\/td>\n<\/tr>\n<tr class=\"row-4\">\n\t<td class=\"column-1\">Previou\u2019s Block\u2019s Hash<\/td><td class=\"column-2\">A cryptographic fingerprint of the block before it<\/td><td class=\"column-3\">This is what chains the blocks together<\/td>\n<\/tr>\n<tr class=\"row-5\">\n\t<td class=\"column-1\">Nonce<\/td><td class=\"column-2\">A number of miners adjust in Proof of Work systems<\/td><td class=\"column-3\">Used to generate a hash that meets the network's difficulty target<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<!-- #tablepress-111 from cache -->\n<p>&nbsp;<\/p>\n<p>Notice that the third component of the previous block&#8217;s hash. That single detail is what turns a database of blocks into a chain. Remove it, and you just have isolated records. Include it, and you have a structure where every block is mathematically dependent on the one before it.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"The-Three-Layer-Process-That-Locks-a-Block\"><\/span>The Three-Layer Process That Locks a Block<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Here is where most explanations either oversimplify or go too deep. The truth is right in the middle: three distinct processes run in sequence, and each one does something the others cannot do alone.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Layer-1-Cryptographic-Hashing-The-Digital-Fingerprint\"><\/span>Layer 1: Cryptographic Hashing: The Digital Fingerprint<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>Every block, once assembled, gets fed through a cryptographic algorithm. Bitcoin uses SHA-256. The output is a 64-character string, the block&#8217;s unique hash that represents everything inside it.<\/p>\n<p>What makes this powerful is a property called the avalanche effect. Change one word in a transaction, change the timestamp by a second, change anything at all, and the hash output changes completely. Not slightly. Completely. It is not a gradual drift. It is a total transformation.<\/p>\n<p>This means the hash is not just an ID. It is a sealed proof that the block&#8217;s content has not changed since it was created. If the hash still matches, the data is intact. If it does not, something has been altered, and the network knows immediately.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Layer-2-Chain-Linkage-Why-One-Change-Breaks-Everything\"><\/span>Layer 2: Chain Linkage: Why One Change Breaks Everything<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>This is the piece that makes blockchain different from every other encrypted database. Each block does not just store its own hash; it stores the hash of the block before it. That creates a direct mathematical dependency between every block in the chain.<\/p>\n<p>Picture it like this: imagine a row of dominoes where knocking one over forces all the others to fall, but in reverse. If you try to change block #400 on Bitcoin&#8217;s blockchain, its hash changes. That means block #401, which stored #400&#8217;s original hash, is now pointing to something that no longer exists. Its own hash changes. Block #402 breaks. And so on, all the way to today.<\/p>\n<p>To successfully alter one historic block, you would need to recalculate every single block that came after it across every computer on the network faster than the network is adding new blocks. Bitcoin processes around 600 exahashes per second. That is not a security measure. That is a mathematical wall.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Layer-3-Consensus-The-Network-Has-to-Agree\"><\/span>Layer 3: Consensus: The Network Has to Agree<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>Hashing and chain linkage make tampering detectable. But they do not, by themselves, decide who gets to add the next block. That is what consensus mechanisms do and they are the final gate a block must pass through before it is permanently locked. There are two dominant models in 2026:<\/p>\n\n<table id=\"tablepress-112\" class=\"tablepress tablepress-id-112\">\n<thead>\n<tr class=\"row-1\">\n\t<td class=\"column-1\"><\/td><th class=\"column-2\">Proof of Work (PoW)<\/th><th class=\"column-3\">Proof of Stake (PoS)<\/th>\n<\/tr>\n<\/thead>\n<tbody class=\"row-striping row-hover\">\n<tr class=\"row-2\">\n\t<td class=\"column-1\">Used by<\/td><td class=\"column-2\">Bitcoin, Litecoin<\/td><td class=\"column-3\">Ethereum (post-2022), Solana, Cardano<\/td>\n<\/tr>\n<tr class=\"row-3\">\n\t<td class=\"column-1\">How It Works<\/td><td class=\"column-2\">Miners race to solve a cryptographic puzzle; the winner adds the block<\/td><td class=\"column-3\">Validators stake crypto as collateral; selected to verify the next block<\/td>\n<\/tr>\n<tr class=\"row-4\">\n\t<td class=\"column-1\">Block Time<\/td><td class=\"column-2\">~10 minutes (Bitcoin)<\/td><td class=\"column-3\">~12 seconds (Ethereum)<\/td>\n<\/tr>\n<tr class=\"row-5\">\n\t<td class=\"column-1\">Energy<\/td><td class=\"column-2\">Very High<\/td><td class=\"column-3\">~99.95% lower than PoW<\/td>\n<\/tr>\n<tr class=\"row-6\">\n\t<td class=\"column-1\">Attack Cost<\/td><td class=\"column-2\">Billions in hardware &amp; electricity<\/td><td class=\"column-3\">Economic penalty: attacker loses their own staked assets<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<!-- #tablepress-112 from cache -->\n<p>&nbsp;<\/p>\n<p>Both achieve the same outcome: no single actor can add a block unilaterally. The network decides. And once the network decides, the block is in permanently.<\/p>\n<p>Recommended Read: <a href=\"https:\/\/dianapps.com\/blog\/understanding-the-basics-of-blockchain-technology-a-beginners-guide\"><u>Understanding The Basics Of Blockchain Technology: A Beginner\u2019s Guide<\/u><\/a><\/p>\n<h2><span class=\"ez-toc-section\" id=\"The-Merkle-Tree-How-Thousands-of-Transactions-Become-One-Hash\"><\/span>The Merkle Tree: How Thousands of Transactions Become One Hash<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p><img decoding=\"async\" class=\"aligncenter\" src=\"https:\/\/dnhm2py0jncte.cloudfront.net\/uploads\/image_f0e31e3fa3.png\" alt=\"image.png\" width=\"693\" height=\"462\" \/><\/p>\n<p>A block can hold thousands of individual transactions. So how does a single hash represent all of them without becoming unreliable? The answer is a data structure called the Merkle Tree, and it is one of the more elegant pieces of engineering behind blockchain.<\/p>\n<p>Every transaction in a block is hashed individually. Those hashes are then paired up and hashed together. Those combined hashes are paired and hashed again. This process repeats until only one hash remains, called the Merkle Root. That root is what gets stored in the block header.<\/p>\n<p>The result: change any single transaction anywhere in the block, and the Merkle Root changes. Which changes the block&#8217;s hash. Which breaks the chain. One transaction. The whole chain feels it.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Step-by-Step-What-Actually-Happens-When-a-Block-Gets-Locked\"><\/span>Step by Step: What Actually Happens When a Block Gets Locked<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Here is the full sequence from the moment a transaction is created to the moment it is sealed into the chain forever.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"A-Transaction-Is-Created-and-Broadcast\"><\/span>A Transaction Is Created and Broadcast<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>A user initiates a transaction, a payment, a smart contract execution, or a data update. It is digitally signed with the sender&#8217;s private key and broadcast to every node on the network.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Nodes-Independently-Verify-the-Transaction\"><\/span>Nodes Independently Verify the Transaction<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>Every node checks: Is the digital signature valid? Does the sender have sufficient balance? Has this transaction been submitted before? Only transactions passing all checks move forward. There is no central authority making this call; every node does it independently.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Verified-Transactions-Are-Grouped-Into-a-Block\"><\/span>Verified Transactions Are Grouped Into a Block<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>Valid transactions are pooled and assembled into a candidate block. The block includes the transaction data, a timestamp, the previous block&#8217;s hash, and a nonce (in PoW systems). The Merkle Tree is constructed from all included transactions, producing the Merkle Root.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"The-Block-Is-Hashed\"><\/span>The Block Is Hashed<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>All of the block&#8217;s contents are run through a cryptographic hash function. The output of the block&#8217;s unique hash is its identity and its seal. Any post-hoc change to the block&#8217;s data will produce a different hash, immediately exposing the tampering.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Consensus-Is-Reached\"><\/span>Consensus Is Reached<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>In PoW, miners compete to find a nonce that produces a hash meeting the network&#8217;s difficulty target. The winner broadcasts the solution. Other nodes verify it in milliseconds. In PoS, a validator is selected based on their stake and verifies the block. Either way, the network agrees before anything is finalised.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"The-Block-Is-Added-and-Locked-Permanently\"><\/span>The Block Is Added and Locked Permanently<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>Once consensus is reached, the block joins the chain. Its hash is stored in the next block. From this moment, altering this block would require recalculating every subsequent block faster than the entire network, a feat that is not just difficult but economically irrational at any scale.<\/p>\n<p>Recommended Read: <a href=\"https:\/\/dianapps.com\/blog\/the-role-of-smart-contracts-in-blockchain-development\"><u>The Role of Smart Contracts in Blockchain Development<\/u><\/a><\/p>\n<h2><span class=\"ez-toc-section\" id=\"Digital-Signatures-The-Lock-Before-the-Lock\"><\/span>Digital Signatures: The Lock Before the Lock<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Most explanations of block locking skip this part. But digital signatures are actually the first layer of protection; they happen before the block even exists.<\/p>\n<p>When you initiate a transaction, your wallet uses your private key to generate a digital signature unique to that specific transaction. This signature proves two things: (1) you authorised this transaction, and (2) the transaction has not been modified since you signed it. The network uses your public key to verify the signature, but cannot reverse-engineer your private key from it.<\/p>\n<p>This means that by the time transactions reach the block-building stage, they have already been individually authenticated. The block&#8217;s hash then seals the authenticated set together. It is layers of locks, not a single lock.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Why-This-Matters-Where-Block-Locking-Is-Protecting-Real-Data-Right-Now\"><\/span>Why This Matters: Where Block Locking Is Protecting Real Data Right Now?<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>This is not theoretical security. According to <a href=\"https:\/\/www.marketdataforecast.com\/market-reports\/blockchain-market\"><u>Market Data Forecast<\/u><\/a>, the block-locking mechanism is expected to protect $34.19 billion worth of blockchain infrastructure by 2026, and the industries relying on it are growing rapidly.<\/p>\n<h3>Healthcare: Estonia&#8217;s Unalterable Patient Records<\/h3>\n<p>Estonia secured health records for over 1.3 million citizens using KSI blockchain technology. Every single access to a patient&#8217;s data is recorded as a locked block creating an immutable audit trail. Patients can see exactly who viewed their information and when. No hospital administrator can quietly edit that log.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Supply-Chain-Maersk-and-the-200-Billion-Counterfeit-Problem\"><\/span>Supply Chain: Maersk and the $200 Billion Counterfeit Problem<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>Global supply chains lose billions annually to counterfeit goods and documentation fraud. Maersk&#8217;s blockchain-based logistics platform records every handoff in a product&#8217;s journey as a locked block. If someone tries to insert a fraudulent entry, a fake customs stamp, or a forged certificate of origin, the chain breaks and the fraud is exposed.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Finance-Real-Time-Settlement-With-an-Immutable-Trail\"><\/span>Finance: Real-Time Settlement With an Immutable Trail<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>JPMorgan&#8217;s Onyx platform, Ripple&#8217;s payment network, and a growing number of central bank digital currency (CBDC) pilots now rely on blockchain&#8217;s locked ledger for interbank settlements. Over 137 countries are currently exploring CBDCs, with China&#8217;s digital yuan and India&#8217;s e-rupee already in active circulation. The reason they trust blockchain for sovereign-level finance is the same reason enterprises do: once locked, the record cannot be changed by anyone.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Digital-Identity-A-Record-No-One-Can-Forge\"><\/span>Digital Identity: A Record No One Can Forge<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>77% of business executives believe blockchain will be a disruptive force in their industry, according to a Deloitte global survey, and digital identity is one of the top cited use cases. Estonia&#8217;s eID system, built on blockchain, allows citizens to vote, bank, and access healthcare using a digital identity no one can forge or retroactively alter. That is the block-locking mechanism, applied to personhood.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"The-Lock-That-Runs-on-Mathematics-Not-Trust\"><\/span>The Lock That Runs on Mathematics, Not Trust<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Every security system ever built has relied, at some level, on trusting a person. A bank vault relies on the integrity of its staff. A government database relies on its administrators. A signed contract relies on both parties acting in good faith.<\/p>\n<p>Blockchain&#8217;s block-locking mechanism is the first system in history that removes that dependency entirely. The hash does not care who you are. The chain does not care how much money you have. The consensus mechanism does not negotiate. Once a block is locked, the mathematics holds, and the only way to break it is to outrun the entire network simultaneously.<\/p>\n<p>For businesses looking to implement this level of trustless security, partnering with a <a href=\"https:\/\/dianapps.com\/blockchain-development\"><strong>blockchain app development company<\/strong><\/a> can help design and deploy decentralised applications that leverage these cryptographic principles for secure and transparent digital systems.<\/p>\n<p>In a world where over 80% of Fortune 500 companies have adopted blockchain in some form, and where governments are building national identity systems on it, that mathematical certainty is not just impressive. It is the whole point.<\/p>\n<style>.elementor-16045 .elementor-element.elementor-element-2932a52{text-align:left;}.elementor-16045 .elementor-element.elementor-element-2932a52 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-16045 .elementor-element.elementor-element-0b767d1 .elementor-tab-title{border-width:1px;border-color:#00000014;}.elementor-16045 .elementor-element.elementor-element-0b767d1 .elementor-tab-content{border-width:1px;border-bottom-color:#00000014;}.elementor-16045 .elementor-element.elementor-element-0b767d1 > .elementor-widget-container{margin:0px 0px 0px 0px;}<\/style><div class=\"porto-block elementor elementor-16045\">\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-27707ca elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"27707ca\" data-element_type=\"section\">\r\n\t\t\t\r\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\r\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0163611\" data-id=\"0163611\" data-element_type=\"column\">\r\n\r\n\t\t\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\r\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-03a2969 elementor-widget elementor-widget-text-editor\" data-id=\"03a2969\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.14.0 - 26-06-2023 *\/\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}<\/style>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2932a52 elementor-widget elementor-widget-heading\" data-id=\"2932a52\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.14.0 - 26-06-2023 *\/\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\/style><h1 class=\"elementor-heading-title elementor-size-large\">FAQs <\/h1>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0b767d1 elementor-widget elementor-widget-toggle\" data-id=\"0b767d1\" data-element_type=\"widget\" data-widget_type=\"toggle.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.14.0 - 26-06-2023 *\/\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}<\/style>\t\t<div class=\"elementor-toggle\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h3 id=\"elementor-tab-title-1201\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-1201\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-caret-right\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-caret-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">How does a block of data on a blockchain get locked?<\/a>\n\t\t\t\t\t<\/h3>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1201\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-1201\"><p>Through cryptographic hashing, chain linkage, and network consensus, three processes work together to make altering any locked block computationally and economically impossible.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h3 id=\"elementor-tab-title-1202\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-1202\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-caret-right\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-caret-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">What is the role of a hash in locking a blockchain block?<\/a>\n\t\t\t\t\t<\/h3>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1202\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-1202\"><p>It&#8217;s the block&#8217;s unique digital fingerprint. Change even one character inside the block and the hash changes completely, exposing tampering instantly across the entire chain.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h3 id=\"elementor-tab-title-1203\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-1203\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-caret-right\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-caret-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Can a locked block on a blockchain ever be changed?<\/a>\n\t\t\t\t\t<\/h3>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1203\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-1203\"><p>Practically, no. You&#8217;d need to recalculate every subsequent block&#8217;s hash while simultaneously outpacing Bitcoin&#8217;s 600 exahashes per second. Technically possible, economically irrational.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h3 id=\"elementor-tab-title-1204\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-1204\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-caret-right\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-caret-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">What is the difference between hashing and encryption in blockchain?<\/a>\n\t\t\t\t\t<\/h3>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1204\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-1204\"><p>Encryption is a two-way process that can be unscrambled. Hashing is one-way and irreversible. Blockchain uses hashing because the goal is verification, not secrecy.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<h3 id=\"elementor-tab-title-1205\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"button\" aria-controls=\"elementor-tab-content-1205\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-caret-right\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-caret-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">What is a nonce in blockchain, and how does it relate to locking?<\/a>\n\t\t\t\t\t<\/h3>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-1205\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"region\" aria-labelledby=\"elementor-tab-title-1205\"><p>A nonce is a number miners repeatedly adjust until the block&#8217;s hash meets the network&#8217;s difficulty target. Finding it proves the computational work required to lock the block.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<script type=\"application\/ld+json\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"How does a block of data on a blockchain get locked?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>Through cryptographic hashing, chain linkage, and network consensus, three processes work together to make altering any locked block computationally and economically impossible.<\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"What is the role of a hash in locking a blockchain block?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>It&#8217;s the block&#8217;s unique digital fingerprint. Change even one character inside the block and the hash changes completely, exposing tampering instantly across the entire chain.<\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"Can a locked block on a blockchain ever be changed?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>Practically, no. You&#8217;d need to recalculate every subsequent block&#8217;s hash while simultaneously outpacing Bitcoin&#8217;s 600 exahashes per second. Technically possible, economically irrational.<\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"What is the difference between hashing and encryption in blockchain?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>Encryption is a two-way process that can be unscrambled. Hashing is one-way and irreversible. Blockchain uses hashing because the goal is verification, not secrecy.<\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"What is a nonce in blockchain, and how does it relate to locking?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>A nonce is a number miners repeatedly adjust until the block&#8217;s hash meets the network&#8217;s difficulty target. Finding it proves the computational work required to lock the block.<\\\/p>\"}}]}<\/script>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/section>\r\n\t\t<\/div>\n","protected":false},"excerpt":{"rendered":"<p>So how does a block of data on a blockchain actually get locked? The short answer is: through three processes that work together so tightly that undoing any one of them collapses the whole thing. Let&#8217;s walk through each one.<\/p>\n","protected":false},"author":12,"featured_media":14327,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_yoast_wpseo_focuskw":"How does a block of data on a blockchain get locked?","_yoast_wpseo_title":"How does a block of data on a blockchain get locked?","_yoast_wpseo_metadesc":"Learn how blockchain locks data using hashing, consensus, and cryptography. Explore secure blockchain technology in action today.","_yoast_wpseo_meta-robots-noindex":"","_yoast_wpseo_meta-robots-nofollow":"","_yoast_wpseo_canonical":"","_yoast_wpseo_opengraph-title":"","_yoast_wpseo_opengraph-description":"","_yoast_wpseo_opengraph-image":"","_yoast_wpseo_twitter-title":"","_yoast_wpseo_twitter-description":"","_yoast_wpseo_twitter-image":"","_wp_applaud_exclude":false,"footnotes":""},"categories":[13],"tags":[291,2254,2256,61,60,2260,2261,2251,143,2253,2257,2252,2259,2258,2255],"class_list":["post-14328","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blockchain","tag-blockchain-app-development","tag-blockchain-consensus","tag-blockchain-data-security","tag-blockchain-development-company","tag-blockchain-development-services","tag-blockchain-encryption","tag-blockchain-infrastructure","tag-blockchain-security","tag-blockchain-technology","tag-cryptographic-hashing","tag-decentralized-applications","tag-how-blockchain-works","tag-proof-of-stake","tag-proof-of-work","tag-smart-contracts"],"featured_image_src":{"landsacpe":["https:\/\/dianapps.com\/blog\/wp-content\/uploads\/2026\/05\/How-does-a-block-of-data-on-a-blockchain-get-locked-1140x445.png",1140,445,true],"list":["https:\/\/dianapps.com\/blog\/wp-content\/uploads\/2026\/05\/How-does-a-block-of-data-on-a-blockchain-get-locked-463x348.png",463,348,true],"medium":["https:\/\/dianapps.com\/blog\/wp-content\/uploads\/2026\/05\/How-does-a-block-of-data-on-a-blockchain-get-locked-300x169.png",300,169,true],"full":["https:\/\/dianapps.com\/blog\/wp-content\/uploads\/2026\/05\/How-does-a-block-of-data-on-a-blockchain-get-locked.png",1536,864,false]},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How does a block of data on a blockchain get locked?<\/title>\n<meta name=\"description\" content=\"Learn how blockchain locks data using hashing, consensus, and cryptography. Explore secure blockchain technology in action today.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dianapps.com\/blog\/how-does-a-block-of-data-on-a-blockchain-get-locked\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How does a block of data on a blockchain get locked?\" \/>\n<meta property=\"og:description\" content=\"Learn how blockchain locks data using hashing, consensus, and cryptography. Explore secure blockchain technology in action today.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dianapps.com\/blog\/how-does-a-block-of-data-on-a-blockchain-get-locked\/\" \/>\n<meta property=\"og:site_name\" content=\"Learn About Digital Transformation &amp; Development | DianApps Blog\" \/>\n<meta property=\"article:published_time\" content=\"2026-03-04T18:30:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-28T05:29:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/dianapps.com\/blog\/wp-content\/uploads\/2026\/05\/How-does-a-block-of-data-on-a-blockchain-get-locked.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1536\" \/>\n\t<meta property=\"og:image:height\" content=\"864\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Prachi Khandelwal\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Prachi Khandelwal\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How does a block of data on a blockchain get locked?","description":"Learn how blockchain locks data using hashing, consensus, and cryptography. Explore secure blockchain technology in action today.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/dianapps.com\/blog\/how-does-a-block-of-data-on-a-blockchain-get-locked\/","og_locale":"en_US","og_type":"article","og_title":"How does a block of data on a blockchain get locked?","og_description":"Learn how blockchain locks data using hashing, consensus, and cryptography. Explore secure blockchain technology in action today.","og_url":"https:\/\/dianapps.com\/blog\/how-does-a-block-of-data-on-a-blockchain-get-locked\/","og_site_name":"Learn About Digital Transformation &amp; Development | DianApps Blog","article_published_time":"2026-03-04T18:30:00+00:00","article_modified_time":"2026-05-28T05:29:01+00:00","og_image":[{"width":1536,"height":864,"url":"https:\/\/dianapps.com\/blog\/wp-content\/uploads\/2026\/05\/How-does-a-block-of-data-on-a-blockchain-get-locked.png","type":"image\/png"}],"author":"Prachi Khandelwal","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Prachi Khandelwal","Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/dianapps.com\/blog\/how-does-a-block-of-data-on-a-blockchain-get-locked\/#article","isPartOf":{"@id":"https:\/\/dianapps.com\/blog\/how-does-a-block-of-data-on-a-blockchain-get-locked\/"},"author":{"name":"Prachi Khandelwal","@id":"https:\/\/dianapps.com\/blog\/#\/schema\/person\/914bb900160ccbe14f8f967a9585c054"},"headline":"How does a block of data on a blockchain get locked?","datePublished":"2026-03-04T18:30:00+00:00","dateModified":"2026-05-28T05:29:01+00:00","mainEntityOfPage":{"@id":"https:\/\/dianapps.com\/blog\/how-does-a-block-of-data-on-a-blockchain-get-locked\/"},"wordCount":1952,"commentCount":0,"image":{"@id":"https:\/\/dianapps.com\/blog\/how-does-a-block-of-data-on-a-blockchain-get-locked\/#primaryimage"},"thumbnailUrl":"https:\/\/dianapps.com\/blog\/wp-content\/uploads\/2026\/05\/How-does-a-block-of-data-on-a-blockchain-get-locked.png","keywords":["Blockchain App Development","blockchain consensus","blockchain data security","blockchain development company","blockchain development services","blockchain encryption","blockchain infrastructure","blockchain security","blockchain technology","cryptographic hashing","decentralized applications","how blockchain works","proof of stake","proof of work","smart contracts"],"articleSection":["Blockchain"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/dianapps.com\/blog\/how-does-a-block-of-data-on-a-blockchain-get-locked\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/dianapps.com\/blog\/how-does-a-block-of-data-on-a-blockchain-get-locked\/","url":"https:\/\/dianapps.com\/blog\/how-does-a-block-of-data-on-a-blockchain-get-locked\/","name":"How does a block of data on a blockchain get locked?","isPartOf":{"@id":"https:\/\/dianapps.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/dianapps.com\/blog\/how-does-a-block-of-data-on-a-blockchain-get-locked\/#primaryimage"},"image":{"@id":"https:\/\/dianapps.com\/blog\/how-does-a-block-of-data-on-a-blockchain-get-locked\/#primaryimage"},"thumbnailUrl":"https:\/\/dianapps.com\/blog\/wp-content\/uploads\/2026\/05\/How-does-a-block-of-data-on-a-blockchain-get-locked.png","datePublished":"2026-03-04T18:30:00+00:00","dateModified":"2026-05-28T05:29:01+00:00","author":{"@id":"https:\/\/dianapps.com\/blog\/#\/schema\/person\/914bb900160ccbe14f8f967a9585c054"},"description":"Learn how blockchain locks data using hashing, consensus, and cryptography. Explore secure blockchain technology in action today.","breadcrumb":{"@id":"https:\/\/dianapps.com\/blog\/how-does-a-block-of-data-on-a-blockchain-get-locked\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dianapps.com\/blog\/how-does-a-block-of-data-on-a-blockchain-get-locked\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dianapps.com\/blog\/how-does-a-block-of-data-on-a-blockchain-get-locked\/#primaryimage","url":"https:\/\/dianapps.com\/blog\/wp-content\/uploads\/2026\/05\/How-does-a-block-of-data-on-a-blockchain-get-locked.png","contentUrl":"https:\/\/dianapps.com\/blog\/wp-content\/uploads\/2026\/05\/How-does-a-block-of-data-on-a-blockchain-get-locked.png","width":1536,"height":864,"caption":"How does a block of data on a blockchain get locked?"},{"@type":"BreadcrumbList","@id":"https:\/\/dianapps.com\/blog\/how-does-a-block-of-data-on-a-blockchain-get-locked\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dianapps.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How does a block of data on a blockchain get locked?"}]},{"@type":"WebSite","@id":"https:\/\/dianapps.com\/blog\/#website","url":"https:\/\/dianapps.com\/blog\/","name":"Learn About Digital Transformation &amp; Development | DianApps Blog","description":"Dianapps","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dianapps.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/dianapps.com\/blog\/#\/schema\/person\/914bb900160ccbe14f8f967a9585c054","name":"Prachi Khandelwal","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dianapps.com\/blog\/wp-content\/uploads\/2026\/05\/cropped-Prachi-Khandelwal-scaled-1-96x96.jpg","url":"https:\/\/dianapps.com\/blog\/wp-content\/uploads\/2026\/05\/cropped-Prachi-Khandelwal-scaled-1-96x96.jpg","contentUrl":"https:\/\/dianapps.com\/blog\/wp-content\/uploads\/2026\/05\/cropped-Prachi-Khandelwal-scaled-1-96x96.jpg","caption":"Prachi Khandelwal"},"description":"A creative mind who believes every great idea deserves the right words. Passionate about tech, trends, and tales that make readers stop scrolling.","sameAs":["https:\/\/dianapps.com\/","https:\/\/www.linkedin.com\/in\/prachi-khandelwal-1b3696213"],"url":"https:\/\/dianapps.com\/blog\/author\/prachikhandelwal\/"}]}},"_links":{"self":[{"href":"https:\/\/dianapps.com\/blog\/wp-json\/wp\/v2\/posts\/14328","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dianapps.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dianapps.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dianapps.com\/blog\/wp-json\/wp\/v2\/users\/12"}],"replies":[{"embeddable":true,"href":"https:\/\/dianapps.com\/blog\/wp-json\/wp\/v2\/comments?post=14328"}],"version-history":[{"count":3,"href":"https:\/\/dianapps.com\/blog\/wp-json\/wp\/v2\/posts\/14328\/revisions"}],"predecessor-version":[{"id":16050,"href":"https:\/\/dianapps.com\/blog\/wp-json\/wp\/v2\/posts\/14328\/revisions\/16050"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/dianapps.com\/blog\/wp-json\/wp\/v2\/media\/14327"}],"wp:attachment":[{"href":"https:\/\/dianapps.com\/blog\/wp-json\/wp\/v2\/media?parent=14328"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dianapps.com\/blog\/wp-json\/wp\/v2\/categories?post=14328"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dianapps.com\/blog\/wp-json\/wp\/v2\/tags?post=14328"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}