Memory Pool Memory Pool Refreshing

77,286 transactions
31.08 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,774 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 6,099 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,773 (219,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
653,137 653,137 0000000000000000000b079e646492a2b0e7782a27dfac501c1705e04774c7aa 0.16 MB 293 19
653,136 653,136 00000000000000000008269e8145a7bc39782501eead7209ca5f3a80d685f2c2 0.81 MB 1,292 23
653,135 653,135 0000000000000000000bb37d873a9dd389e9df658d93ca29222ef3ccbc7b32e0 0.16 MB 415 25
653,134 653,134 00000000000000000001c2c06a7456e100ba26eb49963e9ef88c36ad23738acd 0.16 MB 257 36
653,133 653,133 0000000000000000000c58dbc485456f7f95464e961dea90afa4eb66a4759db9 0.11 MB 279 33
653,132 653,132 0000000000000000000698f52da351bd613a31cbd1c90e4030af3a8994aef08f 0.82 MB 1,717 24
653,131 653,131 000000000000000000027892f3211620f40bebd625a1a697cd9edea0f2dad295 0.65 MB 1,269 17
653,130 653,130 0000000000000000000d149523f522803fb1d5920209be96140c519d3cb4444a 1.26 MB 2,645 30
653,129 653,129 0000000000000000000be836cd6c0bb8d7d3f43162c8ef46b791c6863a3599ed 1.41 MB 2,080 24
653,128 653,128 00000000000000000006197022b16e94893c3a8a71188f25dbf04dce5508432d 0.13 MB 271 37
653,127 653,127 0000000000000000000d0f24de1838bd9f87df24fad49ed43eada794ffbd5e2c 0.96 MB 1,371 31
653,126 653,126 00000000000000000008df9b7931ec432dca99b1c58fad3f85e95fa9672d9853 0.38 MB 655 21
653,125 653,125 0000000000000000000c99fe7fde4c8bce3f6aa7e961328053d6dab0a6cf2d12 1.36 MB 1,725 18
653,124 653,124 0000000000000000000022ebb4495feb9a68678ee4978c0964836f435040c4e4 0.48 MB 868 32
653,123 653,123 00000000000000000007129f981b0dedd46d90ff9aa5dd860d51b3bd0d939c91 0.07 MB 136 22
653,122 653,122 000000000000000000041ec58a5c165abd3856cf9d1db4c70c966eca3ff8cf5d 1.35 MB 1,384 17
653,121 653,121 00000000000000000008686b0828de6665c7677b77fb84feb39871de8a3f7167 1.02 MB 2,000 27
653,120 653,120 00000000000000000002ef78247b20d2494c430339a91dcc0f6aa3766e8deb4b 0.46 MB 682 20
653,119 653,119 000000000000000000025a1d23710568f3add18cbc716b552b9baa6f67d0c5f7 0.21 MB 336 21
653,118 653,118 00000000000000000004c9e4606d05158d5af97195870ff79abaa74cc8581d02 1.09 MB 914 18
653,117 653,117 00000000000000000000e47c0ce56a17208f625f95923520fe9686a83521228b 0.17 MB 384 41
Previous 10 blocks ↓
Total Size: 704.64 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,656.31 GB sent, 242.19 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.