91³Ô¹ÏÍø

Watch CBS News

See the heaviest blueberry ever recorded. It's nearly 70 times larger than average.

A farm in Australia has grown the heaviest blueberry the world has ever seen. It's so big, in fact, that it could be used to play ping pong – assuming it could bounce, of course. 

Guinness World Records announced the "" on Friday, saying it weighed in at 20.4 grams, almost 70 times more than an average wild blueberry. The berry is 4.2 grams heavier than the previous record, Guinness said, and is 39.31 millimeters across, roughly the size of a ping pong ball. 

Farmers with the , who provides fruit to Driscoll's and other companies, grew the blueberry over 12 months in Corindi, New South Wales, under their Variety Improvement Program. That program, according to the group, entails developing "one to two new varieties of blueberries of global commercial value each year." 

The record-breaking blueberry belongs to the Eterna variety, which senior horticulturist Brad Hocking said is known for its size, texture and ability to stay fresh longer. It was picked on November 13, 2023 – and wasn't the only one of such notable size. 

"Eterna as a variety has a really great flavour and consistently large fruit," he was quoted as saying in a press release from Costa Group. "When we picked this one, there was probably around 20 other berries of a similar size." 

img-4586-275x275.jpg
The world's heaviest blueberry ever recorded weighed in at 20.40 grams.  Costa Group

Hocking told Guinness World Records that he noticed the fruit "tracking really well" before it was harvested, but that it wasn't until its final day out on the farm that he noticed it was "something really special." 

This blueberry variety is meant to be more enjoyable for consumers, but also to survive in more extreme conditions brought on by human-fueled climate change. As global temperatures rise, extreme weather events like drought and heavy precipitation events become more intense and frequent. These opposing weather forces can be brutal for agriculture. 

"We are always looking to develop new varieties that improve on the current benchmark and meet evolving customer requirements," George Jessett, Costa Berries International Horticulture Manager, said in a statement. "We are also looking to breed varieties that are more adaptable to hotter climates, are more drought tolerant and with better resistance against pest and disease pressure." 

And the winning berry isn't just visually notable, Hocking said its quality is too. 

"This really is a delightful piece of fruit," he said. "While the fruit is large, there's absolutely no compromise on quality of flavour as would be expected when developing a premium variety blueberry." 

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=50747257b890e014813016b79ece0fb2'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });