Memory Pool Memory Pool Refreshing

18,644 transactions
31.49 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,125 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,998 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,124 (64,432 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
799,692 799,692 0000000000000000000008aa34fc1e25dfd83c65937683ee19277528e31903c9 1.97 MB 2,259 18
799,691 799,691 000000000000000000000ebe175f6e4739ad3f71fbb8647365cb37a6a355b97c 1.51 MB 2,029 16
799,690 799,690 00000000000000000002f87ef8c2b2f587f0221a8218d10ae3ec5bf2578658d1 1.37 MB 2,416 22
799,689 799,689 0000000000000000000513aebdd2c7931eab68e3909d1445a010b30683afc1bc 1.52 MB 3,146 27
799,688 799,688 000000000000000000039de59cdb3da20c75676fd7f8401d1a9f083f2350fe08 1.35 MB 2,248 24
799,687 799,687 0000000000000000000232a4eea52ed97d7c588cd641ff34921c9a404784112a 1.54 MB 3,206 29
799,686 799,686 00000000000000000001dbedc137fce39961191ddb14546eab4a486b0360c713 1.58 MB 3,076 25
799,685 799,685 00000000000000000001e8c033db93521f30d3c0c0e987d9411c1c8e51006449 1.48 MB 3,384 34
799,684 799,684 00000000000000000001582daa83335321a56cafa598712b3f5c9e53d18490e7 1.91 MB 2,869 10
799,683 799,683 000000000000000000017949aeb8034e25630976f4e089c0c4b53c4847e946e7 1.61 MB 2,048 13
799,682 799,682 00000000000000000000b079c97fba80de56cb0d0b0942c7a24f9f4fb87821d7 1.48 MB 2,278 18
799,681 799,681 0000000000000000000256b0a0eb9136675af628b7cfcaef2319f5ab007c990b 1.67 MB 2,397 9
799,680 799,680 000000000000000000027e81bc99a1132f99d603a2763c0b8966bd471e16593b 1.83 MB 2,221 14
799,679 799,679 00000000000000000004f6ac81588af33faeb914d4778503f030bb0a3be6adc4 1.88 MB 1,936 12
799,678 799,678 00000000000000000003c01dab8393521bc39fd72298c40cfa708120a4182f7c 1.77 MB 1,884 14
799,677 799,677 00000000000000000000e083d2863a3fc732c5911084d061e95d8b510f63b6fd 1.24 MB 1,421 17
799,676 799,676 00000000000000000002abd0fcda92e8b25c7ebfc275f050852247b0433cf1e5 1.42 MB 2,383 23
799,675 799,675 000000000000000000036f5a1858d1f93597f0bc4cf31763c9ffbc72d5be49d9 1.54 MB 3,508 26
799,674 799,674 00000000000000000001010fc6f1785ec9c54c79daabda234a9a04defa0f6903 1.66 MB 3,683 28
799,673 799,673 0000000000000000000413f9972fff6700f52ef7077e483c36280feb193aeda0 1.41 MB 2,887 40
799,672 799,672 000000000000000000034cb43cb906466b03a2b7143697165996567f775d63bb 1.62 MB 2,348 13
Previous 10 blocks ↓
Total Size: 688.27 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,622.55 GB sent, 126.81 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.