{"id":3064,"date":"2026-08-24T10:08:27","date_gmt":"2026-08-24T10:08:27","guid":{"rendered":"https:\/\/nownodes.io\/blog\/?p=3064"},"modified":"2026-08-24T10:08:28","modified_gmt":"2026-08-24T10:08:28","slug":"what-is-ethereum-sharding-from-shard-chains-to-danksharding","status":"publish","type":"post","link":"https:\/\/nownodes.io\/blog\/what-is-ethereum-sharding-from-shard-chains-to-danksharding\/","title":{"rendered":"What Is Ethereum Sharding? From Shard Chains to Danksharding"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Ethereum sharding is the effort to split the network&#8217;s data and validation work into smaller pieces, so it can handle more activity without forcing every single node to process every single byte. That&#8217;s the short definition \u2014 but it&#8217;s also slightly behind the times. The shard chains Ethereum designed back in 2020 were never shipped, and what the network actually runs today under that name is a different mechanism called danksharding, live in part since March 2024.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Here&#8217;s Ethereum sharding explained the way it actually happened, not the way older roadmaps described it: what the term originally meant, why Ethereum walked away from it, and what runs in its place right now. Search for eth sharding today and plenty of results still describe the abandoned plan, so it&#8217;s worth being precise about which version applies in 2026.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"what-does-sharding-mean-in-crypto\">What Does Sharding Mean in Crypto?<\/h2>\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2026\/08\/image-26-1024x683.png\" alt=\"\" class=\"wp-image-3066\" srcset=\"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2026\/08\/image-26-1024x683.png 1024w, https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2026\/08\/image-26-300x200.png 300w, https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2026\/08\/image-26-768x512.png 768w, https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2026\/08\/image-26.png 1536w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Sharding started as a database technique: instead of one server holding an entire dataset, the data gets split into pieces \u2014 shards \u2014 spread across several servers that each handle a slice of the load. Sharding in blockchain systems borrows that same logic. Rather than every node storing and verifying a network&#8217;s entire history, the job gets divided into smaller, more manageable chunks.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Shard:<\/strong> a partition of a larger dataset or network, small enough for a limited set of participants to store and verify, that combines with other shards to form the complete system. See the <a href=\"https:\/\/ethereum.org\/en\/roadmap\/danksharding\/\" rel=\"nofollow noopener noreferrer\">Ethereum Foundation&#8217;s danksharding overview<\/a> for how the concept applies to blockchains.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The appeal of a sharding blockchain design is straightforward: a node that only tracks a fraction of total activity needs less bandwidth, storage, and computing power, which keeps the hardware bar low enough for ordinary people to keep participating. That&#8217;s the trade-off sharding is built to solve \u2014 more total capacity without raising what each participant needs to run.<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"how-does-this-apply-to-ethereum\">How Does This Apply to Ethereum?<\/h3>\n\n\n<p class=\"wp-block-paragraph\">On Ethereum specifically, &#8220;sharding&#8221; has referred to two very different designs over the network&#8217;s history. The original 2020-era plan called for roughly 64 independent shard chains, each processing its own transactions under coordination from the Beacon Chain. That plan was shelved before it shipped, and Ethereum sharding today means something narrower: splitting up the job of storing and verifying data for Layer-2 rollups, not splitting up transaction execution itself.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"why-did-ethereum-need-to-scale\">Why Did Ethereum Need to Scale?<\/h2>\n\n\n<p class=\"wp-block-paragraph\">The case for sharding Ethereum&#8217;s data load starts with a hard limit: every full node has to process every transaction, so the whole network can only move as fast as an average computer can keep up. Ethereum&#8217;s base layer settles around 26 transactions per second on its own, according to <a href=\"https:\/\/coinlaw.io\/binance-smart-chain-vs-ethereum-statistics\/\" rel=\"nofollow noopener noreferrer\">CoinLaw&#8217;s 2026 chain-comparison data<\/a> \u2014 nowhere near what a busy consumer app needs.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Pushing that number up the naive way, with bigger blocks or faster block times, trades away decentralization, since fewer people can afford the hardware to keep up. That tension is what the <a href=\"https:\/\/nownodes.io\/blog\/ethereum-vs-bnb-smart-chain\/\">blockchain trilemma<\/a> describes, and it&#8217;s exactly what both the original sharding plan and danksharding were built to loosen.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Layer-2 rollups solved execution scaling years ago by moving computation off Ethereum&#8217;s base layer, but they still had to publish their transaction data back to L1 so anyone could verify it. Before March 2024, that data rode inside ordinary Ethereum transactions and competed for the same block space as everything else, which kept rollup fees higher than they needed to be. Sharding, in its current form, exists to fix that specific bottleneck.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"how-ethereums-plan-changed-from-shard-chains-to-blobs\">How Ethereum&#8217;s Plan Changed: From Shard Chains to Blobs<\/h2>\n\n\n<p class=\"wp-block-paragraph\">Here&#8217;s the part most explainers skip: Ethereum didn&#8217;t add danksharding on top of the old sharding design \u2014 it replaced it. The <a href=\"https:\/\/ethereum.org\/en\/roadmap\/danksharding\/\" rel=\"nofollow noopener noreferrer\">Ethereum Foundation is explicit about this<\/a>: shard chains are no longer part of the roadmap at all, because rollups turned out to scale execution faster and more safely than splitting the base layer ever could.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Vitalik Buterin has framed the shift as a deliberate choice, not a retreat. &#8220;Our task is to bring the rollup-centric roadmap to completion, and solve these problems, while preserving the robustness and decentralization that makes the Ethereum L1 special,&#8221; he wrote in October 2024, describing the merged rollup-and-data-sharding strategy as <a href=\"https:\/\/www.theblock.co\/post\/321648\/vitalik-buterin-100000-tps-target-ethereum\" rel=\"nofollow noopener noreferrer\">Ethereum&#8217;s scaling path going forward<\/a>, not an interim step.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The actual ethereum sharding timeline, then, is a sequence of upgrades that gradually built out data availability instead of shard chains:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Date<\/th><th>Upgrade<\/th><th>What changed<\/th><\/tr><\/thead><tbody><tr><td>Sept 15, 2022<\/td><td>The Merge<\/td><td>Ethereum moved to Proof of Stake, the base later upgrades built on<\/td><\/tr><tr><td>March 13, 2024<\/td><td>Dencun (EIP-4844)<\/td><td>Proto-danksharding launches: blob transactions go live, target 3 \/ max 6 blobs per block<\/td><\/tr><tr><td>May 7, 2025<\/td><td>Pectra (EIP-7691)<\/td><td>Blob capacity raised to target 6 \/ max 9<\/td><\/tr><tr><td>Dec 3, 2025<\/td><td>Fusaka<\/td><td>PeerDAS (data availability sampling) goes live, letting nodes verify blobs without downloading all of them<\/td><\/tr><tr><td>Dec 2025 \u2013 Jan 2026<\/td><td>BPO1 \u2192 BPO2 forks<\/td><td>Blob capacity stepped up again to target 14 \/ max 21, without a full network upgrade<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Dates and blob figures per <a href=\"https:\/\/ethereum.org\/en\/roadmap\/\" rel=\"nofollow noopener noreferrer\">ethereum.org&#8217;s roadmap<\/a> and the <a href=\"https:\/\/blog.ethereum.org\/2026\/01\/20\/checkpoint-8\" rel=\"nofollow noopener noreferrer\">Ethereum Foundation&#8217;s January 2026 checkpoint post<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That timeline also answers a question a lot of people still search for: there is no single &#8220;Ethereum 2.0 sharding date,&#8221; because Ethereum 2.0 stopped being the project&#8217;s name years ago, and the shard-chain feature that name once promised never launched under any date. What did launch is the danksharding sequence above, and it&#8217;s still moving \u2014 the next scheduled upgrade, Glamsterdam, is targeted for Q4 2026.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"what-is-danksharding-and-how-do-blobs-actually-work\">What Is Danksharding, and How Do Blobs Actually Work?<\/h2>\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2026\/08\/image-27-1024x683.png\" alt=\"\" class=\"wp-image-3067\" srcset=\"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2026\/08\/image-27-1024x683.png 1024w, https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2026\/08\/image-27-300x200.png 300w, https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2026\/08\/image-27-768x512.png 768w, https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2026\/08\/image-27.png 1536w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Danksharding:<\/strong> an Ethereum scaling design, named after Ethereum Foundation researcher Dankrad Feist, that shares the job of storing and checking rollup data across the validator set instead of splitting transaction execution into separate chains. See the <a href=\"https:\/\/ethereum.org\/en\/roadmap\/danksharding\/\" rel=\"nofollow noopener noreferrer\">official roadmap page<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Blob:<\/strong> a temporary 128-kilobyte packet of data a rollup attaches to an Ethereum transaction, cheaper than ordinary calldata and pruned after roughly 18 days. Defined in <a href=\"https:\/\/eips.ethereum.org\/EIPS\/eip-4844\" rel=\"nofollow noopener noreferrer\">EIP-4844<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A rollup such as Arbitrum, Optimism, or Base bundles thousands of user transactions, compresses them, and attaches the result to an Ethereum transaction as one or more blobs instead of stuffing it into ordinary calldata. Blobs get their own, separate fee market, so a busy NFT mint or DeFi rush on Ethereum&#8217;s main chain doesn&#8217;t spike the cost of publishing rollup data at the same time. That separation is a big part of why fees on most rollups dropped sharply once proto-danksharding launched in 2024.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The harder problem danksharding solves is trust: how does a node confirm a blob&#8217;s data is real without downloading all 2.6-plus megabytes of it per block? The answer is data availability sampling \u2014 checking small random pieces of a blob and using math to confirm the whole thing is there, an approach PeerDAS brought to Ethereum&#8217;s mainnet with the Fusaka upgrade in December 2025.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Dankrad Feist, the Ethereum Foundation researcher the technique is named after, has argued the term itself undersells what&#8217;s happening. &#8220;It seems to me that we should rename data availability to data publishing,&#8221; he <a href=\"https:\/\/www.coindesk.com\/tech\/2023\/09\/12\/namesake-of-ethereums-danksharding-says-data-availability-too-confusing-a-term\" rel=\"nofollow noopener noreferrer\">said at the Permissionless conference in 2023<\/a>, pointing out that the network isn&#8217;t just confirming data exists somewhere \u2014 it&#8217;s making sure the data actually got published where anyone can reach it.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">As of the most recent BPO fork, Ethereum targets 14 blobs per block and allows up to 21 \u2014 roughly 2.6 to 2.7 megabytes of rollup data per block, about a 2.3x jump from before Fusaka. Full danksharding, the eventual end state, aims for 64 blobs per block: coincidentally the same number of shard chains the original 2020 plan called for, though this time the number describes data slots, not independent execution chains.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"who-actually-relies-on-ethereums-data-sharding\">Who Actually Relies on Ethereum&#8217;s Data Sharding?<\/h2>\n\n\n<p class=\"wp-block-paragraph\">Danksharding is infrastructure, so most people who benefit from it never touch a blob directly. Four groups feel it most:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Layer-2 rollup teams<\/strong> \u2014 Arbitrum, Optimism, Base, and Mantle all post their compressed transaction batches as blobs, which is what keeps their own users&#8217; fees low.<\/li>\n\n\n\n<li><strong>Dapp and DeFi users<\/strong> \u2014 anyone swapping tokens or minting on a rollup pays less because the rollup itself pays less to publish data back to Ethereum.<\/li>\n\n\n\n<li><strong>Wallet and infrastructure developers<\/strong> \u2014 building a <a href=\"https:\/\/nownodes.io\/blog\/how-to-build-a-dapp-on-ethereum\/\">dapp on Ethereum<\/a> today means supporting blob-carrying transactions and the <code>BLOBHASH<\/code> opcode EIP-4844 introduced, on top of standard transaction types.<\/li>\n\n\n\n<li><strong>Validators and node operators<\/strong> \u2014 some run PeerDAS-compatible clients that sample blob data instead of downloading it whole; others lean on a provider to handle that layer for them.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">That last group is where infrastructure choices start to matter in practice. Consensus clients only hold blob data for about 18 days before pruning it, since blobs are built for short-term availability rather than permanent storage \u2014 long-term history for a rollup&#8217;s own data stays with the rollup, not with Ethereum&#8217;s base layer. <a href=\"https:\/\/nownodes.io\/blog\/what-is-a-validator-node\/\">Validators<\/a> and application teams still need reliable RPC and archive access to Ethereum&#8217;s execution-layer state regardless of blob pruning, and providers such as NOWNodes offer Ethereum mainnet RPC and archive nodes reaching back to the genesis block, alongside 120-plus other supported networks, so a team building a wallet or explorer doesn&#8217;t have to sync and maintain that infrastructure itself.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"sharding-vs-danksharding-what-actually-changed\">Sharding vs. Danksharding: What Actually Changed?<\/h2>\n\n\n<p class=\"wp-block-paragraph\">Put the two designs side by side and the shift in philosophy is clear \u2014 one splits execution, the other splits data:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Aspect<\/th><th>Original sharding (2020 plan)<\/th><th>Danksharding (live today)<\/th><\/tr><\/thead><tbody><tr><td>What it splits<\/td><td>Transaction execution, across ~64 shard chains<\/td><td>Data availability for rollup batches (&#8220;blobs&#8221;)<\/td><\/tr><tr><td>Who executes transactions<\/td><td>Each shard, independently<\/td><td>Ethereum L1 and Layer-2 rollups \u2014 shards execute nothing<\/td><\/tr><tr><td>Status<\/td><td>Abandoned, removed from the roadmap<\/td><td>Proto-danksharding live since March 2024; full version in progress<\/td><\/tr><tr><td>Capacity today<\/td><td>Never shipped<\/td><td>14 target \/ 21 max blobs per block<\/td><\/tr><tr><td>Long-term target<\/td><td>64 shard chains (never reached)<\/td><td>64 blobs per block (full danksharding)<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">The trade-off danksharding accepted is real, and it&#8217;s worth stating plainly. Rollups, not Ethereum&#8217;s base layer, are responsible for executing and sequencing transactions, so a rollup&#8217;s own security model \u2014 how it verifies its data and who can censor it \u2014 matters as much as Ethereum&#8217;s data layer does. Ethereum guarantees that rollup data is published and available; it doesn&#8217;t guarantee that a given rollup&#8217;s sequencer behaves honestly in between.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Not every chain made the same bet. BNB Smart Chain, for instance, scales by shrinking its validator set instead of adding a data-availability layer, trading some decentralization for raw throughput. Ethereum&#8217;s rollup-plus-blobs approach is slower to build but leaves the base layer&#8217;s validator set \u2014 over 560,000 strong \u2014 untouched.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"conclusion\">Conclusion<\/h2>\n\n\n<p class=\"wp-block-paragraph\">Ethereum sharding, as most documentation from 2020 through 2022 described it, isn&#8217;t coming \u2014 the shard chains that name promised were dropped for a design that scales data instead of execution. What runs today is danksharding: live in part since March 2024, expanded twice since, currently moving 14 to 21 blobs of rollup data through every block instead of the fraction of a single blob Ethereum could handle at launch.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For anyone building on Ethereum now, the practical takeaway is to plan around blob costs and rollup choice, not shard chains, since that&#8217;s the layer actually shaping fees and throughput in 2026. The roadmap isn&#8217;t finished \u2014 Glamsterdam and further blob increases are still ahead \u2014 but the direction is set, and it isn&#8217;t the one most people still search for.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">None of this is financial or technical advice. Blob parameters, fees, and upgrade dates all move, so check current figures before relying on them for production decisions.<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"faq\">FAQ<\/h3>\n\n<h3 class=\"wp-block-heading\" id=\"is-danksharding-fully-live-on-ethereum\">Is danksharding fully live on Ethereum?<\/h3>\n\n\n<p class=\"wp-block-paragraph\">Partially. Proto-danksharding (EIP-4844) launched with the Dencun upgrade in March 2024, and PeerDAS, the data-availability-sampling piece, went live with Fusaka in December 2025. Full danksharding, targeting 64 blobs per block, is still in development.<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"what-happened-to-ethereum-20s-shard-chains\">What happened to Ethereum 2.0&#8217;s shard chains?<\/h3>\n\n\n<p class=\"wp-block-paragraph\">They were cancelled. Ethereum Foundation researchers concluded that Layer-2 rollups paired with a lighter data-availability upgrade could scale the network faster and more safely than building roughly 64 independent execution shards, so shard chains were formally dropped from the roadmap.<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"is-danksharding-the-same-thing-as-sharding\">Is danksharding the same thing as sharding?<\/h3>\n\n\n<p class=\"wp-block-paragraph\">Not in the original sense. Danksharding doesn&#8217;t split transaction execution across multiple chains the way the 2020-era plan did \u2014 it only splits the job of storing and verifying rollup data, which is why it&#8217;s sometimes called data sharding rather than sharding in the traditional blockchain sense.<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"whats-the-difference-between-sharding-and-rollups\">What&#8217;s the difference between sharding and rollups?<\/h3>\n\n\n<p class=\"wp-block-paragraph\">A rollup executes and bundles transactions off Ethereum&#8217;s base layer, then posts the compressed results back to L1. Danksharding is what makes posting that data affordable \u2014 rollups do the compressing, Ethereum&#8217;s data layer provides cheap space to publish the result.<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"how-many-shards-does-ethereum-run-today\">How many shards does Ethereum run today?<\/h3>\n\n\n<p class=\"wp-block-paragraph\">Zero, in the original sense \u2014 there are no independent shard chains executing transactions. What Ethereum runs instead is a set number of blob slots per block, currently a target of 14 and a maximum of 21, controlled by protocol parameters rather than separate chains.<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"will-shard-chains-ever-come-back\">Will shard chains ever come back?<\/h3>\n\n\n<p class=\"wp-block-paragraph\">There&#8217;s no active plan to revive them. Ethereum Foundation researchers and Vitalik Buterin have described the rollup-plus-danksharding path as the network&#8217;s scaling strategy going forward, not a placeholder until shard-chain execution returns.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Ethereum sharding is the effort to split the network&#8217;s data and validation work into smaller pieces, so it can handle more activity without forcing every single node to process every single byte. That&#8217;s the short definition \u2014 but it&#8217;s also slightly behind the times. The shard chains Ethereum designed back in 2020 were never shipped, [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":3065,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_eb_attr":"","_lmt_disableupdate":"","_lmt_disable":"","_monsterinsights_skip_tracking":false,"footnotes":""},"categories":[102],"tags":[],"class_list":["post-3064","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-dev-report"],"blocksy_meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Ethereum Sharding Explained: 2026 Timeline and Blob Limits<\/title>\n<meta name=\"description\" content=\"Ethereum sharding was scrapped in favor of danksharding. See the real 2026 timeline, current blob limits, and what changed for fees, rollups, and dapps.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/nownodes.io\/blog\/what-is-ethereum-sharding-from-shard-chains-to-danksharding\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Ethereum Sharding Explained: 2026 Timeline and Blob Limits\" \/>\n<meta property=\"og:description\" content=\"Ethereum sharding was scrapped in favor of danksharding. See the real 2026 timeline, current blob limits, and what changed for fees, rollups, and dapps.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nownodes.io\/blog\/what-is-ethereum-sharding-from-shard-chains-to-danksharding\/\" \/>\n<meta property=\"og:site_name\" content=\"NOWNodes Blog\" \/>\n<meta property=\"article:published_time\" content=\"2026-08-24T10:08:27+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-24T10:08:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2026\/08\/nodes_1-39.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2400\" \/>\n\t<meta property=\"og:image:height\" content=\"1200\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"\u0410nastasia\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@nownodes\" \/>\n<meta name=\"twitter:site\" content=\"@nownodes\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u0410nastasia\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"11 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/nownodes.io\/blog\/what-is-ethereum-sharding-from-shard-chains-to-danksharding\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/nownodes.io\/blog\/what-is-ethereum-sharding-from-shard-chains-to-danksharding\/\"},\"author\":{\"name\":\"\u0410nastasia\",\"@id\":\"https:\/\/nownodes.io\/blog\/#\/schema\/person\/0890ec68e813adecb93c18ee00e1e7a8\"},\"headline\":\"What Is Ethereum Sharding? From Shard Chains to Danksharding\",\"datePublished\":\"2026-08-24T10:08:27+00:00\",\"dateModified\":\"2026-08-24T10:08:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/nownodes.io\/blog\/what-is-ethereum-sharding-from-shard-chains-to-danksharding\/\"},\"wordCount\":2146,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/nownodes.io\/blog\/#organization\"},\"articleSection\":[\"Dev Report\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/nownodes.io\/blog\/what-is-ethereum-sharding-from-shard-chains-to-danksharding\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/nownodes.io\/blog\/what-is-ethereum-sharding-from-shard-chains-to-danksharding\/\",\"url\":\"https:\/\/nownodes.io\/blog\/what-is-ethereum-sharding-from-shard-chains-to-danksharding\/\",\"name\":\"Ethereum Sharding Explained: 2026 Timeline and Blob Limits\",\"isPartOf\":{\"@id\":\"https:\/\/nownodes.io\/blog\/#website\"},\"datePublished\":\"2026-08-24T10:08:27+00:00\",\"dateModified\":\"2026-08-24T10:08:28+00:00\",\"description\":\"Ethereum sharding was scrapped in favor of danksharding. See the real 2026 timeline, current blob limits, and what changed for fees, rollups, and dapps.\",\"breadcrumb\":{\"@id\":\"https:\/\/nownodes.io\/blog\/what-is-ethereum-sharding-from-shard-chains-to-danksharding\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/nownodes.io\/blog\/what-is-ethereum-sharding-from-shard-chains-to-danksharding\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/nownodes.io\/blog\/what-is-ethereum-sharding-from-shard-chains-to-danksharding\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog\",\"item\":\"https:\/\/nownodes.io\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Dev Report\",\"item\":\"https:\/\/nownodes.io\/blog\/category\/dev-report\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"What Is Ethereum Sharding? From Shard Chains to Danksharding\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/nownodes.io\/blog\/#website\",\"url\":\"https:\/\/nownodes.io\/blog\/\",\"name\":\"NOWNodes Blog\",\"description\":\"Your first-to-go source of development guides, web3 analytics and most recent news about NOWNodes\",\"publisher\":{\"@id\":\"https:\/\/nownodes.io\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/nownodes.io\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/nownodes.io\/blog\/#organization\",\"name\":\"NOWNodes Blog\",\"url\":\"https:\/\/nownodes.io\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/nownodes.io\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/02\/cropped-New-Logo-NN.png\",\"contentUrl\":\"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/02\/cropped-New-Logo-NN.png\",\"width\":1164,\"height\":1164,\"caption\":\"NOWNodes Blog\"},\"image\":{\"@id\":\"https:\/\/nownodes.io\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/twitter.com\/nownodes\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/nownodes.io\/blog\/#\/schema\/person\/0890ec68e813adecb93c18ee00e1e7a8\",\"name\":\"\u0410nastasia\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/nownodes.io\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1de24ab8dcdd7ec30f6adaf78b56bc1eda421f87575b7e103c8fc3fc4420e833?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1de24ab8dcdd7ec30f6adaf78b56bc1eda421f87575b7e103c8fc3fc4420e833?s=96&d=mm&r=g\",\"caption\":\"\u0410nastasia\"},\"url\":\"https:\/\/nownodes.io\/blog\/author\/nasty-nownodes\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Ethereum Sharding Explained: 2026 Timeline and Blob Limits","description":"Ethereum sharding was scrapped in favor of danksharding. See the real 2026 timeline, current blob limits, and what changed for fees, rollups, and dapps.","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:\/\/nownodes.io\/blog\/what-is-ethereum-sharding-from-shard-chains-to-danksharding\/","og_locale":"en_US","og_type":"article","og_title":"Ethereum Sharding Explained: 2026 Timeline and Blob Limits","og_description":"Ethereum sharding was scrapped in favor of danksharding. See the real 2026 timeline, current blob limits, and what changed for fees, rollups, and dapps.","og_url":"https:\/\/nownodes.io\/blog\/what-is-ethereum-sharding-from-shard-chains-to-danksharding\/","og_site_name":"NOWNodes Blog","article_published_time":"2026-08-24T10:08:27+00:00","article_modified_time":"2026-08-24T10:08:28+00:00","og_image":[{"width":2400,"height":1200,"url":"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2026\/08\/nodes_1-39.jpg","type":"image\/jpeg"}],"author":"\u0410nastasia","twitter_card":"summary_large_image","twitter_creator":"@nownodes","twitter_site":"@nownodes","twitter_misc":{"Written by":"\u0410nastasia","Est. reading time":"11 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/nownodes.io\/blog\/what-is-ethereum-sharding-from-shard-chains-to-danksharding\/#article","isPartOf":{"@id":"https:\/\/nownodes.io\/blog\/what-is-ethereum-sharding-from-shard-chains-to-danksharding\/"},"author":{"name":"\u0410nastasia","@id":"https:\/\/nownodes.io\/blog\/#\/schema\/person\/0890ec68e813adecb93c18ee00e1e7a8"},"headline":"What Is Ethereum Sharding? From Shard Chains to Danksharding","datePublished":"2026-08-24T10:08:27+00:00","dateModified":"2026-08-24T10:08:28+00:00","mainEntityOfPage":{"@id":"https:\/\/nownodes.io\/blog\/what-is-ethereum-sharding-from-shard-chains-to-danksharding\/"},"wordCount":2146,"commentCount":0,"publisher":{"@id":"https:\/\/nownodes.io\/blog\/#organization"},"articleSection":["Dev Report"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/nownodes.io\/blog\/what-is-ethereum-sharding-from-shard-chains-to-danksharding\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/nownodes.io\/blog\/what-is-ethereum-sharding-from-shard-chains-to-danksharding\/","url":"https:\/\/nownodes.io\/blog\/what-is-ethereum-sharding-from-shard-chains-to-danksharding\/","name":"Ethereum Sharding Explained: 2026 Timeline and Blob Limits","isPartOf":{"@id":"https:\/\/nownodes.io\/blog\/#website"},"datePublished":"2026-08-24T10:08:27+00:00","dateModified":"2026-08-24T10:08:28+00:00","description":"Ethereum sharding was scrapped in favor of danksharding. See the real 2026 timeline, current blob limits, and what changed for fees, rollups, and dapps.","breadcrumb":{"@id":"https:\/\/nownodes.io\/blog\/what-is-ethereum-sharding-from-shard-chains-to-danksharding\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nownodes.io\/blog\/what-is-ethereum-sharding-from-shard-chains-to-danksharding\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/nownodes.io\/blog\/what-is-ethereum-sharding-from-shard-chains-to-danksharding\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https:\/\/nownodes.io\/blog"},{"@type":"ListItem","position":2,"name":"Dev Report","item":"https:\/\/nownodes.io\/blog\/category\/dev-report"},{"@type":"ListItem","position":3,"name":"What Is Ethereum Sharding? From Shard Chains to Danksharding"}]},{"@type":"WebSite","@id":"https:\/\/nownodes.io\/blog\/#website","url":"https:\/\/nownodes.io\/blog\/","name":"NOWNodes Blog","description":"Your first-to-go source of development guides, web3 analytics and most recent news about NOWNodes","publisher":{"@id":"https:\/\/nownodes.io\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nownodes.io\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/nownodes.io\/blog\/#organization","name":"NOWNodes Blog","url":"https:\/\/nownodes.io\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/nownodes.io\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/02\/cropped-New-Logo-NN.png","contentUrl":"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/02\/cropped-New-Logo-NN.png","width":1164,"height":1164,"caption":"NOWNodes Blog"},"image":{"@id":"https:\/\/nownodes.io\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/twitter.com\/nownodes"]},{"@type":"Person","@id":"https:\/\/nownodes.io\/blog\/#\/schema\/person\/0890ec68e813adecb93c18ee00e1e7a8","name":"\u0410nastasia","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/nownodes.io\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/1de24ab8dcdd7ec30f6adaf78b56bc1eda421f87575b7e103c8fc3fc4420e833?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1de24ab8dcdd7ec30f6adaf78b56bc1eda421f87575b7e103c8fc3fc4420e833?s=96&d=mm&r=g","caption":"\u0410nastasia"},"url":"https:\/\/nownodes.io\/blog\/author\/nasty-nownodes"}]}},"modified_by":"\u0410nastasia","_links":{"self":[{"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/posts\/3064","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/comments?post=3064"}],"version-history":[{"count":1,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/posts\/3064\/revisions"}],"predecessor-version":[{"id":3068,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/posts\/3064\/revisions\/3068"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/media\/3065"}],"wp:attachment":[{"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/media?parent=3064"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/categories?post=3064"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/tags?post=3064"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}