{"id":18576166,"url":"https://github.com/jreyesr/steampipe-plugin-blockchain","last_synced_at":"2026-04-25T12:34:19.501Z","repository":{"id":131446931,"uuid":"606246727","full_name":"jreyesr/steampipe-plugin-blockchain","owner":"jreyesr","description":"A Steampipe plugin to interface with the Blockchain.com API","archived":false,"fork":false,"pushed_at":"2023-04-26T02:33:27.000Z","size":73,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T11:02:24.730Z","etag":null,"topics":["bitcoin","sql","steampipe"],"latest_commit_sha":null,"homepage":"https://jreyesr.github.io/posts/steampipe-part-dos-bitcoin/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jreyesr.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":"2023-02-24T23:55:01.000Z","updated_at":"2023-03-05T04:04:29.000Z","dependencies_parsed_at":"2023-05-12T11:15:28.354Z","dependency_job_id":null,"html_url":"https://github.com/jreyesr/steampipe-plugin-blockchain","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"jreyesr/steampipe-plugin-samplerest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jreyesr%2Fsteampipe-plugin-blockchain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jreyesr%2Fsteampipe-plugin-blockchain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jreyesr%2Fsteampipe-plugin-blockchain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jreyesr%2Fsteampipe-plugin-blockchain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jreyesr","download_url":"https://codeload.github.com/jreyesr/steampipe-plugin-blockchain/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254447976,"owners_count":22072755,"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":["bitcoin","sql","steampipe"],"created_at":"2024-11-06T23:23:51.169Z","updated_at":"2026-04-25T12:34:14.466Z","avatar_url":"https://github.com/jreyesr.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Steampipe plugin for BTC.com\n\nThis is a [Steampipe](https://steampipe.io) plugin that interfaces with the [BTC.com](https://btc.com) API and returns information about Bitcoin wallets and their transactions.\n\n## Configuration\n\nNo configuration is required to use this plugin. Copy the `config/blockchain.spc` file to the Steampipe `config` directory.\n\n## Usage\n\n\u003e **NOTE:** This examples use the wallet `1MusKqjbk497v4Jf1bkgSpKb4aUhjzfoqA`. This wallet was found on the [Bitcoin Abuse Database](https://www.bitcoinabuse.com), so it may be involved in shady operations! Indeed, it's reported multiple times as a \"cryptocurrency giveaway scam\".  \nFurther muddying the waters, the reports themselves look like Platinum A+ Certified Spam (TM) too, advertising \"bitcoin recovery services\", soooo...  \nIn other words, treat this wallet address with caution. It may be completely innocent, or it may be evil. Don't just go around sending it money because it appeared on these examples.  \nThe report is at \u003chttps://www.bitcoinabuse.com/reports/1MusKqjbk497v4Jf1bkgSpKb4aUhjzfoqA\u003e\n\nList details about a wallet:\n\n```sql\nselect * from blockchain_wallet where address='1MusKqjbk497v4Jf1bkgSpKb4aUhjzfoqA'\n```\n\nList all transactions that involve a certain account:\n\n```sql\nselect * from blockchain_transaction where wallet='1MusKqjbk497v4Jf1bkgSpKb4aUhjzfoqA' order by time desc\n```\n\nList details for a single transaction:\n\n```sql\nselect * from blockchain_transaction where hash='c15459fc73e0d6c647cddc003beab6241475c479ed45dc7ae3743164f5cbd100'\n```\n\n## Testing\n\nRun `make`, then run `steampipe query`. Run `.inspect` inside of it to ensure that the plugin is loaded.\n\nAlternatively, run `go build -o ~/.steampipe/plugins/hub.steampipe.io/plugins/jreyesr/blockchain@latest/steampipe-plugin-blockchain.plugin *.go`.\n\n## Dashboard\n\nThere is a dashboard that can be used to explore Bitcoin wallets. You input a wallet address in the text combobox at the top, press Enter, and then wait until the widgets below get populated.\n\nTo show the wallet, run `cd mod` and `steampipe dashboard`, then choose the dashboard with title Single Wallet Monitor Dashboard.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjreyesr%2Fsteampipe-plugin-blockchain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjreyesr%2Fsteampipe-plugin-blockchain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjreyesr%2Fsteampipe-plugin-blockchain/lists"}