Memory Pool Memory Pool Refreshing

64,015 transactions
38.72 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,015 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,342 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,014 (225,536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
624,478 624,478 00000000000000000003e88e3a3abe840b38eee23cb6648de203bb352ea6bb56 0.45 MB 240 3
624,477 624,477 0000000000000000000bb8562fb430963557b41aeb34da012610a96b6025bf26 1.23 MB 2,256 10
624,476 624,476 000000000000000000040b0d51e509f93d440b7c988cf7f27507cd8e1385c22d 0.21 MB 410 8
624,475 624,475 0000000000000000001313dbdbf64eec294ff48b76922f083e0b433d467c706c 0.32 MB 581 8
624,474 624,474 0000000000000000000f8ab61f4bf901551487b3f99842bc4b9cf9aec8cfa125 0.00 MB 1 0
624,473 624,473 00000000000000000000085c1948eddbbdb9f1888e05e81401c913b01b859232 0.34 MB 344 5
624,472 624,472 0000000000000000000ca0afc320491a55492ba25b173cc15826599399522f21 1.19 MB 2,178 10
624,471 624,471 0000000000000000000a180085125447e448d741e7c8cb24406c714d55815917 0.86 MB 1,442 11
624,470 624,470 0000000000000000000281a8786833a23f8778f09e350fa919ca6b28a7b04fee 0.75 MB 1,266 15
624,469 624,469 0000000000000000000d245d32d5c5a093ce5d972fb37f8585f3dd8d25cb88f2 0.15 MB 146 5
624,468 624,468 0000000000000000000c05c7875ba1989b0ab287c723220ac278877efa2ecbf0 1.14 MB 1,511 8
624,467 624,467 0000000000000000000a6d6fbafb6b284e50052529fd00991b5f17523c2e5033 1.18 MB 2,297 12
624,466 624,466 0000000000000000000451d05b52c9c7b66eac08de7eb9b98ebe5c66ab1c4932 0.57 MB 869 14
624,465 624,465 00000000000000000006f8bd0844b10c0bbb1ee23cc55759186952250b21e1d2 0.33 MB 609 10
624,464 624,464 0000000000000000000e4e858146bfb039529237b6bbb1c7ac6927b02f360c46 0.53 MB 662 7
624,463 624,463 0000000000000000000b8fce51a8aa0e7cf428b784ea12c0c92deeeb018f2273 0.28 MB 371 21
624,462 624,462 0000000000000000000827f9c5f5273e88215af69b8ddad36466ac55b01ad34d 0.11 MB 168 7
624,461 624,461 0000000000000000000e56ec54dd4763d29b16f34479a050f81b4a1e3bf7d07e 0.43 MB 638 11
624,460 624,460 0000000000000000001381e11b7d93c18d5a70209d4c5cf9a2d75c7cb63aa0c2 0.42 MB 642 14
624,459 624,459 00000000000000000000bf8146eaca8fe55ba0829342353a80a809f8e09ba47e 1.13 MB 1,539 9
624,458 624,458 0000000000000000000cfd2a05c126b7ad90908ae4089b4571238687b0099971 1.06 MB 645 3
Previous 10 blocks ↓
Total Size: 661.54 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 964.82 GB sent, 6.67 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.