Skip to main content
Schema: external.flashbots Table: fact_protect_transactions Type: View

What

This table contains all the transactions received by Flashbots Protect RPC that are seen landed onchain, including the privacy setting user or application set when sending them. Read more about Flashbots Protect from documentation and website! Please reach out to the Flashbots team for any data discrepancies or questions.

Columns

Column NameData TypeDescription
TX_HASHTEXTThe Ethereum transaction hash of the protect transaction.
FROM_ADDRESSTEXTThe Ethereum address of the sender initiating the transaction.
TO_ADDRESSTEXTThe Ethereum address of the recipient of the transaction.
CREATED_AT_BLOCK_NUMBERNUMBERThe block number at which the transaction was created (first received by Flashbots server). Note - Due to some reorg/simulation issues, there are some rows where createdatblocknumber > includedblock_number
TX_IDTEXTA row number partitioned by (txhash, createdatblocknumber, includedblocknumber) to use as part of the deterministic id for transactions who were submitted multiple times at same block, with different shared configs
HINTS_SELECTEDTEXTThe hints shared by the user for public streaming to searchers in the MEV-share orderflow auction (OFA).
NUM_OF_BUILDERS_SHAREDNUMBERThe number of block builders the transaction was shared with, higher number will likely help faster inclusion speed onchain.
REFUND_PERCENTNUMBERThe percentage of OFA backrun profits refunded to the sender (user). The rest can be kept by builders or bided to payout to validator. Flashbots builders keeps 0 profit and send it to validator in the end of block payment transaction.