Memory Pool Memory Pool Refreshing

62,279 transactions
31.03 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,787 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 7,002 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,786 (757,966 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
91,820 91,820 000000000003d3c0a5e711c7ba8c5d948daa82521140e1e07ab24c19ab6b39d7 0.00 MB 1 0
91,819 91,819 0000000000086f34dc823064b5de7b5cad8785add39640a3f0972cd72c0ee80f 0.00 MB 1 0
91,818 91,818 000000000004a44d043be6408da3bcdb586a5dac148061982a032bd1a0a0ea51 0.00 MB 4 0
91,817 91,817 00000000000392276f36a59a2466d694d357103afe85ef7edd0d62761bc610bb 0.00 MB 4 0
91,816 91,816 000000000005dfcea75f915d0e5b568318252164afa9209f73f9a66d7866fe92 0.00 MB 1 0
91,815 91,815 00000000000a12301d79b34aa3838280cde6771a23822fc65bb37eb9b2c78549 0.00 MB 2 0
91,814 91,814 00000000000928372d255367e4e1d1393d229896eb84fbd10175f0cc7b4c2d75 0.00 MB 5 0
91,813 91,813 0000000000006626b8604240c5bb5305830e67fcfa8bae10d64cea0e2eb121d4 0.00 MB 1 0
91,812 91,812 00000000000af0aed4792b1acee3d966af36cf5def14935db8de83d6f9306f2f 0.00 MB 2 0
91,811 91,811 000000000002afe839294d4e038b5c831bc09632fd717c0980f8f216dc2b360f 0.00 MB 1 0
91,810 91,810 00000000000b8c512513e652fb3fd51a155cf8427e6969a78c39f84edc8e62c1 0.00 MB 4 0
91,809 91,809 0000000000073262e5b4a63b87eb9063e1590c85f8152e74f9c5e24809a6b9e9 0.00 MB 1 0
91,808 91,808 000000000002a998d047af758b13b6c6f68fd0670174c0a11b26f11cc8238c14 0.00 MB 1 0
91,807 91,807 00000000000e086f21a04ea8e420202c7705d1ca561e04e38a17330d7f4805ef 0.00 MB 1 0
91,806 91,806 00000000000aabbcaaf33b82c363a9b4bd1388fd3104b32f834be345e90fb1bc 0.00 MB 2 0
91,805 91,805 00000000000e6e10ebd0887fbf61f8033f18aa08ca1a4392227425cea27366dd 0.00 MB 2 0
91,804 91,804 0000000000097d2a6ea5d1cb12dd600fa4dbb93b7beed10f007ad5e1cf1f6352 0.00 MB 1 0
91,803 91,803 00000000000e13e00da0e10be7e71f78aa39e2843b9b4f813cd6883b2358d7b1 0.00 MB 1 0
91,802 91,802 000000000000f8993e0b42e4b3bea7b7edb3487c6b016a27d1d37b1b2d345a7a 0.00 MB 1 0
91,801 91,801 00000000000292ee05baf017f15780a2db02a99a1019a1068c9c12ed667f17b8 0.00 MB 5 0
91,800 91,800 0000000000055f563abfe00e42aa4e0c889742c42f14087922b353b24cf24425 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 661.11 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: 734.65 GB sent, 4.63 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.