Memory Pool Memory Pool Refreshing

31,139 transactions
24.30 vMB
Show Random Selection Loading Transactions
Max Size: 147/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,457 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,304 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,456 (40,987 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
822,469 822,469 000000000000000000019b6e3f4eb297575a372730df2cf8bf90a48aa4bd200b 1.82 MB 2,378 86
822,468 822,468 000000000000000000022608eb66429e5c534f57753dc942f2fb3e4da516ebf5 1.65 MB 3,249 148
822,467 822,467 0000000000000000000159fafd8b8695826b21dee9e4af470d756c17c57b0c18 1.97 MB 3,756 99
822,466 822,466 00000000000000000001b8439418963b5f2621e1f0c7eabc93e92373019987a4 1.72 MB 4,187 132
822,465 822,465 00000000000000000002cc2c80146efefaca82191eaa2a3dac2c0e0c9227a3aa 1.95 MB 4,946 89
822,464 822,464 00000000000000000000f5cf059d3a593c0d914b821a2d31544273b2b5df6d91 1.69 MB 3,864 128
822,463 822,463 000000000000000000010ee048bb28c301af4423f516e7ab0de2588052b1ef66 1.60 MB 3,059 193
822,462 822,462 00000000000000000003de06386b3cc21d593ab1fa1b1d24f7a63d1a07fe9e5b 1.78 MB 2,619 86
822,461 822,461 00000000000000000001053dce4a87ad860096faf088ec2594e29fd3ca256e71 1.59 MB 3,077 144
822,460 822,460 00000000000000000001ecbae986cd4bcac266ccf1415dbcf3018cfc71546085 1.73 MB 3,657 119
822,459 822,459 00000000000000000002ddc302688a1f01672412daf376ec0ea966ea245aa44f 1.71 MB 3,997 132
822,458 822,458 00000000000000000001b2c557b016eb553a79bab4cdfd9c54a9936f0554ae55 1.70 MB 2,675 128
822,457 822,457 000000000000000000024468f81ac65bac50fc5184fb6ed55b3e6cc318b454a1 1.75 MB 3,678 144
822,456 822,456 00000000000000000001c5c3dda4146682c1db069df36a85ad8652dcd5e2a0a6 1.76 MB 4,439 113
822,455 822,455 00000000000000000003ea662d4a86a5064257a256483ae0adf33af91448eef0 1.71 MB 3,277 148
822,454 822,454 00000000000000000002f6747a30cb9be13f2e51d26ea3e8882fa5b37f10858e 1.63 MB 3,843 118
822,453 822,453 000000000000000000032786f6dd0fedc6ba546dec8c10d771786fa14e801acd 1.53 MB 3,202 237
822,452 822,452 0000000000000000000381ab76b860d5a92f4ba4c3af5c12730102a13de6bfa5 1.94 MB 4,723 122
822,451 822,451 00000000000000000003f51d08ccbcb4b61da9d3590d27ac99cc70d3fcf24835 1.76 MB 4,080 116
822,450 822,450 00000000000000000000eb023478efa481a0ce0ddfcd047a9b144140d61d2fa8 1.63 MB 3,563 180
822,449 822,449 0000000000000000000065d34788b974105ff7dd8a4e355c1b7c8b77754fb074 1.72 MB 4,544 142
Previous 10 blocks ↓
Total Size: 686.99 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,500.24 GB sent, 118.31 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.