Memory Pool Memory Pool Refreshing

81,690 transactions
35.07 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,612 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,180 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,611 (287,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
562,136 562,136 0000000000000000001170da2aabdf2b4272638bc676c988138c17d2b7cfb466 1.24 MB 2,002 6
562,135 562,135 0000000000000000000b083a7f9b73d6dd683c2c2e93077a58741b3a7824cb31 1.31 MB 1,275 6
562,134 562,134 000000000000000000211122c8e12cb51705bb0569432d283f3a6e6d6f649c7b 1.22 MB 1,645 10
562,133 562,133 0000000000000000001ada2be20a67953ea0ec7e53f6af6a3f231bb575e1c726 1.20 MB 2,345 14
562,132 562,132 000000000000000000026f7531d3eae9cffa41af5f0a613b2e5f43c4a06843fe 0.90 MB 1,754 8
562,131 562,131 00000000000000000020978cc13a5613c3f5513bfdf2a21035feecc6d6fc18a1 0.09 MB 207 21
562,130 562,130 00000000000000000015003cb19960e8e5ebc0d0520f0af6977dcb84d119fdb1 0.68 MB 1,737 13
562,129 562,129 00000000000000000014ead648683704f87e4ce7b87371beaba1d48e83919c77 0.80 MB 1,548 10
562,128 562,128 000000000000000000165bd606979be349d150503c3a7b75fffc6d8069d8b677 0.82 MB 1,959 10
562,127 562,127 00000000000000000011049e2556b0e0332dee4af72a612c78f717bba74e09a2 0.03 MB 81 27
562,126 562,126 00000000000000000028f782ecdcffce45f1460d108ce5bb0cd931fdb6020d23 0.16 MB 391 11
562,125 562,125 000000000000000000179618f600dd1c57f5d881574da9c64c99b706dc9c7892 0.36 MB 445 3
562,124 562,124 0000000000000000002eff7a3b9404dc4a7e8e72faa1e1e618bd998837181310 1.21 MB 2,692 4
562,123 562,123 00000000000000000004f50e0a9e9fd1711237af41320469e744b8cd433f7edc 1.28 MB 2,630 9
562,122 562,122 0000000000000000002946d0e58a769a753efb2f14ed114a081741d7cb6be871 1.20 MB 3,203 6
562,121 562,121 00000000000000000017ac159c38446916ebaccc731d0e1d7b8d370f15fc8380 1.22 MB 2,861 18
562,120 562,120 000000000000000000081f685fe0ce144d9e07b0f89f514cd0f6cdd92bd743bd 0.00 MB 1 0
562,119 562,119 0000000000000000000642b7001e1f9beaf0c6ee7374c6fabdb552ef58ebc0ad 1.23 MB 2,817 25
562,118 562,118 0000000000000000002f4c92782d1bdc2b125c0ee1634d7eeec8aef4f65354d2 0.20 MB 575 10
562,117 562,117 00000000000000000026316c811678dd2056665845ecc0a08599f3c1b4cbddfb 0.68 MB 1,612 8
562,116 562,116 0000000000000000002ab9bd0d2815c726d74067c29899374b4b3cb26b2c09a4 0.63 MB 1,902 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.41 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.