Memory Pool Memory Pool Refreshing

83,630 transactions
35.09 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,576 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,014 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,575 (444,269 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
405,306 405,306 000000000000000001d49df25f41df812a1b273019035b7126677790ab2ec3d3 0.00 MB 1 0
405,305 405,305 00000000000000000422ac09e1295a98424c04196aefc01795de056e86c656b1 0.93 MB 1,132 67
405,304 405,304 0000000000000000021b1443d7da850d6f4d8f91a8f5a4e75357a2d1c0cf260c 0.93 MB 1,641 58
405,303 405,303 0000000000000000061878ca77700746844edfd8e35a6a62521eafbd88ff0847 1.00 MB 850 23
405,302 405,302 0000000000000000037979a813eac9aafe180c7b9c020341822c88e922f3769a 1.00 MB 1,210 39
405,301 405,301 000000000000000004139a31a07bfca389b2589797f59d2d781a9991c1e145e0 1.00 MB 859 21
405,300 405,300 0000000000000000053c702c195cf72fb1ce6c32544c8cfdb2a98d341b0f1b7d 1.00 MB 1,656 60
405,299 405,299 00000000000000000298a4954599f04ea7b2dbf68c774228a9f0de2166fc2b2f 1.00 MB 1,466 52
405,298 405,298 00000000000000000164dcdef50b4f78ff6b94ac9c2d82a72d71ef7e7a40bfa2 1.00 MB 983 35
405,297 405,297 000000000000000004e887b31a8b0ec5b025f7bfda96da4d1fba4e22805ad93a 1.00 MB 1,164 25
405,296 405,296 0000000000000000049bcc97092e796ed9f400becbcd4c584839d457450da5ed 1.00 MB 1,224 53
405,295 405,295 0000000000000000014a5f002de0e45302fa2ee2047303072f08016144af9bc1 1.00 MB 514 20
405,294 405,294 0000000000000000049250803ded8a03729083faf43d7730b535fa1424db1e99 0.99 MB 955 25
405,293 405,293 000000000000000000f3433682c9263b214a48151745fa0a4cc6d1be87d1d176 1.00 MB 1,407 32
405,292 405,292 0000000000000000003fd1a22b8754b1f82e59c778783926f18aa78f0a298cd8 0.99 MB 1,902 40
405,291 405,291 000000000000000005b53a7a611b7daf6bc175dec302a05f02ff8ab4b54ab295 0.93 MB 1,603 58
405,290 405,290 0000000000000000007994fb76901b91ddbaf25aa97bbedb513bc8be5b170845 1.00 MB 2,061 47
405,289 405,289 000000000000000005490a1c03707cc6c3970b41426aecb52bdf0a766a257b26 1.00 MB 2,540 45
405,288 405,288 0000000000000000028995995399b891525b7326ddaa8e1915fd8cab5329bb0a 0.93 MB 2,146 31
405,287 405,287 000000000000000006541d96c6a33bd7c12847993c24c5a30dd6db38e9978583 1.00 MB 1,329 55
405,286 405,286 0000000000000000059cf366d49fa0b5791507111a8e67f90456ce2af2d421c8 1.00 MB 1,058 76
Previous 10 blocks ↓
Total Size: 660.70 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 104 incoming
  • Data Transfer: 519.28 GB sent, 2.83 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.