Memory Pool Memory Pool Refreshing

84,862 transactions
28.56 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,127 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 6,377 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,126 (262 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
870,864 870,864 000000000000000000007534acd54d6ca925cb5758456bae30529cbc2702487c 1.59 MB 2,901 9
870,863 870,863 0000000000000000000266f08b16506475e0561db80fa2be0959f3a5f540ffbb 1.59 MB 3,994 12
870,862 870,862 000000000000000000028609a000918a2a3629c38e31d211715ed870ef9e84dc 1.59 MB 3,043 7
870,861 870,861 000000000000000000005ecb9df0be545ad85e74fd42545e110f8527a7a3fd43 1.67 MB 3,357 9
870,860 870,860 000000000000000000026128c9bf89fdf709040cae4932157f8f2f00ac86c097 1.77 MB 3,016 9
870,859 870,859 000000000000000000002594bc4f70ddb180e327b8493306e2495e7abf89051a 1.61 MB 3,270 10
870,858 870,858 000000000000000000029f89c4100376432fa65936eec22a031375e282642c47 1.65 MB 3,792 11
870,857 870,857 00000000000000000000589f7aef131bc60d6ab721953eb9d99dc9c077f2b74c 1.65 MB 5,580 3
870,856 870,856 00000000000000000001ad42dbd0d32f66f4d2ff1700f8dab7d4028796cc8ae1 2.69 MB 3,208 2
870,855 870,855 00000000000000000000ea93a6512a605e6837ddd43bb2e5724944b1ed5110bc 1.82 MB 4,058 4
870,854 870,854 00000000000000000001ffb361cd87b2a223cf74b50bc7b5f32c86ff6a9bf40c 1.75 MB 3,796 4
870,853 870,853 00000000000000000000b9e6cc0b5be06c02f56506fee5c7897edf6cafc4e7cc 1.69 MB 2,747 6
870,852 870,852 00000000000000000000d7645b5c96567616a3eb0e9c5b5185f9655d294ae922 1.58 MB 3,530 9
870,851 870,851 00000000000000000001cb02249131f167c2164cd5c15860e9536f87a4a0ef6e 1.55 MB 3,553 5
870,850 870,850 000000000000000000026b4a524886b974cd58a354ed15aa934e90ff3fb2c79e 1.59 MB 4,111 14
870,849 870,849 00000000000000000000a0723b9b537cc4086906312bf2dce09cde6536952915 1.58 MB 3,096 5
870,848 870,848 0000000000000000000122bb738ef9cf7f4a69f101cd49dddc7a79555d39bdf3 1.80 MB 2,664 6
870,847 870,847 00000000000000000001c0e46d51f41f68083e8687eebb44fb2dc47f0f89e69e 1.60 MB 3,896 8
870,846 870,846 00000000000000000001abb688b1f06e965b2eb3b641a677f88f2ae6005d267d 1.59 MB 3,048 8
870,845 870,845 00000000000000000001c9b8ee51a78d65ec30fc6d6b63db4f077dc4fbae0014 1.64 MB 3,822 22
870,844 870,844 00000000000000000000841d807f0869f459b3dda9ec5325d0feaa97e562a8be 1.56 MB 3,255 11
Previous 10 blocks ↓
Total Size: 701.58 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,414.40 GB sent, 221.80 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.