Memory Pool Memory Pool Refreshing

67,087 transactions
35.48 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,800 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,621 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,799 (419,438 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,361 430,361 000000000000000000f3aa42913c1a72572986d25445989d2d453ebfc97cd5a8 0.50 MB 759 52
430,360 430,360 000000000000000003196c4d8af9dc176d7e35439f203167dc2979aca9144729 0.03 MB 82 64
430,359 430,359 0000000000000000000b16ee6ca7a279a869d0cc241902dd9d1421e6e72f71f3 0.58 MB 1,394 60
430,358 430,358 0000000000000000039bd78137add829ecab460eeaee52e10bcca0e45f7532f3 1.00 MB 691 16
430,357 430,357 000000000000000001851c046d9ddb24d7b7935c6be45bbfa9ab086cbbf412a9 1.00 MB 1,696 32
430,356 430,356 000000000000000000075d64043de4f25ab6f836fc3ee677b00da3d299670599 1.00 MB 2,177 59
430,355 430,355 000000000000000000c854c86b64fa94557b1520f6560634f2fff856cd28ad65 1.00 MB 1,418 39
430,354 430,354 0000000000000000040c942ae29cc2f0610d9268bcf0220f62a949c6d2ec9aea 1.00 MB 2,498 70
430,353 430,353 000000000000000002c62f85333bc866708fd76506a46d9ec1feaa13e70e6028 1.00 MB 1,707 47
430,352 430,352 000000000000000003e72d1eeb1bede1731d9645d5150654a976611c85cb2a6c 1.00 MB 2,689 80
430,351 430,351 000000000000000000295cbfb1774cca2c464eab83411e8405053ed333d54c06 1.00 MB 1,412 30
430,350 430,350 000000000000000001c198fba07b613f494cc1442121948b21d3120d5947583a 1.00 MB 2,481 69
430,349 430,349 0000000000000000033543dc14b8db3f737f8ef167916e6285e468f11ffde05f 1.00 MB 1,871 45
430,348 430,348 000000000000000000af3c34a594909a20d79e382fb42253707aaf38574f05fd 0.93 MB 2,396 68
430,347 430,347 000000000000000002050556d3a14a53f14fd399e495613fd4d1a3285f464853 1.00 MB 2,529 85
430,346 430,346 00000000000000000146a624c4513890a00d9abc2d6a0929b954b82aca6035a2 0.72 MB 1,047 43
430,345 430,345 0000000000000000010e3d748f1d8d272f2b3668d80fcf2d00ede6c6b092d14c 0.96 MB 1,918 47
430,344 430,344 000000000000000001931655501d91f3ad8eb7532a4e8db09d85da78147a6b9f 1.00 MB 2,745 71
430,343 430,343 0000000000000000002343b589853ddf78319d618770dd0561bac96fb642b12e 0.08 MB 213 61
430,342 430,342 000000000000000004b0300b49b0a70afe7bce8cf755ef046a6386bc464b1693 0.60 MB 1,138 42
430,341 430,341 0000000000000000031386a9e6cc54358f9c54e819b18e101fe243390f543e30 0.64 MB 955 44
Previous 10 blocks ↓
Total Size: 661.13 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: 742.53 GB sent, 4.78 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.