[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-10617":3},{"id":4,"name":5,"fullName":6,"owner":5,"repo":5,"description":7,"homepage":8,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":16,"stars30d":17,"stars90d":15,"forks30d":15,"starsTrendScore":18,"compositeScore":19,"rankGlobal":9,"rankLanguage":9,"license":20,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":21,"hasPages":21,"topics":23,"createdAt":9,"pushedAt":9,"updatedAt":27,"readmeContent":28,"aiSummary":29,"trendingCount":15,"starSnapshotCount":15,"syncStatus":16,"lastSyncTime":30,"discoverSource":31},10617,"otterscan","otterscan\u002Fotterscan","A blazingly fast, local, Ethereum block explorer built on top of Erigon","https:\u002F\u002Fotterscan.io",null,"TypeScript",1416,212,16,72,0,2,3,6,19.99,"MIT License",false,"develop",[24,25,26],"blockchain","blockexplorer","ethereum","2026-06-12 02:02:24","# Otterscan\n\nAn open-source, fast, local, laptop-friendly Ethereum block explorer.\n\nhttps:\u002F\u002Fuser-images.githubusercontent.com\u002F28685\u002F124196700-4fe71200-daa3-11eb-912c-b66494fe4b23.mov\n\n## Documentation\n\n> 💡 For install instructions and a lot more, please take a look at our official documentation: [The Otterscan Book](https:\u002F\u002Fdocs.otterscan.io\u002F)!\n\n## What?\n\nThis is an Ethereum block explorer designed to be run locally with an archive node companion, [Erigon](https:\u002F\u002Fgithub.com\u002Ferigontech\u002Ferigon).\n\nThis approach brings many advantages, as follows.\n\n### Privacy\n\nYou are querying your own node, so you are not sending your IP address or queries to an external, third-party node.\n\n### Fast\n\nSince you are querying your local archive node, everything is fast. No network roundtrips are necessary.\n\n### Actually, very fast\n\nThis software was designed to be a companion of Erigon, a blazingly fast archive node.\n\n### Really, it is even faster\n\nThe standard web3 JSON-RPC methods are quite verbose and generic requiring many calls to gather many pieces of information at client side.\n\nWe've implemented some custom methods at the client level, so less information needs to be JSON-marshalled and transmitted over the network.\n\n## Why?\n\nCurrent offerings are either closed source or lack many features the most famous Ethereum block explorer has, or simply have high requirements like having an archive node + additional indexers.\n\nOtterscan requires only a mainline Erigon execution node and Otterscan itself (a simple React app), which makes it a laptop-friendly block explorer.\n\n## Why the name?\n\n3 reasons:\n\n- It is heavily based on Erigon, whose mascot is an otter (Erigon, the otter), think about an otter scanning your transactions inside blocks.\n- It is an homage to the most popular Ethereum block explorer.\n- The author loves wordplays and bad puns.\n\n## Kudos (in no particular order)\n\nWe make use of open-source software and integrate many public data sources, mainly:\n\nTo the [Geth](https:\u002F\u002Fgeth.ethereum.org\u002F) team whose code Erigon is based on.\n\nTo the [Erigon](https:\u002F\u002Fgithub.com\u002Ferigontech\u002Ferigon) team that made it possible for regular humans to run an archive node on a retail laptop. Also, they have been very helpful explaining Erigon's internals which made the Otterscan modifications possible.\n\nTo the [Test in Prod](https:\u002F\u002Fwww.testinprod.io\u002F) team that made OP-Erigon. Their effort made it possible to run Otterscan against any Optimism Superchain.\n\nTo the [mdbx](https:\u002F\u002Fgithub.com\u002Ferthink\u002Flibmdbx) team which created the blazingly fast database that empowers Erigon.\n\nTo [Trust Wallet](https:\u002F\u002Fgithub.com\u002Ftrustwallet\u002Fassets) who sponsors and makes available their icons under a permissive license.\n\nTo the owners of the [4bytes repository](https:\u002F\u002Fgithub.com\u002Fethereum-lists\u002F4bytes) that we import and use to translate method selectors to human-friendly strings.\n\nTo [Sourcify](https:\u002F\u002Fsourcify.dev\u002F), a public, decentralized source code and metadata verification service.\n\nTo [Ethers](https:\u002F\u002Fgithub.com\u002Fethers-io\u002Fethers.js\u002F), which is the client library we used to interact with the Erigon node. It is high-level enough to hide most JSON-RPC particularities but flexible enough to allow for easy interaction with custom methods.\n\n## License\n\nThis software itself is MIT licensed and redistributes MIT-compatible dependencies.\n\nThe Otterscan API is implemented inside Erigon and follow its own license (LPGL-3).\n\n## Getting in touch\n\n### Erigon Discord server\n\nOur Discord server: https:\u002F\u002Fdiscord.gg\u002F5xM2q2eqDz\n\nOtterscan also has a community channel under the \"ecosystem\" section of [Erigon's Discord](https:\u002F\u002Fgithub.com\u002Ferigontech\u002Ferigon#erigon-discord-server) (invite should be requested).\n\n### X\u002FTwitter\n\nOfficial X\u002FTwitter account: ([@otterscan](https:\u002F\u002Fx.com\u002Fotterscan)).\n\nFollow the creator on X\u002FTwitter for more updates ([@wmitsuda](https:\u002F\u002Fx.com\u002Fwmitsuda)).\n\n### Donation address\n\nIf you like this project, feel free to send donations to `otterscan.eth` on any EVM chain (it's an EOA).\n\nWe also participate regularly on Gitcoin Grants rounds.\n","Otterscan是一个基于Erigon构建的快速本地以太坊区块浏览器。其核心功能包括提供隐私保护（查询自己的节点，不向第三方泄露IP地址或查询信息）、极高的查询速度（通过本地归档节点减少网络往返时间）以及优化的数据传输方式（自定义客户端方法减少JSON序列化和网络传输）。该项目采用TypeScript开发，适合需要在本地运行以太坊区块浏览器的开发者或团队使用，尤其适用于对性能有较高要求但又希望保持较低硬件需求的场景。","2026-06-11 03:29:21","top_topic"]