Query the Ethereum Mempool with web3py
This script works best with python3.9 --> doesnt work with python3.10
You can install version 3.9 in a virtualenvironment with virtualenv -p python3.9 'virtualenvironment - name'
you also need to install web3py with pip install web3