Memory Pool Memory Pool Refreshing

65,803 transactions
28.08 vMB
Show Random Selection Loading Transactions
Max Size: 154/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,736 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,325 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,735 (705,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
144,385 144,385 00000000000000007146b94294f415b350ee9afd4d9193b2a7c3f0c2c795612b 0.04 MB 62 303
144,384 144,384 0000000000000768736070efa771fe25c034f38709ebe5905eced3abe1fa2ec5 0.03 MB 40 139
144,383 144,383 00000000000003d361134b1c80a3d926ff8632df810b4639a2933fba6f752f41 0.01 MB 24 131
144,382 144,382 000000000000016c764f26d2cec2ec5f03ccdd0f607b8939d5fbb5b93ca1c5be 0.03 MB 83 112
144,381 144,381 0000000000000640623678f1a9912e7e13503fd50b5c5e91819f667578edbaa5 0.00 MB 8 334
144,380 144,380 00000000000008c7555e09179934fbf2766344fc91c6f8eab2055442313567d8 0.00 MB 17 66
144,379 144,379 00000000000004fdf7f3a3c2a361c7230f22aa6a9e073e329cb87b0a7d8da138 0.00 MB 16 83
144,378 144,378 00000000000001e224bff10deffd22c72bc04ca44b32d70bb0d4d192d6a857e9 0.01 MB 35 128
144,377 144,377 000000000000053d0ebe5c5a0f84e87f2ed04c0498b0705a7eedf7c85d4285f9 0.03 MB 81 209
144,376 144,376 0000000000000774a676429fa2c6f7b4d8a62dec8149fe2ef10753cd55d2cab2 0.02 MB 85 66
144,375 144,375 0000000000000796022f49e8b85a9c86947acea072ec73775bfd0fbfe304dc71 0.03 MB 82 207
144,374 144,374 00000000000007ee10ef814318b1e5c99111db1364acd611aef5365c6b511fc4 0.05 MB 116 102
144,373 144,373 00000000000008cb63f959f929e3dacb63c6a92085a16f0259bc22b2cf14d504 0.01 MB 14 381
144,372 144,372 000000000000029e7624785bd611413dedb527a5ab7c4771ad11c76e298cb709 0.05 MB 104 168
144,371 144,371 0000000000000409cf4e5a32ab724e992f850e707c1008227299b4ebf1770a26 0.01 MB 33 261
144,370 144,370 000000000000092dafcb3060b21e45b0131bf690886a5036e62eb98f9921b7c3 0.00 MB 7 59
144,369 144,369 0000000000000706105d30301e676063d787caebc4551e4d014679fa85c09cc2 0.05 MB 134 222
144,368 144,368 000000000000020a9df1aefce2569b99f0a040f116a18f68dcc5a34b8e6f8626 0.00 MB 2 0
144,367 144,367 00000000000006d8517da2cb7594f8d678d1091d8acd37b50ad43735a8a25bd3 0.02 MB 64 1,384
144,366 144,366 00000000000003fcc3d006c0ebd92e4168b30e6487fed389e845e0338aafa06d 0.02 MB 66 203
144,365 144,365 00000000000004bdbcbe7802bf938b13536239984151431b79345f62786cad0c 0.01 MB 36 141
Previous 10 blocks ↓
Total Size: 661.01 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: 684.81 GB sent, 4.07 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.