Memory Pool Memory Pool Refreshing

80,358 transactions
34.82 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,611 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,998 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,610 (233,245 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
616,365 616,365 00000000000000000003ade66a3873c2752057f90621f61d674af94cd55b8432 1.29 MB 3,426 39
616,364 616,364 000000000000000000002302e0dbfb7eaabd50c8a42349631612885dcbee59fe 1.35 MB 2,264 26
616,363 616,363 000000000000000000052610855eb0e447d7cb4804edba8b1ca07492f1cf5fa4 1.24 MB 1,899 30
616,362 616,362 0000000000000000000b3c58abd75d7a59526cd86b07f8336557c9873bad3d23 1.09 MB 663 6
616,361 616,361 0000000000000000000919d996ada30f52ac4d0c3909e4898f17b4eafeeefc66 1.17 MB 2,573 4
616,360 616,360 000000000000000000041e119bad525d4e1e68ab9689f69e60d6b6f12015efac 1.20 MB 1,852 29
616,359 616,359 0000000000000000000a115f4ee3de9f69120f5cb836647d1f0201de5c68554d 1.28 MB 2,257 28
616,358 616,358 0000000000000000000450796dcc8c19e077b8b5c90a90c23008aa88bfdd9dc3 1.16 MB 1,909 13
616,357 616,357 00000000000000000003e32b31d4aea83cc4d4dfc4f21b84f866e8882eba5499 1.11 MB 1,168 10
616,356 616,356 0000000000000000000a45773aba4660f019b8f42d6cdb97af1278dc348c7771 1.01 MB 188 1
616,355 616,355 0000000000000000000623a59f16b476f0b85b7f97c3b478441659b8bafaf351 1.07 MB 292 2
616,354 616,354 0000000000000000000d6d0c60281a6965ffef009a19756fcca36a644688cc02 1.06 MB 639 4
616,353 616,353 0000000000000000000718b76b2ebb20a13028c10a9920ee740ab51ec768ca2e 1.30 MB 2,682 18
616,352 616,352 0000000000000000000f2a2f49715b8156f6f736641fd9a63b4681c4a92534d0 1.16 MB 2,037 4
616,351 616,351 0000000000000000001026dfd801448ebfd122a580fef2e63d17c6bbf290dd7f 1.17 MB 2,284 8
616,350 616,350 0000000000000000000f9de031cf74e3ec3a4492d2d2721152c13c33ea3bc4a8 1.36 MB 2,582 22
616,349 616,349 000000000000000000083c117f3ec3df720fd3610793313bd54ac394128c1fe1 1.33 MB 3,122 46
616,348 616,348 00000000000000000006a5ea3be113a845a6b65ee36c23408a6f4e4310c96cae 1.10 MB 970 9
616,347 616,347 00000000000000000005ee941128175545bbf86e0014b17ff759b407adb45a17 1.18 MB 1,434 11
616,346 616,346 00000000000000000000e2215dfde5c9a21ac6eb1f92f0cf2a2654795acbd293 1.29 MB 3,194 17
616,345 616,345 0000000000000000000de113364882b42af5123423c451b100a3b9dc3e114784 1.20 MB 2,645 17
Previous 10 blocks ↓
Total Size: 660.77 GB

Node Information

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