Memory Pool Memory Pool Refreshing

81,766 transactions
34.15 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,577 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,435 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,576 (154,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
694,821 694,821 0000000000000000000c700db77fb20feaa239f6e20df85d8f918186e8f2ebd1 0.66 MB 1,263 12
694,820 694,820 00000000000000000000d3bf7ddcdf7925981bd312b82c63a11f04dd52795faf 0.28 MB 276 16
694,819 694,819 0000000000000000000d73c97fee9a6d1f609d18d235c4854d8ac4462da38100 1.17 MB 1,662 7
694,818 694,818 0000000000000000000a7d5ef4a4f3cdfd86e9b687ea77b29ac6b82172cdac89 1.23 MB 1,546 2
694,817 694,817 0000000000000000000941ff9cedcf0ee74acaaadc281eccc83699865c54dff1 1.53 MB 2,769 20
694,816 694,816 00000000000000000010d8a1f98324134eb15416d7f0d9ce66a23e12117a5b02 1.15 MB 2,349 11
694,815 694,815 00000000000000000001e5eef60b651a14f33e7725212bdd1b0875d2e226079c 0.41 MB 632 16
694,814 694,814 0000000000000000000df80be103eee686367d0a236a96fdb49f57169951b053 0.67 MB 1,400 10
694,813 694,813 0000000000000000000be58cc97d4a1334e52c82adc742faeb095601155e8837 0.28 MB 493 14
694,812 694,812 00000000000000000001449c45231aead66afae3af75d8f1af98024facb05ade 0.41 MB 768 10
694,811 694,811 00000000000000000007e4184efcc3345693f7461016f0ba38b12b07660e8df6 0.04 MB 114 16
694,810 694,810 00000000000000000001a85756c883d633dd8d046691e825cafba32718510ade 0.22 MB 330 12
694,809 694,809 000000000000000000088121825e66afb593ed76cdbbcd0606a42dc6d5186ddd 0.20 MB 403 12
694,808 694,808 00000000000000000012f71b6a7fc5fa0ec26f5c43d33dcdd2b135af7e6d4880 0.30 MB 613 16
694,807 694,807 00000000000000000003e9d6b7f4f197b8acbd9dc259ca40a7df11455f9d38fc 0.53 MB 932 14
694,806 694,806 00000000000000000000f69d3ac7c6003bbf792b2487c16554e4054c04c791b5 0.09 MB 87 3
694,805 694,805 00000000000000000010c9427b374c64b37a1414616af0ae4c4f97abf03b4769 0.30 MB 245 5
694,804 694,804 000000000000000000112468f675241ed6a387b1b2d52c6473f1b9e395d447c4 1.44 MB 1,737 9
694,803 694,803 000000000000000000082ff81dd2d350fdb5f7580b926f0580ddf4a532c40f99 1.21 MB 1,400 5
694,802 694,802 00000000000000000007b66ce88e06a5312c41b408f5a8a150013a91494d4226 1.41 MB 2,792 13
694,801 694,801 00000000000000000008bc92623eb1849e9a200f7f4611f706fc22844fb94d72 1.48 MB 3,115 16
Previous 10 blocks ↓
Total Size: 660.70 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 102 incoming
  • Data Transfer: 519.36 GB sent, 2.83 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. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead.

But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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.