Monitoring ALL Bitcoin Blockchain transactions in real time on a global scale
We need to monitor / intercept / inspect all bitcoin transactions that are being sent to certain rather small but ever changing list of Bitcoin addresses. Basically, we just need to run a custom code in the event of any new transaction being sent through Bitcoin P2P Network. What would be a reasonable technical approach to accomplish that task? Thanks!