basectl txpool lets you look at and clear the transaction pool on a single execution-layer (EL) node. By default it uses the RPC URL in your config; pass --el-rpc <URL> to target a specific node. The global --conductor-rpc flag has no effect here.
Commands
basectl txpool pending [SENDER]lists pending transactions (optionally for one sender).basectl txpool queued [SENDER]lists queued transactions (optionally for one sender).basectl txpool all [SENDER]lists both pending and queued transactions.basectl txpool clearclears the entire pool.basectl txpool clear --sender <ADDRESS>drops every transaction from one sender.
clear cannot drop a single transaction by hash in this version.Flags
Read-only commands accept:
Clearing the pool accepts:
Examples
View the pool
Clear the pool