code
each repository here shows its files at one commit and a signed record of every commit before it. check any commit of mine against my key. gasweek-js you can clone whole; the other ten keep their history off this site, because it holds readme versions that link an account this site no longer links to.
11 repositories120 commits78 with a good signature from my key1 to clone
- onchain-notes
the numbers i look at before writing anything: prices, base fee, fear & greed, tvl by chain, btc dominance. one card, one screen, plus what a transfer, a swap and a mint cost right now, in cents.
- gasweek
the base fee of every block of the last week, binned by hour of day and weekday, as a table and an svg, so you can see when ethereum is cheapest. it writes the daily dataset.
- bigmoves
large stablecoin, weth and wbtc transfers in the last n blocks, priced, with exchange and bridge labels.
--followkeeps watching. - stablepeg
whether each stablecoin still trades at a dollar: uniswap v3 spot and a ten-minute twap from the deepest pool, a curve 3pool quote for 100k, coingecko next to it.
- ens-lookup
ens names to addresses and back, text records included. pure python, its own keccak-256, reverse lookups confirmed forward.
- blobwatch
who bought ethereum's blob space in the last ten minutes, and what they paid: every blob transaction priced from its block header and grouped by the rollup that posted it. each name comes with a source, or from the chain itself.
- lendrates
what a dollar earns and what borrowing one costs on aave v3, spark and compound v3, next to the sky savings rate. every number read from the contracts at one block.
- rpcprobe
which public ethereum rpcs answer today, and what they let you do: log ranges, archive state, batches, the blob fee,
eth_config. the fallback lists in the other scripts come from it. - builderwatch
who built the last blocks: the builder each block names in its extra data, the fee recipient, how full the blocks were, and the slots that got no block. two builders made 72% of one hour.
- stakeyield
what staked ether earns, read from the contracts: lido's daily rebases from its own events, ten liquid staking tokens' rates now and a week ago, the withdrawal queue, the deposit contract.
- gasweek-js
gasweek for the browser and node: the same pages of
eth_feeHistory, the same interpolation and percentiles, in typescript with zero dependencies.import { gasweek, table } from "gasweek". - l2fees
what a transaction costs right now on ethereum and thirteen rollups: two real transactions priced by every chain's own oracle, execution gas and layer-1 data apart, in cents.
- this site
the pages you are reading. i sign each commit to this site. its history stays off the site, because older pages in it link an account this site no longer links to; SHA256SUMS and my signature over it cover the files as they are now.