- Tested with bitcoind
0.19
,0.20
,0.21
,22
,23
,24
- metrics response example
- example docker-compose.yml
- grafana dashboard
HOST
listen host, default:localhost
PORT
listen port, default:8064
BITCOIND
bitcoind url, default:http://bitcoind:bitcoind@localhost:8335
COLLECTORS
comma separated list of enabled collectors, all by default
bestblock
-bestblock*
metrics, usesgetblock(bestblockhash)
rpc callestimaterawfee
-estimaterawfee*
metrics, usesestimaterawfee
rpc callestimatesmartfee
-estimatesmartfee*
metrics, usesestimatesmartfee
rpc callgetblockchaininfo
-getblockchaininfo*
metrics, usesgetblockchaininfo
rpc callgetmemoryinfo
-getmemoryinfo*
metrics, usesgetmemoryinfo
rpc callgetmempoolinfo
-getmempoolinfo*
metrics, usesgetmempoolinfo
rpc callgetmininginfo
-getmininginfo*
metrics, usesgetmininginfo
rpc callgetnettotals
-getnettotals*
metrics, usesgetnettotals
rpc callgetnetworkinfo
-getnetworkinfo*
metrics, usesgetnetworkinfo
rpc calluptime
-uptime
metric, usesuptime
rpc call
Docker container available at ghcr.io/a1fred/bitcoind_exporter
.
amd64
and arm64
arch supported.