[Core Protocol] Transaction shows “not found” for several minutes, then appears #745
-
Did you check the documentation and specs?
Was there anything unclear or missing?No response Did you check for duplicate questions?
Similar Questions or Issues FoundNo response Please select the type of request
Steps to ReproduceI'm sending a transaction on OP Mainnet, but when I call eth_getTransactionByHash, it returns "not found" for a few minutes. After that delay, the transaction suddenly shows up and confirms normally. I’m sure I have enough balance, and eventually it goes through. Expected vs. Actual BehaviourExpected: As soon as I broadcast the transaction, I should be able to find it via eth_getTransactionByHash (even if it's still pending) without significant delay. Software Versionsalchemy and infura node Operating System/ Hardware Resources/ Configuration Files, Startup Flags & Environment Variables/ Error Messages / LogsMessage: not found Feature DescriptionNo response Purpose and BenefitsNo response Relevant Context or ExamplesNo response |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
It should only takes a few second to be included in a block. Can you check in the block explorer if it is included in a few seconds or after a few minutes. |
Beta Was this translation helpful? Give feedback.
-
Thank you for the reply. I sent the transaction at 19:39 (on February 26th) and immediately received a transaction hash. About 10 seconds later, my system started checking the transaction status, but it wasn’t able to retrieve any information until 19:42, and at that point i received failed status from alchemy. Upon reviewing the explorer, I noticed that the transaction was included in block 26903001, which was mined at 19:42:29. This suggests it's not an RPC issue, but I still can’t figure out why it’s occurring. Problem is that during this period, my bot is effectively blocked because it can’t determine the nonce. |
Beta Was this translation helpful? Give feedback.
-
If your problem has been solved, please mark the answer and close the discussion |
Beta Was this translation helpful? Give feedback.
Yes, if it's below the block base fee it won't be included.