Memory Pool Memory Pool Refreshing

81,701 transactions
31.83 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,542 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,511 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,541 (180,079 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
669,462 669,462 0000000000000000000a822b67da0c5fd615d32232f41a76db3187ca68751d02 1.29 MB 777 13
669,461 669,461 0000000000000000000a31e436391bc3e425e2a48a6d90dad35e8e9747d00b2d 1.67 MB 1,048 27
669,460 669,460 0000000000000000000d0f1a549ac8afcf0385a36879ffd74d8055d4c09df70d 1.70 MB 500 8
669,459 669,459 0000000000000000000c7a8aad03ab9cd162f3111889ad79b94fd3c3ed6c8a41 1.17 MB 1,508 21
669,458 669,458 000000000000000000055333761e5abc2fdd616a67ab878016458dbde9bd936e 1.20 MB 1,191 101
669,457 669,457 0000000000000000000474796334876c76bc0cc283320e48f550b8832b21ee49 1.29 MB 2,137 46
669,456 669,456 0000000000000000000aff6787c80e569aa5940de63f06b333ff0cbf0bdd8563 1.06 MB 1,304 14
669,455 669,455 000000000000000000046f04682c51700421611510ffcf1653a92292a439918d 1.26 MB 2,088 48
669,454 669,454 000000000000000000042fe061d98374a5a1bfefaad6a1b2e19f4f0f2ee64f20 1.57 MB 1,518 39
669,453 669,453 00000000000000000005322fe778ad8ea74a6c00c3866745c9dbf8d195173bc8 1.76 MB 390 19
669,452 669,452 00000000000000000008dbbb8d58875695dce51029e66faddf16d55c68626214 1.09 MB 1,746 17
669,451 669,451 00000000000000000009abfe8862020a6a842ac6107f0771ac40e43d938a1835 1.35 MB 2,243 39
669,450 669,450 0000000000000000000c2b1d9b29a5b7da2a078f8464348c33fbcd780e843127 1.39 MB 2,214 36
669,449 669,449 00000000000000000003e1f49e9d32fbdfb2f081babbad9de82942b8e620e345 1.40 MB 2,476 109
669,448 669,448 00000000000000000000ef9b13535f67b4afd96a9431d2c5fc47c3c92f17c372 1.23 MB 1,795 28
669,447 669,447 000000000000000000011807512fdaf4906e349b63384dc94c0b81edb3b2a0dd 1.10 MB 1,270 13
669,446 669,446 0000000000000000000b9f2cb9675f3ef4a1f28a5efd18309e188d4e36c38a73 1.42 MB 2,426 66
669,445 669,445 00000000000000000003bcce4f36e55e7338e0a1ac520b8336e9defe67053328 1.30 MB 1,796 12
669,444 669,444 00000000000000000004d6f8995611e4ebb1fe475bd1e6c01f7b7a12823365be 1.29 MB 2,354 92
669,443 669,443 0000000000000000000a8dc05ad547129cd6a07a5f061da84c6bdbb608371786 1.27 MB 2,369 49
669,442 669,442 000000000000000000024a712106c843eb097a96f3775467ace21dd6aefdef1c 1.28 MB 2,538 90
Previous 10 blocks ↓
Total Size: 660.63 GB

Node Information

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