I’ve been spending some time exploring this dataset. I made an initial tweet about it the other day. The dataset contains historical Flashbots transactions which found their way into blocks.
If you don’t know what Flashbots is, or MEV is, you will already be confused. Other people have done a much better job than I will describing these things. Google now…
This post is me feeling around the dataset, trying to understand. A disclaimer. I’m still very much trying to make sense and may have made some wrong assumptions/ conclusions. Please message me if you find something errant. I’d not be surprised if there was!
As % of total transactions in the analysis period, the #1 contract is ~11% of the dataset (72,480 transactions for this one contract).
At any time on etherscan you can see there are many pending transactions for this contract and many historical transactions (> 2.6 million presently).
It looks like Tuesday 22 June was their highest transaction count in a single day
There appear to be 210 EOAs that call this contract. Many of these EOAs generate a large number of transactions. They must have a detailed access control scheme.
We can see what else those EOAs are sending to? First, we find that there is another top Flashbots contract in this “EOA web”. I had labelled this other contract “#25” by my ranking. Also note that Etherscan has this contract tagged as "Fund" and labelled “Fund: 0x979...383”. (Perhaps there is some other reason for this, and these are unaffiliated? I don’t know why that would be…)
What if you search for transactions to accounts that are not between this web of affiliated EOAs, and not to the 2 bot contracts, what do you find? There are only 13 addresses that remain and a few are interesting.
I tried to get a sane graph for the interconnected web and ran out of patience here. The green arrows are egress from the feeder account. The blue arrows are invocations from the EOAs to the main bot account. (This filters out some accounts with low transaction counts.). There exists a better graph, but not today graphviz…