Memory Pool Memory Pool Refreshing

21,976 transactions
28.36 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,711 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,163 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,710 (144,269 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
718,441 718,441 0000000000000000000a3067c4a56460e6f443277d48fa12bc13993cd8c3c7bd 0.30 MB 503 11
718,440 718,440 0000000000000000000a40b40acbec970a5e960773081008b7e24e2b91aec7f3 1.07 MB 2,044 5
718,439 718,439 000000000000000000021a8a0fb346c2c60b72e8c001ccee0d57dd2a47aad1de 1.57 MB 3,058 12
718,438 718,438 00000000000000000008b5b8075e2b3fa3fb29c67ddbd05858dd185b80e97d66 0.60 MB 629 7
718,437 718,437 00000000000000000004b21b77c37345948632ef868a7d8507e94d90bc4796b3 0.42 MB 454 6
718,436 718,436 00000000000000000008cb363bbaebfcd0d74a3f4b3dfd4870cce627096540a9 1.85 MB 1,863 7
718,435 718,435 00000000000000000006e34faaabe80aaecdbf7687b3bf13bd84eecf93597d85 1.81 MB 1,361 5
718,434 718,434 000000000000000000012d30cdf4452493b13de83f36ad05d602f68a4cccbae3 1.28 MB 774 4
718,433 718,433 0000000000000000000b11da462a487afee46c423497e95ed3f6a14a6ebfbf5c 0.14 MB 291 9
718,432 718,432 0000000000000000000a964f67085d2c4e1047199672e00f880a8a0a172ba0da 0.63 MB 882 5
718,431 718,431 0000000000000000000a68ba03465c3d6b4399a5640e1b32bf132a99f576fb37 1.37 MB 2,182 7
718,430 718,430 0000000000000000000a7e5399ae16401fc8319c6e10a76cb27efbff4acf7220 1.29 MB 2,446 8
718,429 718,429 000000000000000000038012ff9d15a84ff925f81a528a1bdae84e50dde040e6 0.18 MB 484 7
718,428 718,428 00000000000000000008883c281e4fc141a18940c7f6ed397c39ff008a40407f 0.63 MB 1,056 9
718,427 718,427 000000000000000000040aeca500f2d3bb7258672050ea697f0b4122855f4bc7 0.32 MB 669 8
718,426 718,426 00000000000000000001ed41273f13d7496b69076968c356ebdd44a54f91c2c1 0.23 MB 491 11
718,425 718,425 00000000000000000006ee32d2dbb11c352bb286aac8cdb4efa2b0d7db611f51 1.09 MB 691 3
718,424 718,424 000000000000000000015c1f0d2a548bd10d083cc113750486c469e31fe05475 1.64 MB 1,468 5
718,423 718,423 000000000000000000097fef3b90ab8420c1e387318d401856dc56044d5178f8 1.56 MB 3,019 8
718,422 718,422 00000000000000000002dd06189140431c50398daf683239af6a6125f68d6fac 0.89 MB 1,786 9
718,421 718,421 00000000000000000003c17f2c00218214e3acfcf2b9ac74ec4bda5e12b3a8c8 0.35 MB 495 9
Previous 10 blocks ↓
Total Size: 685.53 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: 1,384.78 GB sent, 108.96 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.