Memory Pool Memory Pool Refreshing

65,565 transactions
36.16 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,665 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,101 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,664 (725,522 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
124,142 124,142 00000000000027aaa6a6966caa2aa55253be5b397f29607f543801efc645fa3e 0.00 MB 11 1,782
124,141 124,141 0000000000001bdca14e229bec2a73e225468029ab72befd70ace608b850c77c 0.00 MB 8 965
124,140 124,140 00000000000054f3e2ee33df8be4da5b7d11a0ae07d5f0299ed4a0ad91c876aa 0.00 MB 7 0
124,139 124,139 0000000000005e41432f4cb9b1e99ef94b77627489a401338911f4d06d10abea 0.00 MB 6 347
124,138 124,138 000000000000512b59e046c09dd3dd03b205b4b52844407b5227e750320e77f5 0.00 MB 7 715
124,137 124,137 0000000000000c00abc58899f704cbef4102ecdddb2f87bfbc9f6849a5bbb8a5 0.01 MB 46 491
124,136 124,136 0000000000004c718d03f7dd4856fdcd57bdfad413a6f52cf875ab5f02eb82da 0.00 MB 7 602
124,135 124,135 0000000000002b92b62e0646f8dfbb1235847887eacf4b7873474cf7af2bed16 0.00 MB 14 0
124,134 124,134 0000000000003d9052e9e4dedb32972ae5e4f1ab14feec6d877e3528fcfc09de 0.04 MB 46 978
124,133 124,133 00000000000066c65b1839864798db0e5bff611f6b57498e88c942ecc5ce589f 0.00 MB 3 0
124,132 124,132 000000000000296605e33e050b9371fcf686d4c56024d4f6384bd1b41f66da9b 0.00 MB 12 825
124,131 124,131 00000000000069837c9ba80c215c8e2c14fb4fbeb4f0c8b3f6f58661950e221a 0.00 MB 8 0
124,130 124,130 00000000000055c8a5b6f081972596cac79e4d7d0e926504c916847dcc48d6b7 0.02 MB 27 323
124,129 124,129 00000000000049adaa376b392123897ccb6bf4ee4635fb972c8d05410d4c6d5a 0.01 MB 19 485
124,128 124,128 0000000000004bd4c289ea3522bd1b3be8b47acd8215238e25e2dfc9b9aeae09 0.00 MB 7 0
124,127 124,127 000000000000556053e94f07b6fcf350e89b24b38a2f15d69f50ff9ec115a469 0.00 MB 9 0
124,126 124,126 0000000000002b5e361e65270aef0579b3b6c8339ef7d6c719ae313b436a0f76 0.00 MB 9 0
124,125 124,125 00000000000008c7015a381a5cbc3ac1f0073f916f06003ae777382188a81a5c 0.01 MB 3 0
124,124 124,124 0000000000004c4e69ce1ddaf49030386ff88d79b1553a85dc15ba1350ff8038 0.00 MB 1 0
124,123 124,123 0000000000005d0d08fd610f29a233a0b4bf4ffc4be681b3bee85139b4250ad4 0.00 MB 7 552
124,122 124,122 00000000000000ef77c13b9687d8483afa9d07f92d016544c2337236d60b4109 0.00 MB 7 342
Previous 10 blocks ↓
Total Size: 660.87 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: 612.87 GB sent, 3.57 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.