Memory Pool Memory Pool Refreshing

81,622 transactions
35.03 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,612 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,234 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,611 (66,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
783,517 783,517 00000000000000000004636987a84ac4d4e2ade97bc190b855c7ff23775dfa29 1.61 MB 3,344 21
783,516 783,516 000000000000000000017300e5b30eef3649626e3ed2ebb057981612c48332d4 1.55 MB 3,164 23
783,515 783,515 0000000000000000000288203f7626a4e3f2071b289c0f9225c44e34b2df069b 1.51 MB 3,241 28
783,514 783,514 0000000000000000000327c2b96b4cca1b09b16cda8a94e2ea00ca481adb5acf 2.50 MB 2,194 14
783,513 783,513 0000000000000000000273f14a4dbf7e55f903c745379663835351b18c22757d 3.52 MB 812 5
783,512 783,512 0000000000000000000394ce4d4e4acc93ea9c8efa80281d22fcbdf2159a8b01 2.37 MB 2,485 14
783,511 783,511 00000000000000000000f21b82e5365343b93dad883083c274c7450acc68a6e8 2.38 MB 2,464 7
783,510 783,510 00000000000000000002d124dcd21bff86ce3acf63dc2d039f723021c6b5f9e4 1.41 MB 2,989 26
783,509 783,509 0000000000000000000335bddcfe7d8e5de49dc670472d9e056e5a932bcfea9b 1.43 MB 1,512 17
783,508 783,508 00000000000000000005be0ab3f61160cd92f54656553c3cb0458c1bf051d39c 1.41 MB 2,249 28
783,507 783,507 00000000000000000002349affd4247dff683b2a54a6b74713b094c7493e17d3 1.44 MB 2,610 37
783,506 783,506 000000000000000000006e8baa32690304bcddd6c31a774e7526b90480694b3b 1.89 MB 328 2
783,505 783,505 00000000000000000004c57ed74fec110fa99dec461f5e3b49eb34333bcd7d3c 1.90 MB 2,011 11
783,504 783,504 000000000000000000011d727130983537eef68ec352e1a1b2346f46fa90e1cf 2.07 MB 465 4
783,503 783,503 000000000000000000022d9a6416424f6f4ee7f0b9678d4c9b3db305a6439b0a 2.59 MB 1,144 7
783,502 783,502 000000000000000000036ae2295fe3d8097062260439f1ad20f3ba2183979c20 1.87 MB 2,130 6
783,501 783,501 000000000000000000010dd3c19fa4b24810136bd6e22904c3da0ab231e47e5c 1.55 MB 3,497 23
783,500 783,500 000000000000000000001f9843bb9b022fda66c2ca91a98ad4d6ea700d9e1782 1.73 MB 1,366 14
783,499 783,499 00000000000000000004cf7e16321f41481c68bc5cab4f918840a738d622b295 1.68 MB 2,202 18
783,498 783,498 000000000000000000027ebd8e7ab087e2a36b25bafa9c1888524a5d8b107531 1.49 MB 3,440 34
783,497 783,497 000000000000000000027e0ee562f99e6f25130b0bc2c51626472ad8130b601d 2.04 MB 674 5
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, 102 incoming
  • Data Transfer: 551.31 GB sent, 3.08 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.