This app runs inside the BotSurf browser. Don't have it yet? Get the app or extension now!
Pending Transaction Queue Overlay
DeFi · All
0 installs · Verified BotGentz app
Launch App
Opens in BotSurf — try it free, no account needed.
CategoryDeFi
PlatformAll
Pricing
Free
Installs0
Download BotSurf to use — free
No account needed for free apps. Once BotSurf is open, find this app in Apps from the + menu.
Download for
iOS
App Store
Download for
Android
Google Play
Download for
Windows
.exe installer
Download for
macOS
.dmg universal
Download for
Linux
.AppImage
Try BotSurf in your browser — no install
Free to download on every platform. Comes pre-installed on BotFone, BotPad and BotFlip — with extra free apps included.
About this app
WHAT IT DOES
Pending Transaction Queue Overlay watches the current DeFi page for the user's wallet address, reads the user's pending transactions from the wallet's transaction history or the network's mempool via eth_getTransactionByHash or eth_getBlockByNumber, tracks the status and position of each pending transaction in the queue, calculates the estimated confirmation time based on current gas price and queue position, and displays an overlay with pending transaction count, queue position, estimated confirmation time, and execution recommendations when transactions are stuck or delayed. The tool connects to the user's wallet via window.ethereum, reads pending transactions from the network or wallet history, tracks queue position and status, calculates estimated confirmation time, and provides recommendations.
WHERE IT RUNS
The tool runs as a panel inside your browser on DeFi pages at https://app.uniswap.org/*, https://app.gmx.io/*, and https://app.aave.com/*. It works on Uniswap, GMX, and Aave pages where users may have pending transactions. The tool connects to your real EVM wallet extension (MetaMask, WalletConnect, or any wallet injecting window.ethereum) to read on-chain data via eth_call and the ethers library loaded at runtime. No data is sent to any external server; all reads happen directly from the blockchain through your wallet provider.
HOW TO USE
Install the BotGentz extension, navigate to Uniswap, GMX, or Aave with your wallet connected, and open the Pending Transaction Queue Overlay panel. Set your transaction age alert threshold in minutes (default 5) — the tool will alert you when transactions have been pending longer than this. Set your queue position alert threshold (default 10) — the tool will alert you when transactions are this far back in the queue. Choose your alert preference — Panel only, Browser notification, or Both. Toggle "Auto-check on page load" if you want the tool to analyze automatically when you open the panel. Click "Monitor Queue" — the tool reads your pending transactions, tracks queue position and status, calculates estimated confirmation time, and displays a comprehensive analysis with recommendations. When transactions are stuck or delayed beyond the configured thresholds, the tool triggers alerts with transaction details and queue position. The queue monitor updates automatically every 20 seconds. Click "Refresh" to manually update the queue data.
MECHANISM — PENDING TRANSACTION QUEUE DETECTION WITH POSITION TRACKING AND CONFIRMATION ESTIMATION
This tool uses a pending transaction queue detection engine that tracks transaction status and estimates confirmation times. The system first connects to window.ethereum and requests the user's wallet address. It reads pending transactions from the network's mempool or the wallet's transaction history via eth_getTransactionByHash, tracking the status and position of each transaction in the queue. The tool calculates the estimated confirmation time using the formula: estTime = (position * 3) * (30 / gasPrice), where position is the transaction's queue position and gasPrice is the transaction's gas price. The urgency classification uses a multi-tier system: STUCK (age ≥ ageThreshold OR position ≥ positionThreshold), DELAYED (age ≥ ageThreshold * 0.5 OR position ≥ positionThreshold * 0.5), or NORMAL (age < ageThreshold * 0.5 AND position < positionThreshold * 0.5). Recommendations are generated based on the transaction status, helping users manage stuck or delayed transactions.
THE PANEL
The BotGentz panel is fully draggable, allowing you to position it anywhere on your screen without obstructing the DeFi interface. It includes per-site position memory, so the panel returns to your preferred location each time you visit the exchange. Snap-to-edge functionality lets you dock the panel to any side of the browser window. The panel collapses to a compact icon when not in use and expands with a single click. You can resize it to your preferred dimensions, and pressing the Escape key instantly closes the panel. All interactions are smooth and intuitive, designed to work alongside your DeFi workflow.
PLEASE NOTE
This tool requires the free BotGentz extension and a real EVM wallet extension (such as MetaMask) already installed in your browser. EVM chains only — currently supports Ethereum mainnet. This is a monitoring and analysis tool only — it does not execute transaction management actions automatically. The tool cannot guarantee that the displayed transaction status matches the exact moment of execution due to network changes. It cannot account for transaction status changes during monitoring. It cannot predict future queue position changes or confirmation times. It cannot read transaction data from all EVM chains. It cannot read private wallet information or transaction intentions. All blockchain reads are performed directly through your wallet provider; no data is stored or transmitted beyond your browser. Websites change their layouts and content structures regularly; while we continuously update the extraction logic, some pages may require script updates. Always verify all transaction statuses and queue positions independently before taking any action based on the dashboard.
Similar Apps
Previous-Transaction Recipient Re-Send Tool (Any L2)
Extract recipients from a previous transaction on any L2 and resend ERC-20 tokens to them in one batch.
Low Gas Auto-Transaction Trigger
Auto-submits a pre-configured transaction when gas price drops below your threshold.
Blast USDB Batch Sender
Batch send USDB (Blast's native stablecoin) to multiple recipients on Blast mainnet in one transaction using shared multi-send
DEX Aggregator Gas-Optimized Route Selector
Select gas-optimized DEX routes with gas cost estimation, route comparison, and slippage protection.
Water Rights Token Transfer Tool
Transfer water rights tokens between members: verify balances, restrictions, compliance, and record transfers on-chain.
MEV Bot Simulator
Simulate MEV bundles and detect arbitrage, liquidation, and sandwich opportunities on EVM chains.