Memory Pool Memory Pool Refreshing

26,809 transactions
32.46 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,854 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 2,597 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,853 (165,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,915 696,915 0000000000000000000725d49106ec5d05ef1d359a2963fc327e6ca5fb28e38b 1.19 MB 1,977 8
696,914 696,914 00000000000000000011c4cf6893f6da68d414da25e58e8bd200573f3f6d9ca6 0.02 MB 76 8
696,913 696,913 00000000000000000003a8b29053de875df3747f1feeed3d5902d719c4e2a68c 0.45 MB 768 8
696,912 696,912 000000000000000000011833eeccf1116f83d6845d5e45f1d20e1a8fb0ed405c 0.82 MB 1,815 15
696,911 696,911 00000000000000000010ac9b1cf0fb8cc172aed505615f125ec162d82e8df461 1.20 MB 2,447 11
696,910 696,910 0000000000000000000c0306083cb1dd559f291c473b0fbdd30eba91c80e7e77 1.00 MB 2,042 7
696,909 696,909 000000000000000000078e130e23820bdd5f23476a6a0e9f852592de5a106a0f 1.36 MB 2,217 21
696,908 696,908 00000000000000000007fe94d1243b394209d5a33168757708851b7606efd960 0.06 MB 186 8
696,907 696,907 00000000000000000008b12eaf6ccd9bc3eaa51506a3234974243031110df4ca 1.10 MB 2,209 10
696,906 696,906 000000000000000000009419e10cd3cc359275adfdd163c145d6155fe857bf74 1.33 MB 2,122 9
696,905 696,905 000000000000000000038bf45d42c50920a10030cd10ed68586c494b8ecbc1e9 0.07 MB 31 5
696,904 696,904 000000000000000000052901a4db5410a5415c070690376650b770ffaf839731 0.69 MB 734 6
696,903 696,903 0000000000000000001042a57397f8216cd33b4227b7f77a9b743b1db77d68a5 0.68 MB 646 15
696,902 696,902 0000000000000000000183d7a552d41df1e94f5920687f2d47467fffab985556 0.93 MB 1,594 9
696,901 696,901 0000000000000000000b71fbf0a95cb5144c4fe950124f38ac4e097bb87bdd2b 1.32 MB 2,336 12
696,900 696,900 0000000000000000000423f8c7037d38227b27c03fd1cae9d9303c4b212c72c9 1.28 MB 2,026 7
696,899 696,899 0000000000000000000ab2016137bf0eb43f02be8fe112ef9910714631a516d1 1.22 MB 1,148 7
696,898 696,898 0000000000000000000750336cb28f7eb1c7a4c219eecc6e92fc4fe8254db4ce 1.39 MB 2,542 11
696,897 696,897 000000000000000000095971eabaeda1acc853f881080c8271c18cd4ca5357ce 0.68 MB 1,469 7
696,896 696,896 00000000000000000005bdfb115eebbe776d4e4ab2a211611b9b4e154ae780ec 1.46 MB 2,403 19
696,895 696,895 0000000000000000000ab0b03b7e85171a3f8e6da9a04d300b940ea6e584e297 1.32 MB 1,180 2
Previous 10 blocks ↓
Total Size: 685.82 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,405.41 GB sent, 110.71 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.