Memory Pool Memory Pool Refreshing

79,086 transactions
32.57 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
849,586 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,432 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,585 (315,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
534,114 534,114 00000000000000000035addaf9b16ac75760042af4096bf640ba93903e898d22 1.82 MB 578 1
534,113 534,113 00000000000000000001c3d165c1569af400c38551bfadbc0653d0d87700eb1f 1.19 MB 1,810 6
534,112 534,112 00000000000000000028a9c9411c4bca243710d04774b8b49396f3cee8552389 1.19 MB 2,711 29
534,111 534,111 0000000000000000000fb0182235f4695554596a62c9f0b6012925bc7ca12f26 1.35 MB 1,952 8
534,110 534,110 00000000000000000020c552627ee6b1481deb22a61f9618cddd4bb139a3192f 1.19 MB 2,472 5
534,109 534,109 0000000000000000002c4cea841c3fcf82cfcedcbe9c23747fab8d5e471b9c30 1.21 MB 2,715 35
534,108 534,108 0000000000000000000b1f0c4477994dd3792a8886e60e942e5e670409cb6718 1.13 MB 2,718 14
534,107 534,107 000000000000000000060b39fe0bf8230fb0b8d405cdc5dc2f0250d265d100f9 1.18 MB 2,742 23
534,106 534,106 0000000000000000000972454a8f0553eaae550dccfc0abd7c9be41e5b0f3078 1.17 MB 2,786 44
534,105 534,105 0000000000000000001f3a92d465dee5bac1774163c058283ded524b757fe841 1.03 MB 665 19
534,104 534,104 000000000000000000105e7895f9bd15b42e6707abb7b5adb30c708f594d40bf 1.15 MB 2,567 22
534,103 534,103 0000000000000000000a021fe9e2ce8b241973d39ce3713fcb584452c9d69884 1.26 MB 1,831 6
534,102 534,102 0000000000000000001343ee81dc17108a40c6d700c68e44ba14b535ca4bdcc9 1.13 MB 2,494 11
534,101 534,101 000000000000000000173829bc3e4d6c716f30619aaceb7d89fa58d1724b8c0a 1.11 MB 2,430 27
534,100 534,100 00000000000000000032b3ebcadaf1b653bd1fa454132d0bd379d74fc7c3227f 1.13 MB 1,653 7
534,099 534,099 0000000000000000000b4907eaa05beb7176f615e8bed9ccf8f74735d71e7ca3 1.09 MB 1,124 16
534,098 534,098 0000000000000000000fd1f70f78142fc059a10e5118ffbfcc060e16614bf78f 0.51 MB 764 29
534,097 534,097 00000000000000000003afe2a3b58406e84f34bfd8322b7a5e46765a070b03a6 1.20 MB 2,625 42
534,096 534,096 00000000000000000003b6a4d4e5e54d892a1838575ea0f941938f6413699512 1.06 MB 531 9
534,095 534,095 000000000000000000355882ebd469e097b3654859b671f145611a274e2c56bf 1.10 MB 2,283 15
534,094 534,094 00000000000000000028aea9aafaf166155af830c8d0b9c247d29bc0aecef953 1.06 MB 1,307 12
Previous 10 blocks ↓
Total Size: 660.71 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 98 incoming
  • Data Transfer: 523.50 GB sent, 2.88 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.