Memory Pool Memory Pool Refreshing

83,193 transactions
33.72 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,460 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,734 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,459 (655,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
194,271 194,271 00000000000002eff815fca71e9bd9c7c64dd0e7552139b975110b88be4e1337 0.25 MB 702 193
194,270 194,270 00000000000003f9ade77f7ec2378aa946e3ba46bb72f8fa84b391f789f47406 0.50 MB 599 55
194,269 194,269 000000000000051455a2a25f121adb8d01ee81be0e70dcfa3b197d24356752d2 0.00 MB 6 59,414
194,268 194,268 00000000000002b4701ed78a2db3b2c024f1f7cce41d952e7d67b89bf8c325c4 0.50 MB 1,195 23
194,267 194,267 00000000000002f62b8f0c94ed818fa1c660fa187a1ffb2e28082fbd9604bb98 0.06 MB 149 65
194,266 194,266 0000000000000181093d7361f4ecb19b4cd2a36b611c31216ad66fbc45ae2cde 0.20 MB 232 105
194,265 194,265 0000000000000561f1f5c97739c6b680b10e7961c0525a3b6afd2b2c76aebf14 0.02 MB 58 114
194,264 194,264 00000000000004cbe246e020e189dd64daca3ab5d3b4bf957abb05699624f0ff 0.00 MB 5 16
194,263 194,263 000000000000037589c54c771913a79464bfa6c69e6b8b3f457a94c86fcbb39a 0.08 MB 157 108
194,262 194,262 00000000000000298be51067d765612d4274d8ef65156a0413c37192a29d428a 0.08 MB 272 16
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
Previous 10 blocks ↓
Total Size: 660.48 GB

Node Information

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