Memory Pool Memory Pool Refreshing

74,941 transactions
33.38 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,455 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,937 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,454 (364,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
485,178 485,178 000000000000000000b86f6955ce234fb0e1bdd08788e25162bc02ef3db7c487 0.26 MB 449 75
485,177 485,177 00000000000000000078865a33062877b237a107df48b518304e04c8ef77821a 0.20 MB 437 73
485,176 485,176 0000000000000000003bfae3a401a841f84a5a3ea70eca543b1d4d32b95a6499 0.62 MB 1,398 76
485,175 485,175 000000000000000000b0bea2791978c065fd6a32bfe502beb38e5191bb95893e 0.73 MB 1,426 80
485,174 485,174 0000000000000000000ebde8f93f162424cf3e37c10c4f017005ef0ddf2b9235 0.48 MB 1,023 45
485,173 485,173 000000000000000001005d3a898c64e43453bd190d3891d21dbb2416a0f375d8 1.03 MB 2,167 30
485,172 485,172 00000000000000000032638e3cb58190c1c99829f1d8093fa58c915d48458923 1.01 MB 2,445 167
485,171 485,171 000000000000000000e8361336200b832a4f32e8f8912fdf0b09a10f6c7fe217 0.03 MB 74 92
485,170 485,170 0000000000000000009a5568baaae727dc7d8dce71ca1baa0647631dc984a713 0.38 MB 646 65
485,169 485,169 00000000000000000008b6be1a2c519501c5e4977986b2f31769ab55dba0cb86 0.61 MB 1,067 90
485,168 485,168 0000000000000000012122d27a98d728d3b76254da5d8ea7c0736409aebce8e7 0.46 MB 1,155 72
485,167 485,167 000000000000000000a1046e004c7143cb9f52ce77d3aa57f9a6e210bcd355e5 0.29 MB 654 86
485,166 485,166 000000000000000001124d8dd84c778316a795bf7a1cddb80d5e7d19ac47679a 0.55 MB 1,163 72
485,165 485,165 00000000000000000119cb9af54ca6735c2299f83d72fa1c42a8e157c5c1d57e 0.28 MB 539 22
485,164 485,164 00000000000000000008804e2bcb2c872d187942e4df581f609b72b85b196b3d 1.01 MB 2,244 88
485,163 485,163 0000000000000000007689151222e5c62c7b1c335242be307c2feeab7ef4890a 0.74 MB 1,762 83
485,162 485,162 000000000000000000f316311c279a2fab72448093fd07bc9c90081ff6562b34 0.62 MB 1,177 121
485,161 485,161 00000000000000000033729b3d6ef73f0d5ca54dbc40d60e7567ad16e650abec 0.12 MB 246 89
485,160 485,160 0000000000000000001e082d1336d76889a162c3c07b4faf92fbe99a00076894 0.51 MB 1,052 80
485,159 485,159 0000000000000000009ed049fb5b9b44e02de62d93ee867e102f57afe0639807 1.01 MB 1,166 89
485,158 485,158 00000000000000000104d0db6646f4e2d155d7d9cf139bd77a1822e79f8ffe91 0.21 MB 459 99
Previous 10 blocks ↓
Total Size: 660.47 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 94 incoming
  • Data Transfer: 374.77 GB sent, 1.64 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.