Memory Pool Memory Pool Refreshing

53,516 transactions
33.44 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
875,418 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 2,777 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,417 (3,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
872,234 872,234 000000000000000000014c5c92e93d8f64e9fb19e56f93f425838cab036c8901 1.65 MB 4,231 10
872,233 872,233 000000000000000000017174cb87fb8409cb83a146132285b2b39ef9afffd9c5 1.62 MB 3,627 10
872,232 872,232 000000000000000000025c174f8184e033a553ae933efbbf48efda3e52357b73 1.76 MB 4,732 10
872,231 872,231 0000000000000000000088ad9ff84a7626a70d386b5c7d5227ad35f2ce99ee5b 1.66 MB 4,026 10
872,230 872,230 00000000000000000001226aefce5ab0bac2e973f030bfeb955f0bdcf0faec0c 1.50 MB 3,414 13
872,229 872,229 000000000000000000017738f6a941dbc1e9cc2615aa2e9d6aac0dbff00b43aa 1.53 MB 3,765 17
872,228 872,228 000000000000000000017186b4e4752432472f18b157d9d08713ea2d15125bba 1.53 MB 3,540 15
872,227 872,227 000000000000000000005a1b5586ad46100ea6ada054f31a62c7682e82f7872b 1.61 MB 4,352 11
872,226 872,226 000000000000000000001d3e6018720a8152449993946a36437642b74d311ddb 1.64 MB 3,970 10
872,225 872,225 00000000000000000002053deb3bd20471bad998d5de8ef60021a4416a8c701b 1.54 MB 3,678 13
872,224 872,224 00000000000000000000bd99699b0f2c55fa9296e57fa287f54dc2b57a91863c 1.45 MB 2,977 25
872,223 872,223 0000000000000000000005429b883120ddfbee802401201a5000c8a9b34ec35b 1.63 MB 3,827 7
872,222 872,222 000000000000000000024d4c784521e54b6f4a5945376ae6e248cee1ed2c0627 1.67 MB 3,677 7
872,221 872,221 00000000000000000002337d25a265d4f0460b5b3a8d926d7de0ba8244c4191f 1.53 MB 3,587 13
872,220 872,220 000000000000000000019a71ea9d263a099d96b75f0bb65d6967f544124d1211 1.69 MB 4,155 7
872,219 872,219 00000000000000000001b9e4e7c242589710bb237dd9bde683f70e47b52cd0e1 1.66 MB 3,724 5
872,218 872,218 00000000000000000002128f35394d62b4a984949501e4640bedcbf65fef2287 1.65 MB 3,522 11
872,217 872,217 00000000000000000000940c468db745efe0e6dd5047f57c3efeb0b262ea182f 1.89 MB 3,865 3
872,216 872,216 000000000000000000008becff372decf4b7a80adbbbdcc260be104d69fa90b6 1.75 MB 3,439 4
872,215 872,215 000000000000000000022c3057b03583366c8f10e60e99ad16e744f068d371df 1.80 MB 3,243 5
872,214 872,214 00000000000000000000bf6b9a54bc17e6fcf9693ea5e96bc65da0254ea21fc2 1.79 MB 3,885 5
Previous 10 blocks ↓
Total Size: 709.42 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 585.65 GB sent, 8.85 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.