Memory Pool Memory Pool Refreshing

61,473 transactions
30.68 vMB
Show Random Selection Loading Transactions
Max Size: 158/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
867,135 00000000000000000002f1280000000000000000000000000000000000000000 ago 1.00 vMB 2,844 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 867,134 (705 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
866,429 866,429 0000000000000000000183e69d103481793d18db239a349d1be6b1ac54a116a5 3.95 MB 64 10
866,428 866,428 000000000000000000016740a2cab1f33290d278e2d640d2b4c9c490badc61fb 1.63 MB 4,562 7
866,427 866,427 000000000000000000006a5059d08570a8c3ca957c3681302a9744ac7667f35f 1.62 MB 5,265 6
866,426 866,426 0000000000000000000192ea40aa6b32562507501a18700703f0f95ba52bf8e5 1.55 MB 4,585 9
866,425 866,425 00000000000000000001135d6dd49ed2c702bc6dea1ac832feee5544fb76bdd1 1.67 MB 4,332 7
866,424 866,424 0000000000000000000288e1580750ad1ef2881b70b42a97f11c5bd582532e61 1.65 MB 5,366 9
866,423 866,423 0000000000000000000197640ba06470035ac8c8103716e5f62a996a0aa21ed1 1.64 MB 4,452 7
866,422 866,422 00000000000000000002b1f8282f1c2c92d613f50edcd4fde7a0f932a00f480c 1.69 MB 5,834 10
866,421 866,421 00000000000000000003060f0f5ccffc70d70198f6ac813159625ba76b9f35fb 1.74 MB 5,048 12
866,420 866,420 000000000000000000007e913f3845cd9c461d2bbc94d732a95c210ffb409415 1.60 MB 6,464 16
866,419 866,419 000000000000000000002e2607b6a748333981c5330c49aa5f88c474e3b57a0b 1.54 MB 6,045 20
866,418 866,418 00000000000000000001f649a595502d4979d72298a0600863615d9b6adb04e1 2.38 MB 1,689 4
866,417 866,417 00000000000000000000aac5e2bdfa67569e661c2df559d5ad0c365e2fb7ccd7 1.79 MB 3,332 7
866,416 866,416 00000000000000000000ab5e55eeb5e546400efc7c7c6161e1344e8bbc13edbf 2.21 MB 2,162 6
866,415 866,415 00000000000000000000a13f01735f3863008968c092fe8f4a339780c7195ada 2.07 MB 3,189 10
866,414 866,414 00000000000000000002ebfdc755be1c212cab1351955eb5ec30ebcb1bc2b9d3 2.38 MB 2,843 10
866,413 866,413 00000000000000000001c02acc026ca12f5ed7132cd480887c66e2f13b73e41b 1.73 MB 3,518 20
866,412 866,412 00000000000000000001d5a93586c683cb5091fffb275e1b505839139fc54b2c 2.80 MB 1,828 3
866,411 866,411 000000000000000000014a0f2ecb77ddac2950743f0c4a586b0921fc0d3c0e63 3.44 MB 1,275 3
866,410 866,410 00000000000000000002d6c54e1310d996cd5df703da713894323ca5effff353 2.68 MB 2,489 4
866,409 866,409 00000000000000000002fc232c8cb93a9237ce1ce2c6489377e99b8c2669fdc3 1.73 MB 3,938 8
Previous 10 blocks ↓
Total Size: 693.85 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,894.81 GB sent, 171.40 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.