' ); printWin.document.close(); printWin.focus(); printWin.onload = function () { // Fake current URL instead of about:blank try { printWin.history.replaceState({}, '', window.location.href); } catch (e) { } setTimeout(() => { printWin.document.title = document.title; printWin.focus(); printWin.print(); printWin.close(); }, 300); }; } else if (action === 'download-png') { chart.exportChart({ type: 'image/png', filename: downloadfileName }); } else if (action === 'download-jpeg') { chart.exportChart({ type: 'image/jpeg', filename: downloadfileName }); } else if (action === 'download-svg') { chart.exportChart({ type: 'image/svg+xml', filename: downloadfileName }); } } function applyDateRange(chartId, e) { const inputs = e.target.closest('.dropdown-menu').querySelectorAll('input[type="date"]'); const fromDate = inputs[0]?.value; const toDate = inputs[1]?.value; if (!fromDate || !toDate) { alert('Please select both from and to dates'); return; } const fromTimestamp = new Date(fromDate).getTime(); const toTimestamp = new Date(toDate).getTime(); if (fromTimestamp > toTimestamp) { alert('From date cannot be after To date'); return; } const chart = Highcharts.charts.find(c => c && c.renderTo.id === chartId); if (chart) { chart.xAxis[0].setExtremes(fromTimestamp, toTimestamp); e.target.closest('.dropdown-menu').classList.remove('show'); } }
XDC Price: $0.029918 (-0.34%)
Gas: 13 Gwei
Charts & Stats

XDC Daily Transactions Chart

XDC Daily Transactions Chart

Click and drag in the plot area to zoom in

Download: CSV Data (Attribution Required)

About

The chart highlights the total number of transactions on the XDC blockchain with daily individual breakdown for average difficulty, estimated hash rate, average block time and size, total block and uncle block count and total new address seen.


Highlight

Highest number of 1,239,185 transactions on Tuesday, December 14, 2021


Highlight

Lowest number of 3,297 transactions on Monday, December 20, 2021