Memory Pool Memory Pool Refreshing

73,631 transactions
29.36 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,711 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,663 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,710 (101,049 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
748,661 748,661 00000000000000000003b9675678a9b4a611aa8d052e7fc3f303c2437e9977a9 1.41 MB 2,616 15
748,660 748,660 00000000000000000002bcc89b492d077aa5b18b5040325daf0c1e0fc6b43cf6 0.52 MB 1,060 15
748,659 748,659 00000000000000000000a3b2c8551e7c66f1710efc20053630654a9d44ab70bf 0.16 MB 317 17
748,658 748,658 00000000000000000002d1da8e366124aa6527537eca1a01e66af7ace012bb43 0.17 MB 186 15
748,657 748,657 00000000000000000001394a888ccfffef1a97cf63055f155621a66f71f9ec68 0.55 MB 690 10
748,656 748,656 00000000000000000000b381cff350362bf35d8ef71dad6db90c250059aff7fe 1.01 MB 808 7
748,655 748,655 00000000000000000005656eff8a3d03ebc53eef0a0db00478aa0ac541ed0c7a 0.50 MB 482 10
748,654 748,654 00000000000000000001842abef5c6b68fb503587541c9c511d692a01ac3db32 1.43 MB 1,574 10
748,653 748,653 00000000000000000002749f699d1ef41108c4468e23cf8bf5ff08435c00baa1 1.55 MB 2,239 18
748,652 748,652 0000000000000000000836df90ae18b60178599e6f0188d47e56e5b258cabc15 1.70 MB 1,143 3
748,651 748,651 00000000000000000000d1dd3cb11144dc579c46602996399756bb6271a49260 1.29 MB 1,512 16
748,650 748,650 000000000000000000061311e9cf88ceb76128824316e3e7828673dbed982aba 1.26 MB 1,895 28
748,649 748,649 00000000000000000002205f68d4c385dbe20a835e61a7529ffb2bd04019eefe 2.17 MB 527 4
748,648 748,648 00000000000000000008edbaa3daa22122d5a580dad48c210e4862911ea4d52e 1.76 MB 1,673 10
748,647 748,647 000000000000000000038d5f2aea675987237e7a1824cbd0165744c219a8aac8 1.57 MB 2,076 8
748,646 748,646 000000000000000000069c057cda9144b9ed94f84a9c5dc94181da7471fcab2b 1.54 MB 2,712 22
748,645 748,645 00000000000000000005b13419c4ed8fd4ccaf5b1895d62931eb325edf77f947 1.63 MB 1,816 11
748,644 748,644 000000000000000000096197e185289a566877c812da125e7fae9aaa5f098a3f 1.50 MB 3,119 27
748,643 748,643 000000000000000000065860c4ec227b2dbe0c7e176c2e3f12ffddd0d3a77f4c 0.27 MB 164 6
748,642 748,642 000000000000000000042d627a8d212cc28e4cc7e13888ea29cff8ba9c4a4e1a 0.90 MB 1,072 13
748,641 748,641 0000000000000000000026a4a2395f15cf96d0020f6a9cb3aaa97e0213577217 1.10 MB 915 13
Previous 10 blocks ↓
Total Size: 660.96 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: 652.55 GB sent, 3.85 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.