{"id":15146931,"url":"https://github.com/psqnt/moneroblocks","last_synced_at":"2026-01-31T18:04:14.834Z","repository":{"id":57442887,"uuid":"187037352","full_name":"psqnt/moneroblocks","owner":"psqnt","description":"a python api-wrapper for moneroblocks.info","archived":false,"fork":false,"pushed_at":"2019-05-16T21:21:30.000Z","size":15,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-22T17:13:57.936Z","etag":null,"topics":["blockchain-analysis","blockchain-explorer","cryptocurrency","monero","monero-api","python-3","python3"],"latest_commit_sha":null,"homepage":"https://moneroblocks.info","language":"Python","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/psqnt.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}},"created_at":"2019-05-16T13:50:22.000Z","updated_at":"2024-05-31T07:34:01.000Z","dependencies_parsed_at":"2022-09-04T23:00:35.320Z","dependency_job_id":null,"html_url":"https://github.com/psqnt/moneroblocks","commit_stats":null,"previous_names":["pasquantonio/moneroblocks"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/psqnt/moneroblocks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psqnt%2Fmoneroblocks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psqnt%2Fmoneroblocks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psqnt%2Fmoneroblocks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psqnt%2Fmoneroblocks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psqnt","download_url":"https://codeload.github.com/psqnt/moneroblocks/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psqnt%2Fmoneroblocks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28949274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T14:26:55.697Z","status":"ssl_error","status_checked_at":"2026-01-31T14:26:52.545Z","response_time":128,"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":["blockchain-analysis","blockchain-explorer","cryptocurrency","monero","monero-api","python-3","python3"],"created_at":"2024-09-26T12:20:49.870Z","updated_at":"2026-01-31T18:04:14.820Z","avatar_url":"https://github.com/psqnt.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# moneroblocks\nA Python 3 api-wrapper for moneroblocks.info Monero Block Explorer\n\ndocs: https://github.com/pasquantonio/moneroblocks/blob/master/docs.md\n\napi reference: https://moneroblocks.info/api\n\n( API reference is out of date, the json responses are slightly different than the ones displayed in api reference)\n\n## Install\n```\npip install moneroblocks\n```\nif not in python3 virtualenv, make sure to specify python3 pip\n```\npip3 install moneroblocks\n```\n\n## Usage\n```python\nfrom moneroblocks import blockexplorer\n\n# get stats\nstats = get_stats()\n\n# get block by height\nheight = '1830280'\nblock = blockexplorer.get_block(height)\n\n# get transaction\ntx_hash = '2ecbd1c3bacef9dc1cb0ab96c989b4b908208261bb1d6c9f8e5cdbf0b66d077e'\ntx_data = blockexplorer.get_transaction(tx_hash)\n```\n\n## Issues\nAPI reference on monerblocks.info shows a block returns tx hashes but it no longer does this\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsqnt%2Fmoneroblocks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpsqnt%2Fmoneroblocks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsqnt%2Fmoneroblocks/lists"}