Memory Pool Memory Pool Refreshing

50,787 transactions
32.19 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,408 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,602 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,407 (36,497 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
827,910 827,910 00000000000000000002bffe091b74406cb045e9713fc22c31f067a17a4310d0 1.89 MB 4,884 27
827,909 827,909 0000000000000000000381cb04649938b306b50cd4cb144639fe2f810e724623 1.71 MB 4,128 28
827,908 827,908 00000000000000000001f32ab139bc10273c2197bb72cd3113e02e6ac17d9ea3 1.48 MB 2,200 33
827,907 827,907 0000000000000000000183ad271ca603aa6bc902c98695984527f6225edf8d33 1.46 MB 2,429 36
827,906 827,906 00000000000000000001e54045d8f19352b87dcfb3ea8d4eb7ba2d8163436836 1.58 MB 2,679 42
827,905 827,905 0000000000000000000000f6a19ef1f6766a87ce16930002eb8e6ae5c9bd4073 1.89 MB 5,168 33
827,904 827,904 00000000000000000002b5182997f7ae4a6f69eaf3e00efa96c1873edab006bf 2.01 MB 6,336 28
827,903 827,903 00000000000000000000c56aa1091849a2b6fc9137a0d61e6b247522704f2511 1.56 MB 2,930 31
827,902 827,902 000000000000000000001dd520bb3dff04ec3c7f20a2bb37422d7df32871c9a2 1.84 MB 4,945 32
827,901 827,901 000000000000000000014200f8a712b2cd020f42b331f1a7aaee9c47af115bef 1.83 MB 4,665 31
827,900 827,900 00000000000000000003eccb9aa8e59399dcf70fcf74db58065de4591bf503d9 1.67 MB 3,364 32
827,899 827,899 00000000000000000003d90183180c7ac93352788bebcf01045725743eb36ac2 2.24 MB 4,278 33
827,898 827,898 000000000000000000029e5bdc6c6a277b2b398e36b912225e77173a7b896d5f 1.82 MB 2,140 32
827,897 827,897 00000000000000000001fe1227944c1068dd9cf8165bf6df5f2a99e70da7e6af 2.04 MB 2,588 45
827,896 827,896 00000000000000000001d59b50e7f3c6dfc1f83bea022fb4c67effad7b2c8432 1.89 MB 5,541 29
827,895 827,895 00000000000000000000ef6be0b1e3cd7c73a4c3c1012c9fdbc8f1bca48b078c 1.51 MB 3,103 33
827,894 827,894 000000000000000000015c4df76f30c7feef00ebfc1adf137165fc0056cd95fb 1.62 MB 3,751 31
827,893 827,893 0000000000000000000196dd21a750cb14e75920a5dab51066b3609dda2c7cfe 1.83 MB 4,861 27
827,892 827,892 00000000000000000002f9992396dea7705d2d59f333bae8f247046bfca10bdc 1.80 MB 4,513 29
827,891 827,891 0000000000000000000140376277501ded148046dfb3fe2da5c20c6f52b7c1f4 1.70 MB 3,806 33
827,890 827,890 00000000000000000000c7929c1b272fabdecfbdab5e755c64ddac97a248cc43 1.86 MB 5,044 27
Previous 10 blocks ↓
Total Size: 688.80 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,635.20 GB sent, 131.03 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.