Memory Pool Memory Pool Refreshing

83,520 transactions
33.82 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,574 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,822 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,573 (222,292 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
627,281 627,281 0000000000000000000ff687a65ca3ff6bbe1005771fecd4a261a12d8cffe497 1.26 MB 3,131 44
627,280 627,280 0000000000000000000ccfd38a6bb033175112d5238f0d0c043dc285f73ab3f1 1.14 MB 2,519 12
627,279 627,279 00000000000000000007b2876ac26a996091200ef15c665a4c706f4bf2e52697 1.17 MB 2,982 17
627,278 627,278 00000000000000000002edea14cfbbcde1cdb6a14275d9ad36491aa5d8862747 1.33 MB 2,375 29
627,277 627,277 000000000000000000028dbd5c398fa064b00e07805af0a8806e6f3b6ffce2c0 1.26 MB 2,934 23
627,276 627,276 0000000000000000000b765fcf7f744ed0ac934f5f4c38f6da16af22febb248c 1.46 MB 1,807 26
627,275 627,275 0000000000000000000861d9fe17db30d1e58e3b1424f64053b339b42ad07e38 1.40 MB 2,917 36
627,274 627,274 0000000000000000000aed98e1d63038a5542dffed78b6b20f359b2fd95ec00c 1.34 MB 2,878 37
627,273 627,273 000000000000000000033a2c1b6999e1a2a807ab128c92556bd55aa45b56bf12 1.41 MB 2,361 35
627,272 627,272 000000000000000000046b0e3c04bf0d58e2d81ee7b8fcbf88e229b8a5dcae04 1.26 MB 2,907 43
627,271 627,271 00000000000000000009159a8f1aa246c5bcf35709f080e13ac51ef980404975 1.35 MB 2,561 34
627,270 627,270 0000000000000000000dc6156710b808f975f399d18c10872b76a206dbb1db3b 1.76 MB 407 3
627,269 627,269 0000000000000000000d69ed003f838c2f95010bba8d1fb96c5d48d87faee86c 1.56 MB 1,293 2
627,268 627,268 00000000000000000007cb510684669dc00a3537732b1d81605a8cdc341fa34d 1.14 MB 2,047 4
627,267 627,267 0000000000000000000b3aca3c184e85137fdf896aefed0d0f657d080aa3cf26 1.31 MB 2,794 32
627,266 627,266 0000000000000000000d47a3a141a3607a796f0b418974aca98108b6af5b6083 1.23 MB 2,438 14
627,265 627,265 00000000000000000000158949d496c623de778f7881b1c92336a369a137cebc 1.24 MB 2,171 33
627,264 627,264 000000000000000000038b728287f5b3dbf64ce74f3013c01c3ea7bc3c7eafca 1.32 MB 2,550 32
627,263 627,263 00000000000000000008bd365d9b16ee64497d738c3bcb44e26557968f68129b 1.37 MB 1,861 15
627,262 627,262 00000000000000000009747f64f68b48d0d27d5d8a327fd53aa45462ec4344db 1.42 MB 2,026 11
627,261 627,261 00000000000000000009dcd4b7bfc23cfaea4371fadfc28e77203dc62ce0eeb6 1.05 MB 573 3
Previous 10 blocks ↓
Total Size: 660.69 GB

Node Information

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