Memory Pool Memory Pool Refreshing

23,316 transactions
30.69 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,806 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 459 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,805 (175,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
686,926 686,926 0000000000000000000801b4d248db867191865f970fc696b07f7c86f935a9ac 1.34 MB 2,042 16
686,925 686,925 000000000000000000093926dcea8505f67d91bf38af2381bb598f00fb839f59 1.17 MB 1,590 8
686,924 686,924 0000000000000000000200a39b3f18c8b8acdcd8b6c6097fdf4a54788d509af7 1.37 MB 2,648 27
686,923 686,923 00000000000000000005aa75a417b3514de1f65ac21f44cd481da5a31be54614 1.29 MB 2,124 18
686,922 686,922 000000000000000000083b1fd1b54908cb38d2fba099605e4dc2898010d513e0 1.31 MB 2,201 28
686,921 686,921 0000000000000000000cc5e8d0c4e85d22d9881ab3f2257ed4f1ecaaa6b1ced9 0.47 MB 1,118 3
686,920 686,920 0000000000000000000892f84a447ddbdcfd6bb3bc7bfcc15e16f38957702098 1.17 MB 1,634 6
686,919 686,919 0000000000000000000cada705fce6beeac74bbe99277535d945bca329d41166 1.26 MB 1,242 26
686,918 686,918 00000000000000000001d995255ad7b9ee74478d4cf0ccdd7546721c97322111 1.21 MB 1,652 18
686,917 686,917 00000000000000000001e1fb571e5961c7b09fde01e43fbebf0801a7c5c89fd9 1.40 MB 2,689 41
686,916 686,916 000000000000000000046aaaa0f181eef3670f3c6fe0518a4b999dae04d8294c 0.57 MB 1,070 25
686,915 686,915 00000000000000000004396fc04fd56536b008a1aea161345905f77fad485eb0 1.39 MB 2,023 4
686,914 686,914 0000000000000000000623f33e9f74513ad1584220fc968e29b67d55dd58c8ef 1.81 MB 1,184 17
686,913 686,913 00000000000000000009f9f2a37f7a60eb0aa8f4ee5cf0f001aefe2e35b0004b 1.73 MB 820 12
686,912 686,912 0000000000000000000287d0a79c191a28380784a55dc201b24b10c32d95b0d3 1.50 MB 1,431 27
686,911 686,911 000000000000000000047d093a49c8d006f985b16ce2ac4e2650ff1d5ebfe494 1.46 MB 1,682 29
686,910 686,910 0000000000000000000458405150e2272cfc658f70a3b372702f329fdff79506 1.90 MB 1,181 32
686,909 686,909 0000000000000000000b5943bd4d964d26a32b685aecb6017006db110bf67e53 1.08 MB 1,671 24
686,908 686,908 0000000000000000000128da68174dedf50085ebef0d8b13be39cd0f271cafbb 0.53 MB 914 29
686,907 686,907 00000000000000000009d9347b992fc411263045ccac94d00abea0cd637e5b3e 0.91 MB 1,080 23
686,906 686,906 000000000000000000076c41748322ef683e48a6e62ea427edad763f164fe900 0.32 MB 714 24
Previous 10 blocks ↓
Total Size: 685.73 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,400.94 GB sent, 110.22 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.