Memory Pool Memory Pool Refreshing

74,437 transactions
31.06 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,596 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,025 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,595 (655,334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
194,261 194,261 000000000000070dcabe5495a74b66100f02ffb31e0adc24bb39c319f6ef1503 0.10 MB 264 192
194,260 194,260 00000000000006f3802ba416286c263200e9930a5cf339a980eade68f571b16d 0.27 MB 674 208
194,259 194,259 00000000000004124a755c0b84daf2cb44d3c95e9dc86136b7ca7a8e66b50899 0.00 MB 9 73
194,258 194,258 00000000000006510d5ff15924028f12192b521a1490ad41e3de7f8c06125cc7 0.05 MB 93 2,500
194,257 194,257 000000000000061ce2a320ce9eb7bc78fb48ef253ba4f143a0f1b6aab6484075 0.09 MB 233 137
194,256 194,256 00000000000001b9db708a6d468d775dfa56843bb9d3c00d5576c73e593db023 0.20 MB 540 228
194,255 194,255 00000000000003a479aea0217220ba5aa65bc748cbece21f863df450115576b9 0.01 MB 10 217
194,254 194,254 000000000000011a33ecd2694c6b9f39c38af71e4d167b30703a3871eb1861ba 0.16 MB 393 181
194,253 194,253 00000000000006a58f2d1874c2e455d74c77cf812cfc4060e29387824475ff95 0.17 MB 386 164
194,252 194,252 00000000000006a88207d3fbe89bc55fddc5eabb61b24e6b4b386a09accace36 0.34 MB 1,024 181
194,251 194,251 00000000000003602c2e367ea9c9388838cf71d90478b91a711b5e1e3d0bfe81 0.06 MB 130 181
194,250 194,250 000000000000049a21538791df1f6431e47f00872773baed7d603ee21b72ef99 0.05 MB 114 228
194,249 194,249 000000000000062d3521b20f86b63a31f32c183e75e741e593360142ff09cdbd 0.05 MB 158 70
194,248 194,248 000000000000053c1c33233cf1ec677e94623bef85a2463bdc2ec3bfb15358b8 0.00 MB 10 3
194,247 194,247 0000000000000083a8e1267d7fd9424dec116d496b70051c4b90565fa33ac399 0.08 MB 164 179
194,246 194,246 000000000000069d667b28bc2fb6a2d4f9381093a2378dcbf9b3e8de0089cdb1 0.02 MB 30 71
194,245 194,245 00000000000000b14d7deee35d956103e0ecef5ab59dca07cd8f70a99508a3ef 0.01 MB 32 0
194,244 194,244 00000000000004c6bd4e0a9990eae171849cb670fdf55f129e78ce1027e0436a 0.13 MB 353 199
194,243 194,243 000000000000042b4e906627ca504e8584d442eafc30a87f7bebbc7430e34e57 0.05 MB 123 95
194,242 194,242 0000000000000708740fcdb90d5ed04494f5c5d03cafbb3d73c36988db77b3a0 0.11 MB 263 227
194,241 194,241 0000000000000697c758aceb866523f9610ed7552e2fa41798636200536779f6 0.03 MB 102 333
Previous 10 blocks ↓
Total Size: 660.74 GB

Node Information

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