Memory Pool Memory Pool Refreshing

92,010 transactions
33.11 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,562 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,767 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,561 (265,049 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
584,512 584,512 0000000000000000001bf80053da531ad083a3dbe532f04877d6cba0cb09de25 0.00 MB 1 0
584,511 584,511 00000000000000000019f1dfae6ac323fb17447a659ced17739f11eeaa7e1551 1.13 MB 1,541 53
584,510 584,510 0000000000000000000c9d7d3d03bf39529e0d5d93bed43782812b2e775d053b 1.18 MB 1,333 41
584,509 584,509 00000000000000000012c7199bce2c5e803fa52b1c03d7fed731f43fbb406f99 1.16 MB 2,599 50
584,508 584,508 0000000000000000001fab44036c4d5cccca84a65c5c1a5b896b1d1271bb503f 1.26 MB 2,121 56
584,507 584,507 0000000000000000000a7e152d39a51893a719e76eeb994a7c36dfb355179429 1.31 MB 3,042 74
584,506 584,506 0000000000000000000f9fc5a34b8a21b8b0014575059e1e6137c77d1a880d7a 1.35 MB 3,073 79
584,505 584,505 00000000000000000016ed99cbac86d46186700da18880f53c5e66edd866f997 1.29 MB 2,643 56
584,504 584,504 00000000000000000001c2bc7e7a9043769574f63c1ca575e66bedf4d4926ea2 1.28 MB 2,641 74
584,503 584,503 00000000000000000022a44138671a69f420d99cf3ce9e5c5a2fe47832c766eb 1.64 MB 1,467 52
584,502 584,502 00000000000000000005c7ef24b9a0276eb7dd57abcdc808ebee028e8f04068e 0.00 MB 1 0
584,501 584,501 0000000000000000001966a87414a415aa954c32779437e7aea35f5f9a03487e 1.19 MB 888 47
584,500 584,500 0000000000000000001b34dc6a1e86083f95500b096231436e9b25cbdd0075c4 1.18 MB 2,074 55
584,499 584,499 0000000000000000001466807bd6602037ff7e2c61c0323631734e2a7cd0cdaf 1.10 MB 1,416 49
584,498 584,498 0000000000000000001b351184e8946e32f39a5c6b2f793903fa6ee88ea95f19 1.43 MB 3,479 87
584,497 584,497 000000000000000000039cd1c8af16dec1954cf92d940e98278a5ab7616b8fac 1.09 MB 1,458 46
584,496 584,496 000000000000000000042e9d39181ec4e75695c5e05604440f79e0b35b713a4b 1.26 MB 2,839 54
584,495 584,495 0000000000000000000d17c9302b85b5a974e00c029d8e81b8c86110020786dc 1.20 MB 2,490 82
584,494 584,494 0000000000000000000a877c7b7a40de34c15767a64f553aa58529f7ae5b302c 1.28 MB 2,679 82
584,493 584,493 0000000000000000000451bc32f652326898fa33c6cd074025f2dc32d5ced9da 1.30 MB 3,122 113
584,492 584,492 000000000000000000063d6a38161b2a69ba6bfe84f31272ffc3c36308b55574 1.33 MB 3,024 61
Previous 10 blocks ↓
Total Size: 660.67 GB

Node Information

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