Memory Pool Memory Pool Refreshing

64,011 transactions
25.57 vMB
Show Random Selection Loading Transactions
Max Size: 146/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,705 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,156 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,704 (67,979 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
781,725 781,725 00000000000000000003ca6c258482e1ca8718f04491bc4879497488b42846c2 1.55 MB 2,772 23
781,724 781,724 000000000000000000024fba98d46a2c4c9d973806da0f73ae638b0256e48a7c 1.52 MB 3,805 24
781,723 781,723 0000000000000000000489337f5bd1afaa23eab4283274a9811676ef1b0b87d8 1.53 MB 3,024 35
781,722 781,722 00000000000000000006431c6f3e58d99b760e3abff36345abe706171a6fac75 1.66 MB 2,201 13
781,721 781,721 000000000000000000042103982300bc3d11db42706ed633c55a10e21e7662d9 1.46 MB 2,685 19
781,720 781,720 000000000000000000010b77b2268c07a779c11f9b585eece999172208d429a0 1.39 MB 3,177 25
781,719 781,719 00000000000000000000e986db5c0c33c4c745d6c602c0394c0dc2c1e4e7323e 1.36 MB 2,395 33
781,718 781,718 000000000000000000040abdc1504b9a189aa89491ccabf56c995af7f38c07e3 1.40 MB 2,259 20
781,717 781,717 000000000000000000065a40e42e4d63e15013f761a8656d9544b04d44dd6450 1.54 MB 2,970 22
781,716 781,716 00000000000000000002943367e86046586e156ed1976d70107e49260c60460e 1.52 MB 3,491 31
781,715 781,715 00000000000000000005b472c14a6c5f559ec228e999525f09ac25789672f25a 1.35 MB 1,828 16
781,714 781,714 00000000000000000005d18baa8b08fe1d2a61866efce2137826aa5ef5b1497e 1.71 MB 1,155 19
781,713 781,713 0000000000000000000443485731b0a1ac01466c4b273a4a9e36033cc86bd1ba 1.85 MB 2,191 19
781,712 781,712 00000000000000000004b94722b3dcdc06d909aeb0115876a3ddf09dadbb3f03 1.52 MB 3,448 29
781,711 781,711 000000000000000000042c9edba3ef8479ada1d35764278d70e0ff1ba132c16b 1.46 MB 3,097 24
781,710 781,710 000000000000000000001dea449aaca89c7e2a474c1f26d6bf97c4310a71c37a 1.51 MB 3,635 29
781,709 781,709 00000000000000000002e9fd491c62b4748e8090f73e32de532bb1679fdfa4e2 1.32 MB 2,301 31
781,708 781,708 000000000000000000047504592bb076ea7688c2cc201a5866849cad30d77c8e 1.79 MB 2,098 40
781,707 781,707 0000000000000000000044eb955975c91a7cfac4503980b180eda269e060e403 1.77 MB 1,165 15
781,706 781,706 00000000000000000001576542b72029d7843c64c671e3952b4919bdba7f803d 1.73 MB 2,098 20
781,705 781,705 0000000000000000000228b4edaeb6bd58b734383c882d3510aee32b1f9dc73c 1.76 MB 1,987 16
Previous 10 blocks ↓
Total Size: 660.95 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: 643.42 GB sent, 3.77 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.