Skip to content

The Ethereum/EVM Mempool Scanner is a versatile tool that allows developers and others stakeholders to monitor and analyze the pending transactions in the Ethereum network's mempool. It provides real-time data on gas prices, transaction fees, and transaction volumes, helping users make informed decisions about transactions.

Notifications You must be signed in to change notification settings

BlockJayn/evm-mempool-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ethereum Mempool Transaction Scanner

image

Welcome to the Ethereum Mempool Transaction Scanner! This script allows you to scan the Ethereum mempool for transactions and output them in the terminal. It provides a simple way to monitor incoming transactions and stay updated with the latest activity on the Ethereum network.

Getting started

  • Rename the ".env-EXAMPLE" to ".env" and inset a websocket url from a node
  • Start script with: npm run start

License

This project is licensed under the MIT License.

Acknowledgments

Ethereum - Open-source blockchain platform.
Ethers.js - A JavaScript library for interacting with Ethereum, which inspired this project.

Disclaimer

This script is provided as-is and does not guarantee accuracy or suitability for any specific purpose. Use it at your own risk. Note: This script does not interact with or modify the Ethereum blockchain. It only scans the mempool for transaction data.

About

The Ethereum/EVM Mempool Scanner is a versatile tool that allows developers and others stakeholders to monitor and analyze the pending transactions in the Ethereum network's mempool. It provides real-time data on gas prices, transaction fees, and transaction volumes, helping users make informed decisions about transactions.

Topics

Resources

Stars

Watchers

Forks