Memory Pool Memory Pool Refreshing

82,462 transactions
31.58 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,423 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,160 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,422 (238,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
610,739 610,739 0000000000000000001021f97079f2b38b2f746bd49c58034f897b10981c8c88 0.47 MB 1,065 18
610,738 610,738 0000000000000000001255b0bb8c6a803c909e878709a2548b1e153987e4fa2b 0.84 MB 1,773 10
610,737 610,737 0000000000000000000a21cb45739b4de0affc28953f5d22e121e163cba0e562 0.64 MB 1,326 14
610,736 610,736 000000000000000000016fdfdc8cdb190dea7f045c0eb887bf9fe64346d1ae53 0.01 MB 20 16
610,735 610,735 0000000000000000001412b3e34a69c8c106f3f77a8c6030abfbad9eb6f74dbb 0.07 MB 192 15
610,734 610,734 0000000000000000001236de13bcf36f2173482148d74dc80f71e05ab67a1945 0.03 MB 63 8
610,733 610,733 000000000000000000013bd0df993e943bd71209fa76b7483976b5a5e749c805 0.22 MB 473 11
610,732 610,732 0000000000000000001030129095f46070798dc7751167afaabf1fdd6d89ebf6 0.18 MB 312 22
610,731 610,731 0000000000000000000e10789a76a0c175746d3faa7d6d2554ae364aa1f44e4b 0.36 MB 908 9
610,730 610,730 0000000000000000000ed5b2ac370979cb799250eea70716291b1f4afd96ffb0 1.28 MB 3,170 10
610,729 610,729 0000000000000000000c268e62a31c21c3bd948c026cbbc761958d5eb5f8523e 0.13 MB 394 11
610,728 610,728 000000000000000000138e33299490d6f40976faea4f6263474efdfa55df443b 0.62 MB 1,179 8
610,727 610,727 00000000000000000011e3d495b40c62a074c121977089104e15a2ae197cf396 0.39 MB 1,109 9
610,726 610,726 0000000000000000000d69d667ccb207537705980830176c6b8808afc2b44ab4 0.89 MB 1,952 13
610,725 610,725 0000000000000000000460825c2b0f896531f615182d46998da9f858fc5d9ed1 0.92 MB 2,002 7
610,724 610,724 000000000000000000052edb0af275c6764ed8d3659af45edb1a94cb22fb1f88 1.25 MB 2,422 11
610,723 610,723 0000000000000000001132a5d365eb1fd991e9be36af936462ac889bf9b99e60 1.39 MB 2,682 18
610,722 610,722 0000000000000000000f7e983964b64e07f8b8bc873d6985ebd645d71609b820 0.30 MB 694 11
610,721 610,721 000000000000000000092a99b2b95fb4a04d4d3325b055746b444230dd710b15 0.50 MB 1,354 10
610,720 610,720 00000000000000000005b6741c287fdf74a82b1c434f11bcd329c29b9487d4e9 0.89 MB 2,136 12
610,719 610,719 0000000000000000000bcdb399803ee5bfa66dd94615dd746ac9045f500ac1c3 0.09 MB 227 19
Previous 10 blocks ↓
Total Size: 660.41 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 89 incoming
  • Data Transfer: 335.69 GB sent, 1.39 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.