{"id":8748,"date":"2025-02-19T17:55:03","date_gmt":"2025-02-19T16:55:03","guid":{"rendered":"https:\/\/wsj-crypto.com\/?p=8748"},"modified":"2025-02-19T17:55:03","modified_gmt":"2025-02-19T16:55:03","slug":"decoding-uncle-rates-and-transaction-fees-a-comprehensive-insight","status":"publish","type":"post","link":"https:\/\/wsj-crypto.com\/index.php\/2025\/02\/19\/decoding-uncle-rates-and-transaction-fees-a-comprehensive-insight\/","title":{"rendered":"Decoding Uncle Rates and Transaction Fees: A Comprehensive Insight"},"content":{"rendered":"<p> &#8220;`html<br \/>\n<\/p>\n<div id=\"\">\n<p class=\"chakra-text css-gi02ar\">One significant metric of how much capacity the Ethereum blockchain can securely manage is the response of the uncle rate to the gas consumption of a transaction. Across all blockchains of the Satoshian proof-of-work type, any block that is created faces the possibility of becoming &#8220;stale&#8221;, meaning it will not be part of the primary chain, because another miner could have published a competing block prior to the newly published block reaching them, resulting in a scenario where there is a &#8220;competition&#8221; between two blocks, with one inevitably left behind.<!-- --><\/p>\n<p><!-- --><br \/>\n<!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">An essential aspect is that the greater the number of transactions a block encompasses (or the higher the gas usage of a block), the longer it takes to disseminate throughout the network. In the Bitcoin ecosystem, a pivotal study in this area was <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"http:\/\/www.gsd.inesc-id.pt\/~ler\/docencia\/rcs1314\/papers\/P2P2013_041.pdf\">Decker and Wattenhofer (2013)<!-- --><\/a>, which discovered that the average block propagation time was approximately 2 seconds, plus an additional 0.08 seconds for each kilobyte within the block (i.e., a 1 MB block would require around 82 seconds). A <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/www.bitcoinunlimited.info\/resources\/feemarket.pdf\">more recent study from Bitcoin Unlimited<!-- --><\/a> demonstrated that this has since diminished to about 0.008 seconds per kilobyte, thanks to advancements in transaction propagation technologies. It is also evident that if a block experiences extended propagation times, the likelihood of it becoming stale increases; at a block time of 600 seconds, a 1 second increase in propagation time is expected to result in an increased probability of 1\/600 of being left behind.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">In Ethereum, we can conduct a comparable evaluation, especially since Ethereum&#8217;s &#8220;uncle&#8221; mechanism provides us with robust data for examination. Stale blocks in Ethereum can be reincorporated into the chain as &#8220;uncles&#8221;, where they receive up to 75% of their original block reward. This mechanism was initially implemented to mitigate centralization influences, by diminishing the advantage that well-connected miners hold over poorly connected miners. However, it offers several additional benefits, one of which is that stale blocks are preserved for eternity in a highly searchable database &#8211; the blockchain itself. We can utilize a data dump of blocks 1 to 2283415 (prior to the Sep 2016 attacks) as a basis for our analysis.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Here is a script to generate source data: <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"http:\/\/github.com\/ethereum\/research\/tree\/master\/uncle_regressions\/block_datadump_generator.py\"\/><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"http:\/\/github.com\/ethereum\/research\/tree\/master\/uncle_regressions\/block_datadump_generator.py\">http:\/\/github.com\/ethereum\/research\/tree\/master\/uncle_regressions\/block_datadump_generator.py<!-- --><\/a><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Here is the source data: <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"http:\/\/github.com\/ethereum\/research\/tree\/master\/uncle_regressions\/block_datadump.csv\"\/><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"http:\/\/github.com\/ethereum\/research\/tree\/master\/uncle_regressions\/block_datadump.csv\">http:\/\/github.com\/ethereum\/research\/tree\/master\/uncle_regressions\/block_datadump.csv<!-- --><\/a><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">The columns, in sequence, represent block number, count of uncles in the block, total uncle reward, cumulative gas used by uncles, transaction quantity in the block, gas utilized by the block, size of the block in bytes, and the block size in bytes excluding zero-length bytes.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Utilizing this script enables us to perform an analysis: <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"http:\/\/github.com\/ethereum\/research\/tree\/master\/uncle_regressions\/base_regression.py\"\/><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"http:\/\/github.com\/ethereum\/research\/tree\/master\/uncle_regressions\/base_regression.py\">http:\/\/github.com\/ethereum\/research\/tree\/master\/uncle_regressions\/base_regression.py<!-- --><\/a><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">The findings are as follows. Generally, the uncle rate hovers around 0.06 to 0.08, while the average gas utilized per block lies between 100000 and 300000. Given we possess the gas consumption figures for both blocks and uncles, we performed a linear regression to approximate how much 1 unit of gas augments the likelihood that a specific block will be an uncle. The derived coefficients are as follows:<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Block 0 to 200k: 3.81984698029e-08<br \/>\nBlock 200k to 400k: 5.35265798406e-08<br \/>\nBlock 400k to 600k: 2.33638832951e-08<br \/>\nBlock 600k to 800k: 2.12445242166e-08<br \/>\nBlock 800k to 1000k: 2.7023102773e-08<br \/>\nBlock 1000k to 1200k: 2.86409050022e-08<br \/>\nBlock 1200k to 1400k: 3.2448993833e-08<br \/>\nBlock 1400k to 1600k: 3.12258208662e-08<br \/>\nBlock 1600k to 1800k: 3.18276549008e-08<br \/>\nBlock 1800k to 2000k: 2.41107348445e-08<br \/>\nBlock 2000k to 2200k: 1.99205804032e-08<br \/>\nBlock 2200k to 2285k: 1.86635688756e-08<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Thus, each 1 million gas worth of transactions that is integrated into a block now contributes approximately 1.86% to the probability that the block will turn into an uncle, although during the Frontier stage this was closer to 3-5%. The &#8220;base&#8221; (i.e., uncle rate for a 0-gas block) remains consistently around 6.7%. For now, we will maintain this result as it is and refrain from drawing further conclusions; there is an additional complication that I will address in the future regarding the implications this finding has on gas limit policy.<!-- --><\/p>\n<p><!-- --><\/p>\n<h2 class=\"chakra-heading css-1w54o5f\" id=\"gas-pricing\">Gas Pricing<!-- --><\/h2>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Another factor that influences uncle rates and transaction dissemination is gas pricing. In conversations regarding Bitcoin development, a common point raised is that block size constraints are unnecessary since miners inherently possess a natural motivation to restrict their block sizes, as each kilobyte they incorporate raises the stale rate and thus jeopardizes their block reward. Considering the 8 seconds per megabyte delay identified in the Bitcoin Unlimited study, and the fact that every second of delay is equivalent to a 1\/600 chance of forfeiting a 12.5 BTC block reward, this infers an equilibrium transaction fee of 0.000167 BTC per kilobyte in the absence of block size restrictions.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Within Bitcoin&#8217;s context, there are reasons to be enduringly skeptical regarding the economics of such a limit-free incentive structure, as ultimately there will be no block reward. When miners&#8217; only risk from including an excessive number of transactions is loss of fees from their <!-- --><i>other<!-- --><\/i> transactions, there exists an economic argument suggesting that the equilibrium stale rate could potentially reach <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/www.reddit.com\/r\/btc\/comments\/3zz7qt\/some_statistics_on_average_vs_median_for_adaptive\/cyq938d\">as high as 50%<!-- --><\/a>. Nevertheless, adjustments can be implemented within the protocol to limit this coefficient.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">In Ethereum\u2019s existing environment, block rewards stand at 5 ETH and will persist in this manner until an algorithmic modification occurs. Accepting 1 million gas translates into a 1.86% likelihood of the block becoming an uncle. Fortunately, Ethereum&#8217;s uncle mechanism has a favorable side effect in this regard: the average uncle reward is approximately 3.2 ETH, meaning that 1 million gas merely indicates a 1.86% chance of risking 1.8 ETH, or an anticipated loss of 0.033 ETH instead of 0.093, as would be the case in the absence of<\/p>\n<p>&#8220;`an uncle mechanism. Consequently, the prevailing gas rates of approximately 21 shannon are indeed fairly near the &#8220;economically rational&#8221; gas price of 33 shannon (this is prior to the DoS intrusions and the optimizations derived from them; currently, it is probably even lower).<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">The most straightforward method to further lower the equilibrium gas price is to enhance uncle inclusion mechanisms and aim to have uncles incorporated into blocks as swiftly as feasible (perhaps by independently disseminating each block as a &#8220;potential uncle header&#8221;); in an ideal scenario, if every uncle is included as promptly as possible, the equilibrium gas price could decrease to about 11 shannon.<!-- --><\/p>\n<p><!-- --><\/p>\n<h2 class=\"chakra-heading css-1w54o5f\" id=\"is-data-underpriced\">Is Data Underpriced?<!-- --><\/h2>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">A secondary linear regression analysis can be conducted using the source script here: <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"http:\/\/github.com\/ethereum\/research\/tree\/master\/uncle_regressions\/tx_and_bytes_regression.py\"\/><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"http:\/\/github.com\/ethereum\/research\/tree\/master\/uncle_regressions\/tx_and_bytes_regression.py\">http:\/\/github.com\/ethereum\/research\/tree\/master\/uncle_regressions\/tx_and_bytes_regression.py<!-- --><\/a><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">The aim is to assess whether, <!-- --><i>after considering the above-calculated coefficients for gas<!-- --><\/i>, a correlation exists with the number of transactions or the size of a block in bytes remaining. Regrettably, we do not possess figures for block size or transaction count pertaining to uncles, necessitating a more indirect approach that evaluates blocks and uncles in sets of 50. The gas coefficients derived from this analysis are higher than those obtained previously: approximately 0.04 uncle rate per million gas. A plausible explanation is that if a single block experiences a high propagation time, resulting in an uncle, there\u2019s a 50% likelihood that this uncle is the block with a high propagation time, yet there is also a 50% chance that the uncle is the other block it competes against. This hypothesis aligns well with the 0.04 per million &#8220;social uncle rate&#8221; and the ~0.02 per million &#8220;private uncle rate&#8221; findings; thus, we will consider this the most probable interpretation.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">The regression reveals that, after accounting for this social uncle rate, one byte corresponds to an additional ~0.000002 uncle rate. Bytes in a transaction demand 68 gas, of which <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/docs.google.com\/spreadsheets\/d\/15wghZr-Z6sRSMdmRmhls9dVXTOpxKy8Y64oy9MvDZEQ\/edit#gid=0\">61 gas represents<!-- --><\/a> its contribution to bandwidth (the remaining 7 covers the inflation of the history database). If we wish to align both the bandwidth coefficient and the computation coefficient in the gas table with propagation time, this indicates that if we desired to <!-- --><i>truly<!-- --><\/i> optimize gas expenses, we would need to boost the gas cost per byte by 50 (i.e., to 138). This would also require increasing the base gas cost of a transaction by 5500 (note: this rebalancing wouldn\u2019t imply that everything becomes more expensive; the gas limit would rise by ~10% so that the <!-- --><i>average-case<!-- --><\/i> transaction throughput would stay consistent). Conversely, the threat of worst-case denial-of-service attacks is greater for execution than for data, therefore execution necessitates larger safety margins. As such, there is arguably not compelling evidence to implement any re-pricings at least for now.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">One potential long-term protocol modification could involve introducing distinct gas pricing models for in-EVM execution and transaction data; the rationale here is that the two can be separated more easily as transaction data can be processed independently from everything else, suggesting that the optimal strategy might be to enable the market to balance them; however, precise methods to achieve this still require development.<!-- --><\/p>\n<p><!-- --><\/p>\n<h2 class=\"chakra-heading css-1w54o5f\" id=\"gas-limit-policy\">Gas Limit Policy<!-- --><\/h2>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">For a solitary miner establishing their gas price, the &#8220;private uncle rate&#8221; of 0.02 per million gas is the pertinent statistic. From the broader perspective of the entire system, the &#8220;social uncle rate&#8221; of 0.04 per million gas is what holds significance. Were we unconcerned about safety factors and accepted an uncle rate of 0.5 uncles per block (indicating a &#8220;51% attack&#8221; would only require 40% hashpower to succeed, which isn\u2019t as dire as it seems) then at least this analysis implies that the gas limit could theoretically be increased to ~11 million (20 tx\/sec given an average of 39k gas per tx as is evident under current usage, or 37 tx\/sec for basic sends). With recent optimizations, this could be pushed even higher. Nonetheless, since we prioritize safety factors and prefer a reduced uncle rate to mitigate centralization risks, 5.5 million is likely an optimal threshold for the gas limit, though, in the medium term, a &#8220;dynamic gas limit&#8221; formula targeting a specific block processing time would present a better strategy, as it would rapidly and automatically adapt in response to attacks and dangers.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">It\u2019s important to recognize that concerns regarding centralization risks and the necessity for safety factors do not compound with one another. This stems from the fact that during an active denial-of-service attack, the blockchain needs to endure, not necessarily be resistant to long-term economic centralization; the argument posits that if the attacker\u2019s intention were to economically induce centralization, they could simply contribute funds to the largest pool to incentivize other miners to join it.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">In the future, we anticipate enhancements to the virtual machine will further decrease uncle rates, although advancements in networking will eventually be demanded as well. There exists a cap on the degree of scalability achievable on a singular chain, with the primary bottleneck being disk reads and writes, thus after a certain threshold (likely 10-40 million gas) sharding will be the sole avenue for processing additional transactions. If our goal is solely to lower equilibrium gas prices, then Casper will contribute significantly by rendering the &#8220;slope&#8221; of uncle rate to gas consumption near-zero at least up to a certain extent.<!-- --><\/p>\n<\/div>\n<p><br \/>\n<br \/><a href=\"https:\/\/blog.ethereum.org\/en\/2016\/10\/31\/uncle-rate-transaction-fee-analysis\">Source link <\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>&#8220;`html One significant metric of how much capacity the Ethereum blockchain can securely manage is the response of the uncle rate to the gas consumption of a transaction. Across all blockchains of the Satoshian proof-of-work type, any block that is created faces the possibility of becoming &#8220;stale&#8221;, meaning it will not be part of the<\/p>\n","protected":false},"author":3,"featured_media":8282,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[23],"tags":[1356],"class_list":["post-8748","post","type-post","status-publish","format-standard","has-post-thumbnail","category-ethereum","tag-return-a-list-of-comma-separated-tags-from-this-title-uncle-rate-and-transaction-fee-analysis"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Decoding Uncle Rates and Transaction Fees: A Comprehensive Insight - WSJ-Crypto<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wsj-crypto.com\/index.php\/2025\/02\/19\/decoding-uncle-rates-and-transaction-fees-a-comprehensive-insight\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Decoding Uncle Rates and Transaction Fees: A Comprehensive Insight - WSJ-Crypto\" \/>\n<meta property=\"og:description\" content=\"&#8220;`html One significant metric of how much capacity the Ethereum blockchain can securely manage is the response of the uncle rate to the gas consumption of a transaction. Across all blockchains of the Satoshian proof-of-work type, any block that is created faces the possibility of becoming &#8220;stale&#8221;, meaning it will not be part of the\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wsj-crypto.com\/index.php\/2025\/02\/19\/decoding-uncle-rates-and-transaction-fees-a-comprehensive-insight\/\" \/>\n<meta property=\"og:site_name\" content=\"WSJ-Crypto\" \/>\n<meta property=\"article:published_time\" content=\"2025-02-19T16:55:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2025\/02\/eth-org.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"2100\" \/>\n\t<meta property=\"og:image:height\" content=\"900\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"wsjcrypto\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Scritto da\" \/>\n\t<meta name=\"twitter:data1\" content=\"wsjcrypto\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tempo di lettura stimato\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minuti\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/02\/19\/decoding-uncle-rates-and-transaction-fees-a-comprehensive-insight\/\",\"url\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/02\/19\/decoding-uncle-rates-and-transaction-fees-a-comprehensive-insight\/\",\"name\":\"Decoding Uncle Rates and Transaction Fees: A Comprehensive Insight - WSJ-Crypto\",\"isPartOf\":{\"@id\":\"https:\/\/wsj-crypto.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/02\/19\/decoding-uncle-rates-and-transaction-fees-a-comprehensive-insight\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/02\/19\/decoding-uncle-rates-and-transaction-fees-a-comprehensive-insight\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2025\/02\/eth-org.jpeg\",\"datePublished\":\"2025-02-19T16:55:03+00:00\",\"author\":{\"@id\":\"https:\/\/wsj-crypto.com\/#\/schema\/person\/88a93723b30416db1a352d5a0096c4a7\"},\"breadcrumb\":{\"@id\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/02\/19\/decoding-uncle-rates-and-transaction-fees-a-comprehensive-insight\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wsj-crypto.com\/index.php\/2025\/02\/19\/decoding-uncle-rates-and-transaction-fees-a-comprehensive-insight\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/02\/19\/decoding-uncle-rates-and-transaction-fees-a-comprehensive-insight\/#primaryimage\",\"url\":\"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2025\/02\/eth-org.jpeg\",\"contentUrl\":\"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2025\/02\/eth-org.jpeg\",\"width\":2100,\"height\":900},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/02\/19\/decoding-uncle-rates-and-transaction-fees-a-comprehensive-insight\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/wsj-crypto.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Decoding Uncle Rates and Transaction Fees: A Comprehensive Insight\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wsj-crypto.com\/#website\",\"url\":\"https:\/\/wsj-crypto.com\/\",\"name\":\"WSJ-Crypto\",\"description\":\"Just Another Crypto News Website\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wsj-crypto.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"it-IT\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/wsj-crypto.com\/#\/schema\/person\/88a93723b30416db1a352d5a0096c4a7\",\"name\":\"wsjcrypto\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/wsj-crypto.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/86fe8af82ea089646d6639ca2f87e0243d8688d957bd8e3ec22ec3c457cc16d4?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/86fe8af82ea089646d6639ca2f87e0243d8688d957bd8e3ec22ec3c457cc16d4?s=96&d=mm&r=g\",\"caption\":\"wsjcrypto\"},\"url\":\"https:\/\/wsj-crypto.com\/index.php\/author\/wsjcrypto\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Decoding Uncle Rates and Transaction Fees: A Comprehensive Insight - WSJ-Crypto","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:\/\/wsj-crypto.com\/index.php\/2025\/02\/19\/decoding-uncle-rates-and-transaction-fees-a-comprehensive-insight\/","og_locale":"it_IT","og_type":"article","og_title":"Decoding Uncle Rates and Transaction Fees: A Comprehensive Insight - WSJ-Crypto","og_description":"&#8220;`html One significant metric of how much capacity the Ethereum blockchain can securely manage is the response of the uncle rate to the gas consumption of a transaction. Across all blockchains of the Satoshian proof-of-work type, any block that is created faces the possibility of becoming &#8220;stale&#8221;, meaning it will not be part of the","og_url":"https:\/\/wsj-crypto.com\/index.php\/2025\/02\/19\/decoding-uncle-rates-and-transaction-fees-a-comprehensive-insight\/","og_site_name":"WSJ-Crypto","article_published_time":"2025-02-19T16:55:03+00:00","og_image":[{"width":2100,"height":900,"url":"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2025\/02\/eth-org.jpeg","type":"image\/jpeg"}],"author":"wsjcrypto","twitter_card":"summary_large_image","twitter_misc":{"Scritto da":"wsjcrypto","Tempo di lettura stimato":"9 minuti"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wsj-crypto.com\/index.php\/2025\/02\/19\/decoding-uncle-rates-and-transaction-fees-a-comprehensive-insight\/","url":"https:\/\/wsj-crypto.com\/index.php\/2025\/02\/19\/decoding-uncle-rates-and-transaction-fees-a-comprehensive-insight\/","name":"Decoding Uncle Rates and Transaction Fees: A Comprehensive Insight - WSJ-Crypto","isPartOf":{"@id":"https:\/\/wsj-crypto.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wsj-crypto.com\/index.php\/2025\/02\/19\/decoding-uncle-rates-and-transaction-fees-a-comprehensive-insight\/#primaryimage"},"image":{"@id":"https:\/\/wsj-crypto.com\/index.php\/2025\/02\/19\/decoding-uncle-rates-and-transaction-fees-a-comprehensive-insight\/#primaryimage"},"thumbnailUrl":"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2025\/02\/eth-org.jpeg","datePublished":"2025-02-19T16:55:03+00:00","author":{"@id":"https:\/\/wsj-crypto.com\/#\/schema\/person\/88a93723b30416db1a352d5a0096c4a7"},"breadcrumb":{"@id":"https:\/\/wsj-crypto.com\/index.php\/2025\/02\/19\/decoding-uncle-rates-and-transaction-fees-a-comprehensive-insight\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wsj-crypto.com\/index.php\/2025\/02\/19\/decoding-uncle-rates-and-transaction-fees-a-comprehensive-insight\/"]}]},{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/wsj-crypto.com\/index.php\/2025\/02\/19\/decoding-uncle-rates-and-transaction-fees-a-comprehensive-insight\/#primaryimage","url":"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2025\/02\/eth-org.jpeg","contentUrl":"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2025\/02\/eth-org.jpeg","width":2100,"height":900},{"@type":"BreadcrumbList","@id":"https:\/\/wsj-crypto.com\/index.php\/2025\/02\/19\/decoding-uncle-rates-and-transaction-fees-a-comprehensive-insight\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wsj-crypto.com\/"},{"@type":"ListItem","position":2,"name":"Decoding Uncle Rates and Transaction Fees: A Comprehensive Insight"}]},{"@type":"WebSite","@id":"https:\/\/wsj-crypto.com\/#website","url":"https:\/\/wsj-crypto.com\/","name":"WSJ-Crypto","description":"Just Another Crypto News Website","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wsj-crypto.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"it-IT"},{"@type":"Person","@id":"https:\/\/wsj-crypto.com\/#\/schema\/person\/88a93723b30416db1a352d5a0096c4a7","name":"wsjcrypto","image":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/wsj-crypto.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/86fe8af82ea089646d6639ca2f87e0243d8688d957bd8e3ec22ec3c457cc16d4?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/86fe8af82ea089646d6639ca2f87e0243d8688d957bd8e3ec22ec3c457cc16d4?s=96&d=mm&r=g","caption":"wsjcrypto"},"url":"https:\/\/wsj-crypto.com\/index.php\/author\/wsjcrypto\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/posts\/8748","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/comments?post=8748"}],"version-history":[{"count":2,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/posts\/8748\/revisions"}],"predecessor-version":[{"id":8750,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/posts\/8748\/revisions\/8750"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/media\/8282"}],"wp:attachment":[{"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/media?parent=8748"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/categories?post=8748"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/tags?post=8748"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}