Locating pending Transactions

We are testing on Rinkeby, and I’m currently unable to send a new transaction (for ~ 72 hours now).
It seems that I have a low gas transaction pending, but it does not show in pending transaction in etherscan.io

I’m looking for a way to request the TX which is currently first in pending stack.

eth_getTransactionCount [address], “pending” results to:
{"jsonrpc":"2.0","id":1,"result":"0x4b"}

but I haven’t found a way to get the TXHash for these transactions so far.

A stacked TX is for example: 0x31875897923da3cd180112077bb7f2fa84d016c8a2c84ce556c0470ea3ce0534
but this is most not the first one which leads to the stall.

A subscription to newPendingTransactions even does not show my “older” pending transactions

Hi @peak3d, and welcome to the Infura community!
Are you getting an error message at all, or is the transaction just not showing up?

Thx Leiya for the response,

there are transactions shown, no error, but investigation these are only pending transactions which were successfully mined. But, I haven’t tried again for some time now, I launched a local geth rinkeby node and deployed using the local node.

I’ll check now if things is resolved…

We can close this issue, it is working now.

1 Like

Excellent! Please feel free to reach out if you run into any other issues :slight_smile: