Memory Pool Memory Pool Refreshing

70,443 transactions
33.37 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,790 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,743 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,789 (254,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
595,360 595,360 000000000000000000039c5f5486ba05b854c1a9d292547eedda6c050f995974 1.29 MB 3,579 22
595,359 595,359 00000000000000000002f1966baa9b42673cdaaf2fb6a2c4b241a16785b72f99 1.16 MB 3,599 10
595,358 595,358 00000000000000000004058a349afe31eb1213fd6f36daa36911c4db1ac39136 1.32 MB 3,203 31
595,357 595,357 00000000000000000012b8589abb3b1ea51de15fbf24f37b8c528fab7a0427d5 0.81 MB 2,028 19
595,356 595,356 00000000000000000004da5da7f1ed0c67f66319473c37fec6df7818aa018c1f 0.82 MB 2,169 18
595,355 595,355 00000000000000000007b63c81b982f423bfd765007368c35473760abdb8c6b6 0.43 MB 1,000 12
595,354 595,354 000000000000000000123dbb3c4fa3c19409da0ab8bb498ea2a726c41a6db9cb 1.32 MB 2,943 9
595,353 595,353 0000000000000000000ed30b14303d633e0448d6b586f7c23c8b82725f51435b 1.46 MB 2,441 29
595,352 595,352 0000000000000000001217e4077af19872aa53f6217ff6b6dac65345ee8f15b7 1.39 MB 2,201 25
595,351 595,351 0000000000000000001747ff2aa895a1e7f8f4df30e3cdfc2f2f5a98a0f6fab5 1.33 MB 1,949 4
595,350 595,350 00000000000000000012635ca9e4c7a7a80f9ca3b9c75b759942c4fdd85b35d2 1.33 MB 3,203 23
595,349 595,349 00000000000000000010e05b2ee3d69a3b23a4e537956c4ba07a851d23b71a6c 1.30 MB 2,314 14
595,348 595,348 000000000000000000050682f9a65197b5b24fbd51f90209e60fdc77b2a1cee0 1.35 MB 1,796 6
595,347 595,347 000000000000000000046643885982a1a611b58b523be3dcc2d1c003703c412c 1.34 MB 3,449 25
595,346 595,346 0000000000000000000f40cbb19b4349ba1bae8ff69a16b14777d472d7c06edb 1.21 MB 1,975 8
595,345 595,345 000000000000000000112953ce46f06290d676c16c3632fe4cab6727cdb85c11 1.11 MB 925 5
595,344 595,344 00000000000000000006cb988c6ee1df4cdcfeddb327884bdb811cbb316cfef6 1.51 MB 1,471 14
595,343 595,343 000000000000000000122f7d96000ed54b71f6ec3a6ff242578a7170c6f40e96 1.22 MB 2,716 20
595,342 595,342 00000000000000000009e59129afce50e28a071ed7453f2565b460ddd0c5d64e 1.13 MB 2,142 17
595,341 595,341 00000000000000000012c1521e02555255b04dce86205bad0b06f8fe7ddad6c9 1.17 MB 2,729 16
595,340 595,340 00000000000000000005a8876368cc39d08f13af1998045e7e477496bec8d168 1.30 MB 3,288 26
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, 112 incoming
  • Data Transfer: 738.38 GB sent, 4.68 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.