{"id":45322446,"url":"https://github.com/themoritz/txgraph","last_synced_at":"2026-02-21T08:18:38.477Z","repository":{"id":152599770,"uuid":"614565906","full_name":"themoritz/txgraph","owner":"themoritz","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-20T06:58:57.000Z","size":7258,"stargazers_count":9,"open_issues_count":4,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-20T07:48:41.323Z","etag":null,"topics":["bitcoin","blockchain-explorer","egui","rust","sankey-diagram","wasm"],"latest_commit_sha":null,"homepage":"https://txgraph.info","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/themoritz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2023-03-15T21:11:48.000Z","updated_at":"2025-06-20T06:59:00.000Z","dependencies_parsed_at":"2024-03-30T21:22:09.204Z","dependency_job_id":"15cb9cec-f16d-4a01-a494-dd40bda16b3a","html_url":"https://github.com/themoritz/txgraph","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/themoritz/txgraph","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themoritz%2Ftxgraph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themoritz%2Ftxgraph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themoritz%2Ftxgraph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themoritz%2Ftxgraph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/themoritz","download_url":"https://codeload.github.com/themoritz/txgraph/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themoritz%2Ftxgraph/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29677228,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T06:23:40.028Z","status":"ssl_error","status_checked_at":"2026-02-21T06:23:39.222Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bitcoin","blockchain-explorer","egui","rust","sankey-diagram","wasm"],"created_at":"2026-02-21T08:18:37.922Z","updated_at":"2026-02-21T08:18:38.471Z","avatar_url":"https://github.com/themoritz.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# txgraph\n\n [txgraph.info](https://txgraph.info)\n\nInteractive [Sankey style](https://en.wikipedia.org/wiki/Sankey_diagram) visualization of the Bitcoin transaction graph.\n\n\u003cimg width=\"597\" alt=\"txgraph.info\" src=\"https://github.com/themoritz/themoritz/assets/3522732/3a0935b6-84ed-4380-9bdf-8ad97ce12ab8\"\u003e\n\n#### Features\n* Expand/collapse transaction inputs and outputs\n* Annotate and colorize transactions as well as inputs/outputs\n* Export transaction details to [Beancount](https://beancount.github.io/).\n* Infinite zoom/pan\n* Adjust layout parameters\n\n## Development\n\nThis repo covers just the fontend. The backend is a [fork of electrs](https://github.com/themoritz/electrs/tree/txgraph).\n\n### Testing locally\n\n#### Native\n\nMake sure you are using the latest version of stable rust by running `rustup update`.\n\n`cargo run --release`\n\nOn Linux you need to first run:\n\n`sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev`\n\n#### Web\n\nWe use [Trunk](https://trunkrs.dev/) to build for web target.\n\n1. Install Trunk with `cargo install --locked trunk`.\n2. Run `trunk serve` to build and serve on `http://127.0.0.1:8080`. Trunk will rebuild automatically if you edit the project.\n3. Open `http://127.0.0.1:8080/index.html\n\n### Fonts\n\nThis project uses a custom [Iosevka](https://github.com/be5invis/Iosevka)\nfont. You can use the build plan in the `src/fonts` folder, and then create\nthe subset using the following command (in the `src/fonts` folder):\n\n```bash\npyftsubset iosevka-custom-{regular|bold}.ttf --unicodes-file=include-unicodes.txt --text-file=include-text.txt\n```\n\nOn macOS, `pyftsubset` can be installed using `brew install fonttools`.\n\n### Testnet\n\nIf you want to develop against Bitoin Testnet, set the environment variable `TESTNET=1` (e.g. in the `.envrc` file).\nYou may want to `touch build.rs` to trigger a complete rebuild.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemoritz%2Ftxgraph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthemoritz%2Ftxgraph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemoritz%2Ftxgraph/lists"}