Memory Pool Memory Pool Refreshing

46,579 transactions
32.44 vMB
Show Random Selection Loading Transactions
Max Size: 143/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,042 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,144 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,041 (236,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
613,580 613,580 00000000000000000000d81f2a06c06c24549da9436689f3f880b5dcad5120fc 1.48 MB 3,501 20
613,579 613,579 0000000000000000000e0f863e266f524c3a956a0dab59691968b84534b066c7 1.17 MB 2,505 9
613,578 613,578 00000000000000000010ed52cfccaa4e0e8963b91d42ac3b8fe09aff79f87401 1.35 MB 2,913 13
613,577 613,577 00000000000000000007f6c1cc7cbf7abc6915cecbd3c2e53b264c76865e3ca0 1.24 MB 3,309 13
613,576 613,576 000000000000000000123fa16bc8ffcb3bb878e607102cf871e049ee4372f860 1.40 MB 2,922 16
613,575 613,575 00000000000000000012df43bf33897b6198f73b82c2e865f2e312164870f6c5 1.60 MB 2,380 15
613,574 613,574 0000000000000000000676178cfc9e3fd6e5b23aa932ad62ef03d29db6e2e68c 1.39 MB 3,218 27
613,573 613,573 0000000000000000000288ae77f5b8b3c99784f55827431a23f524adf69d0e3a 1.39 MB 3,170 26
613,572 613,572 000000000000000000074694d27436c5ec43def0ec0834cbc3c7c103429db389 0.53 MB 1,273 17
613,571 613,571 0000000000000000000c82432357df683e32aa1b38b1e193ee1618fa325d00dd 1.07 MB 2,798 14
613,570 613,570 0000000000000000000c46842c87b84eed2c60941854e38a9db885c6745c3f50 0.72 MB 1,761 14
613,569 613,569 00000000000000000008d5749495ecaba415ee2aaa15e0209aedb6e69334e1e3 0.24 MB 505 22
613,568 613,568 0000000000000000000f0573f1b7a3ca529a4e4e6ec4c0515322bd831c166d96 1.28 MB 3,191 7
613,567 613,567 00000000000000000013048b6497b9db0e83198669b081d1390183f173d6c7e8 1.26 MB 3,057 16
613,566 613,566 0000000000000000000e16d037333c48967584307dbc66868474ed944bffcb4b 1.38 MB 3,225 26
613,565 613,565 0000000000000000000d9c79c55d868f0b1dd65d25265d1df717ccda975bbcd2 1.00 MB 2,044 4
613,564 613,564 00000000000000000011b989ab258f4431bf6042a8bafc4ed40961a22559e738 1.24 MB 2,207 22
613,563 613,563 00000000000000000000e12e8d807d9822085e0f8d20f8e86711531ea0f68b1f 0.10 MB 283 13
613,562 613,562 00000000000000000000021e32be09862eafb7a2fe78f2b648d7252a022dc132 0.09 MB 242 16
613,561 613,561 0000000000000000000e4e2577c06a5a0cd195373b6b808e559ad8dad7c754e5 0.87 MB 1,964 16
613,560 613,560 0000000000000000000f699374559e364d24160141dd5dff0846d16031f99deb 0.63 MB 1,157 14
Previous 10 blocks ↓
Total Size: 661.59 GB

Node Information

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