REQUEST:btc Bitcoin Explorer by Block Land
Logo
Logo

Bitcoin Explorer by Block Land

Peers -
Height -

API

/poolStats

Use this call to get all pool stats.
GET https://blockland.io/api/btc/poolStats
												{
												  "minedBlocks": [
													{
													  "height": 0,
													  "number": 0,
													  "miner": "string",
													  "confirmations": 0,
													  "amount": 0,
													  "effort": 0,
													  "timestamp": 0,
													  "duration": 0
													}
												  ],
												  "poolStats": {
													"hashRate": 0,
													"miners": 0,
													"workers": 0
												  },
												  "price": {
													"usd": 0,
													"btc": 0
												  }
												}
											

/poolStats

Use this call to set all pool stats.
SET https://blockland.io/api/btc/poolStats
												{
												  "minedBlocks": [
													{
													  "height": 0,
													  "number": 0,
													  "miner": "string",
													  "confirmations": 0,
													  "amount": 0,
													  "effort": 0,
													  "timestamp": 0,
													  "duration": 0
													}
												  ],
												  "poolStats": {
													"hashRate": 0,
													"miners": 0,
													"workers": 0
												  },
												  "price": {
													"usd": 0,
													"btc": 0
												  }
												}
											

Explore more blockchains

Bitcoin 600M Txs
Bitcoin Gold 59K Txs
Dogecoin 40M Txs
Litecoin 97M Txs
Ravencoin 12M Txs
Zcash 42M Txs