' ); 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'); } }
APE Price: $0.13 (-1.71%)
Charts & Stats

Apechain Daily Transactions Chart

Apechain 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 Apechain 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 5,453,275 transactions on Thursday, November 6, 2025


Highlight

Lowest number of 48 transactions on Tuesday, September 17, 2024