{"id":15653066,"url":"https://github.com/rjected/mempool-history","last_synced_at":"2025-09-09T11:17:36.527Z","repository":{"id":111481336,"uuid":"531239362","full_name":"Rjected/mempool-history","owner":"Rjected","description":"Eth mempool history","archived":false,"fork":false,"pushed_at":"2022-09-02T18:45:22.000Z","size":13,"stargazers_count":30,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-30T20:03:00.148Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Rjected.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-31T19:59:00.000Z","updated_at":"2024-08-20T18:42:59.000Z","dependencies_parsed_at":"2023-04-29T09:02:40.067Z","dependency_job_id":null,"html_url":"https://github.com/Rjected/mempool-history","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rjected%2Fmempool-history","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rjected%2Fmempool-history/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rjected%2Fmempool-history/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rjected%2Fmempool-history/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rjected","download_url":"https://codeload.github.com/Rjected/mempool-history/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251782776,"owners_count":21642987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T12:44:36.137Z","updated_at":"2025-04-30T21:10:14.986Z","avatar_url":"https://github.com/Rjected.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mempool-history\n\n[![MIT License](https://img.shields.io/github/license/rjected/mempool-history)](https://github.com/rjected/mempool-history/blob/main/LICENSE)\n[![Test and Lint](https://github.com/Rjected/mempool-history/actions/workflows/ci.yml/badge.svg)](https://github.com/Rjected/mempool-history/actions/workflows/ci.yml)\n\nThis tool uses ethereum pending transaction RPCs to listen for mempool transactions and timestamp them.\n\nThe purpose of this tool is to gather data that roughly matches the \"true\" mempool history so it can be easily replayed while testing other applications.\n\n## Requirements\n * Rust\n * A **websocket** RPC endpoint with a working `eth_subscribe` and `eth_getTransactionByHash` endpoint\n\n## Usage\nFor now, this is how you run the tool:\n```bash\ncargo run -- --rpc-url \u003cYOUR_WEBSOCKET_URL\u003e\n```\n\n## TODO\n - [ ] Persist timestamped transactions\n   - [ ] Figure out how to gracefully recover after a crash. Make sure the tool does not overwrite timestamps of a transaction that already exists. (_stretch goal_)\n - [ ] Simplify if on alchemy by using `alchemy_pendingTransactions`\n - [ ] Prettier or more useful output (JSON? frontend?) (_stretch goal_)\n   - [ ] Prioritize showing `Transaction`s that are not yet included in a block\n   - [ ] Relate unconfirmed transactions with consecutive account nonces\n   - [ ] [mempool.space](https://mempool.space) but for ethereum? (_extreme stretch goal_)\n - [ ] Name the tool\n - [ ] Add tests\n - [ ] Turn these bullet points into github issues\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frjected%2Fmempool-history","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frjected%2Fmempool-history","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frjected%2Fmempool-history/lists"}