Memory Pool Memory Pool Refreshing

45,414 transactions
31.78 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,505 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 6,659 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,504 (158,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
706,191 706,191 0000000000000000000cb8d37fe9a6fffaa6206a7893c499c4dc755e034c3e58 1.32 MB 1,113 3
706,190 706,190 00000000000000000000c0b7b9d4b74e3615e56083ed12ea3ead6f19838f11c1 1.39 MB 2,542 6
706,189 706,189 0000000000000000000c0d1d8dee1273a8ceeaf61eb5c0cc442241ca54fb0771 1.42 MB 1,913 6
706,188 706,188 0000000000000000000747f10e4db3c9d1ad729b9a549a3bae0cd42d933f5813 1.36 MB 2,238 11
706,187 706,187 00000000000000000002db4639d0c555fc2db298fac7717255ee60e3017ad438 1.50 MB 3,490 8
706,186 706,186 00000000000000000006f39955aeb82df381ebea83484ff2f8dd7d83409186d3 1.57 MB 2,885 16
706,185 706,185 0000000000000000000502969f64d5053676791554e9f7ef8361c007783654e5 1.58 MB 2,124 18
706,184 706,184 0000000000000000000b8aff681dd1f819a9923384d81470986eb2a149d7d4ab 1.59 MB 2,707 28
706,183 706,183 00000000000000000004980fbf79acf2a0b83d2766804ace0fe464f0c0a7d8d6 1.45 MB 3,290 26
706,182 706,182 00000000000000000004e5a43a745f56ec2c2c776cf24deab71c7c3056e70f5e 1.56 MB 2,647 11
706,181 706,181 000000000000000000012a8edda986ac93a00cd979f7ed24f7f18bd6d4d5ebc8 1.54 MB 3,260 21
706,180 706,180 0000000000000000000a96bc53f1ce17e78f6ef019d59f5edd666dd4e65d8a8c 1.37 MB 2,893 46
706,179 706,179 00000000000000000006fcd9933446470422403248d4cb26af25c3fbcfcc5295 1.26 MB 1,418 9
706,178 706,178 0000000000000000000893c8f83e00d6d7e4f1642867cb54378e4f3cd07289b9 1.09 MB 1,677 8
706,177 706,177 0000000000000000000632c5779b4c93f9916b55db9ab23dd11950b42e220c62 1.19 MB 1,347 15
706,176 706,176 00000000000000000004d2981c85afcc34146886cc0103a96cc99ce0f6a2d0fc 0.20 MB 384 17
706,175 706,175 00000000000000000006d73905a1858bc262156e3ebc75ba0c49a6892e0a5c12 0.59 MB 1,159 13
706,174 706,174 0000000000000000000c69fb142b6c19b5b721dacda744b8135d50c8e1761166 1.05 MB 2,104 13
706,173 706,173 000000000000000000011ca0b97e150b7cda86ca8dde490193736101ae6afe8a 1.07 MB 1,943 11
706,172 706,172 000000000000000000032e9e29c3376730bb75afc462c56251bc1e08a74c2a66 1.62 MB 2,509 14
706,171 706,171 0000000000000000000c81403540a06dadce35094153c8355fd3429f6f9df0be 1.48 MB 1,445 12
Previous 10 blocks ↓
Total Size: 688.98 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,639.28 GB sent, 132.76 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.