| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
Simple GraphQL API for blocks from Bitcoin's blockchain
Hosted example: https://blocks-graphql-api.herokuapp.com/
Query examples:
{
blocks(date: "2020-11-29", offset: 0, limit: 10) {
total
blocks {
height
hash
time
}
}
block(hash: "0000000000000000000ca70f82b7fa348ddb5d00ed9526ed40a7ccf85e5b18e4") {
hash
ver
fee
prev_block
mrkl_root
time
bits
block_index
height
weight
main_chain
n_tx
nonce
size
}
transactions(hash: "0000000000000000000ca70f82b7fa348ddb5d00ed9526ed40a7ccf85e5b18e4", offset: 0, limit: 10) {
total
transactions {
fee
hash
inputs {
index
prev_out {
addr
value
}
}
lock_time
out {
addr
value
}
size
time
tx_index
weight
}
}
}| Back | FazBrowse Home | New Git URL |