Memory Pool Memory Pool Refreshing

70,961 transactions
36.76 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
874,405 00000000000000000002b5630000000000000000000000000000000000000000 ago 1.00 vMB 3,913 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 874,404 (697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
873,707 873,707 0000000000000000000043d0ddfbad6873096436585405d0a22c06b3304c1b62 1.55 MB 2,969 9
873,706 873,706 000000000000000000011c8a517b9b558afb6609a2585d9816bf73bcfe611f3d 1.86 MB 4,795 5
873,705 873,705 000000000000000000013a53cea7d15f74cc2c6966f55844a38b1bd49bf406af 1.56 MB 2,484 9
873,704 873,704 000000000000000000004aa5628927cb89a705941a23a0b840fd687c163da427 1.65 MB 3,290 8
873,703 873,703 000000000000000000017f29f8a59f8e2cf4a9e6952b80bb1bf7413c183d800a 1.32 MB 1,850 10
873,702 873,702 000000000000000000020ab79b52e94d7c67418063923b80e31c3d6b94d37d76 1.54 MB 3,278 11
873,701 873,701 000000000000000000005870e573434c40b02177be0fd05c27c0090802f168f3 1.36 MB 1,833 9
873,700 873,700 000000000000000000018e32cf3d05a966c79cee77153cf6ec08eb870ce2a4a4 1.42 MB 2,351 8
873,699 873,699 00000000000000000000461727f90db488a02340c8d01ce711b8f25f9e958163 1.64 MB 3,612 10
873,698 873,698 000000000000000000014a0efd51e8fba3f6a15c42ac048d168a2fa9b436bcd1 1.59 MB 5,172 12
873,697 873,697 00000000000000000000b76b2d28171e86bf35ebb17d9807fb5af2ffd3f4a70f 1.58 MB 3,952 12
873,696 873,696 00000000000000000002949ee2a8d476fdfc32b39a3900512e5cfd981ce8434c 1.52 MB 5,258 15
873,695 873,695 00000000000000000002458d2ef14257aa51eeaa8e55924bc30f237475f8f710 1.50 MB 4,281 17
873,694 873,694 00000000000000000000a1128daa4385b2e0889a6d8f22508812c2304ebdbf9d 1.46 MB 4,226 19
873,693 873,693 00000000000000000001bb9a085fd17c2f9abcb2235616ab6c147ab4dc430cfc 1.47 MB 5,850 11
873,692 873,692 000000000000000000010f654d96f1ce537cc6f078a453f83d2ec7aa3f2aea6f 1.53 MB 3,330 10
873,691 873,691 00000000000000000001aa6c332282d92ceff3bebcd866b4aaf03782e977715c 1.59 MB 2,312 5
873,690 873,690 00000000000000000001be069b351e0dda7576df0573ae2d39ac1b1b65a51f59 1.72 MB 2,646 8
873,689 873,689 00000000000000000000fa3fb969424a68ce70f288bf066d6d029589aa843e5f 1.60 MB 3,212 9
873,688 873,688 00000000000000000000513359d8285aa3f3c666b2f5bc5f96127f8c14ee73cc 1.73 MB 4,634 13
873,687 873,687 00000000000000000001b0c59f37c4a035041b1cbed293a845db6780db0452f6 1.61 MB 2,308 8
Previous 10 blocks ↓
Total Size: 707.57 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,778.79 GB sent, 260.29 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.