Is it possible to know the average number of pending transactions for a larger period of time? For this chart (https://etherscan.io/chart/pendingtx), I can only figure the most recent 5 days. I would like to make an estimation about the average pending transactions, so it would be great if I can get the data within a larger period of time.
While it is feasible to use web3 API to get the real-time pending transactions, I am wondering whether it is also feasible to collect the historical data.