Memory Pool Memory Pool Refreshing

68,329 transactions
32.57 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,115 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 4,175 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,114 (404,705 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
465,409 465,409 0000000000000000019ee1aa5d8a9470962f871d2f604ecb9b56e341a22d52a1 1.00 MB 2,972 270
465,408 465,408 000000000000000001aebd79c324d75f8b4b0aa0fb17371bb4eec69c057c5786 1.00 MB 2,006 245
465,407 465,407 000000000000000000acc9abb8b7baf8480819985dd45b914aa638e15220f3e1 1.00 MB 3,184 384
465,406 465,406 0000000000000000001281cce322023ab0ac20daa8f26ca498ab6294eefc78b9 1.00 MB 1,624 111
465,405 465,405 0000000000000000016d1a32121acbc675955d484b799119e2225c806f2b297b 1.00 MB 1,442 89
465,404 465,404 00000000000000000003d2a0df8e164c63b6347f38579650691805b65cabee02 1.00 MB 1,860 197
465,403 465,403 0000000000000000001c730eb1c412d74d3a0526c15a1a6191041d7cda1d9358 1.00 MB 1,581 106
465,402 465,402 00000000000000000166ba16e5d70c4bc5a7875401fb2a335e25bcb3e0567c63 1.00 MB 1,676 121
465,401 465,401 000000000000000002014150cbdac69de4c860ba07ec9fe2a6b00cd266413cc4 1.00 MB 2,036 150
465,400 465,400 000000000000000001a707afb6716d8b59d46b7b3720ffb60bea75a7224edf06 1.00 MB 2,527 163
465,399 465,399 0000000000000000000d74440bc6d094472c7d9b8fb51d54c3e7eec8a35e8b65 1.00 MB 2,274 210
465,398 465,398 00000000000000000139eaba2fa4b1d1cdc3ef76e379a9e894821b946e20bb9a 1.00 MB 2,271 148
465,397 465,397 000000000000000001943fe3d95a6073bb063c94d58c89698f473d7b5719df2f 1.00 MB 2,432 194
465,396 465,396 00000000000000000218ac25174877a5aa88434c8930922f78d1077832a22dc3 1.00 MB 1,646 121
465,395 465,395 0000000000000000004d8ee78f4d0cf6c2b4139a0ca30ff9efeacbc085e56869 1.00 MB 2,523 178
465,394 465,394 000000000000000001220e11ec88178f3125857b2d01295eb5f1cf9aba311ffd 0.99 MB 1,882 143
465,393 465,393 00000000000000000012117ab551ae12014864666a0719eb58f07b1cd72161de 1.00 MB 1,829 146
465,392 465,392 000000000000000000c5310d4fba6c2e7b6248e57ea970177fe4b8d5c9da41e9 1.00 MB 984 118
465,391 465,391 0000000000000000004f8aa4c4d91289220e5874057404f18997c2be0a794bed 1.00 MB 1,524 156
465,390 465,390 00000000000000000189b04994bd50d27d9ba061c427a601648d0386f41a72ef 0.99 MB 1,845 148
465,389 465,389 000000000000000000e5c3ca5af55e45964b7773306668e48eee05e28431d195 1.00 MB 1,349 153
Previous 10 blocks ↓
Total Size: 699.67 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,184.41 GB sent, 208.23 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.