ASRock Intel Arc B570 Challenger OC 10GB GDDR6 160-BIT Graphics Card - ASRock | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
ASRock

ASRock Intel Arc B570 Challenger OC 10GB GDDR6 160-BIT Graphics Card

SKU: 90-GA5KZZ-00UANF
R 6 599.00
In Stock

The ASRock Intel Arc B570 Challenger OC 10GB GDDR6 Graphics Card is a perfect blend of style, performance, and efficiency, designed to meet the needs of gamers and creators alike. Featuring Intel® Arc™ B570 Graphics and a Phantom Gaming-inspired aesthetic, it is both visually striking and robust...

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support

Frequently Bought Together

The ASRock Intel Arc B570 Challenger OC 10GB GDDR6 Graphics Card is a perfect blend of style, performance, and efficiency, designed to meet the needs of gamers and creators alike. Featuring Intel® Arc™ B570 Graphics and a Phantom Gaming-inspired aesthetic, it is both visually striking and robust in construction. The stylish metal backplate not only enhances durability but also includes a thermal pad to improve heat dissipation, ensuring stable performance during extended usage.

Engineered for optimal cooling, the B570 Challenger features ASRock’s advanced dual-fan design with custom Striped Axial Fans. The innovative stripe structure on the fan blades, combined with a polished surface underneath, increases airflow for efficient heat dissipation. The fans spin up when the card is under heavy load to maintain ideal operating temperatures and stop during lighter tasks, delivering a balance of performance and silence. This intelligent cooling system ensures reliable performance during demanding gaming and creative sessions.

ASRock’s commitment to thermal efficiency extends to its precise engineering. The heat pipes are carefully consolidated to maximize contact with the GPU baseplate, while the stacked fins are expertly isolated to improve heat dissipation. The card is assembled with precise screw torque to optimize cooler mounting pressure, further enhancing thermal performance without risking damage to the GPU die. To add a touch of customization, the graphics card includes a multi-colour LED indicator, allowing users to personalize their setup.

Powered by Intel® Xe2-HPG Architecture, the ASRock Intel Arc B570 Challenger OC features 10GB of 160-bit GDDR6 memory and a base clock of up to 2600MHz. It supports advanced technologies like Intel® XeSS 2 for AI-driven upscaling and DirectX 12 Ultimate for next-level gaming visuals. With support for resolutions up to 7680 x 4320 and multiple connectivity options, including HDMI™ 2.1a and DisplayPort™ 2.1, this card is ideal for high-performance gaming and multimedia applications. Its efficient cooling, stylish design, and reliable performance make it a standout choice for enthusiasts.

FEATURES:

  • Base Clock: Up to 2600MHz / 19Gbps
  • 10GB 160-bit GDDR6
  • Intel® Arc™ B570 Graphics
  • Intel® Xe2-HPG Architecture
  • Intel® Xe Super Sampling 2 (Intel® XeSS 2)
  • Intel® Xe Matrix Extensions (Intel® XMX)
  • PCI® Express 4.0 Support
  • Dual-Fan Design
  • Striped Axial Fan
  • Ultra-fit Heat pipe
  • Stylish Metal Backplate

SPECIFICATIONS:

  • Graphics Engine: Intel® Arc B570
  • Bus Standard: PCI® Express 4.0 x 8
  • DirectX: 12 Ultimate
  • OpenGL: 4.6
  • Memory: 10GB GDDR6
  • Engine Clock: 2600 MHz
  • Intel® XMX Engines: 144
  • Memory Clock: 19Gbps
  • Memory Interface: 160-bit
  • Resolution: Digital Max Resolution: 7680 x 4320
  • Interface: 1 x HDMI™ 2.1a, 1 x DisplayPort™ 2.1 up to UHBR 13.5, 2 x DisplayPort™ 2.1 up to UHBR 10
  • HDCP: Yes
  • Multi-view: 4
  • Recommended PSU: 600W
  • Power Connector: 1 x 8-pin
  • Product Dimensions: 24.9 x 13.2 x 4.1 cm
  • Product Weight: 720g

WHAT’S IN THE BOX:

  • ASRock Intel Arc B570 Challenger OC 10GB GDDR6 160-BIT Graphics Card – Black x1
  • Quick Install Guide x1
Brand ASRock
Colour Black
Form Factor -
Interface PCI Express 4.0 x8
Capacity -
Memory Capacity 10GB
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 36 Months
0.0
0 reviews
Login to Review

No reviews yet. Be the first to review this product!

Related Products

// Share product with fallback // 2026-05-22: rewritten. Old version had three bugs: // 1) Copy Link button used `this.textContent='Copied!'` which destroyed the // icon (textContent replaces everything). After clicking, the link icon // disappeared. // 2) Inline onclick handlers had nested \x27-escaped strings interpolating // `url` directly — if the URL contained a single quote the JS broke. // 3) Close button used `this.closest('div[style]').parentElement.remove()` // — fragile, depends on no inline style elsewhere in the DOM tree. // New version: build with DOM nodes, attach proper event listeners, keep the // icon, gracefully handle clipboard failure, use a held reference to close. function shareProduct() { var title = document.querySelector('.product-title').textContent; var url = window.location.href; if (navigator.share) { navigator.share({ title: title, url: url }).catch(function() {}); return; } // Fallback: show share options modal var modal = document.createElement('div'); modal.style.cssText = 'position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;'; var encoded = encodeURIComponent(url); var encodedTitle = encodeURIComponent(title); var content = document.createElement('div'); content.style.cssText = 'background:#fff;border-radius:12px;padding:24px;max-width:360px;width:100%;text-align:center;'; content.innerHTML = '

Share this product

' + '
' + ' Facebook' + ' WhatsApp' + ' Email' + '
' + '' + '
'; modal.appendChild(content); function closeModal() { if (modal.parentNode) modal.parentNode.removeChild(modal); } modal.addEventListener('click', function(e) { if (e.target === modal) closeModal(); }); content.querySelector('[data-action="close-modal"]').addEventListener('click', closeModal); var copyBtn = content.querySelector('[data-action="copy-link"]'); var copyLabel = copyBtn.querySelector('.btn-label'); copyBtn.addEventListener('click', function() { function flashLabel(text) { var prev = copyLabel.textContent; copyLabel.textContent = text; setTimeout(function() { copyLabel.textContent = prev; }, 1800); } if (navigator.clipboard && navigator.clipboard.writeText) { navigator.clipboard.writeText(url) .then(function() { flashLabel('Copied!'); }) .catch(function() { flashLabel('Press Ctrl+C'); }); } else { // Legacy browser fallback — execCommand still works on http: contexts var ta = document.createElement('textarea'); ta.value = url; ta.style.position = 'fixed'; ta.style.opacity = '0'; document.body.appendChild(ta); ta.select(); try { document.execCommand('copy'); flashLabel('Copied!'); } catch (e) { flashLabel('Press Ctrl+C'); } document.body.removeChild(ta); } }); document.body.appendChild(modal); }
Chat with us!