Memory Pool Memory Pool Refreshing

63,165 transactions
35.05 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,670 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,607 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,669 (236,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
613,351 613,351 0000000000000000001088c6407227269a53a2b2f79389893201202b278a531f 1.23 MB 3,542 4
613,350 613,350 0000000000000000000fb19d5e3d46d7e83c0de98a45d443059d9a1a381bd1e5 1.21 MB 2,823 13
613,349 613,349 00000000000000000009a9ef8c8fac32a026c7f8f03139dc5f52b2752bc62b34 1.37 MB 3,150 30
613,348 613,348 000000000000000000018031e9e745d675a019f1ba4ffae7a4995d6e20a40c90 1.19 MB 2,506 23
613,347 613,347 0000000000000000000086fe704cb0483184f06a65d02f1f417edcb72745f208 1.23 MB 2,695 24
613,346 613,346 0000000000000000000c3a4d114b4e6e589f82e789a495c5e30f9ccdd28d2048 1.21 MB 2,392 12
613,345 613,345 000000000000000000059dfcb68beb5c034789487298abc76b58fdc8724bf7d7 1.26 MB 3,009 9
613,344 613,344 000000000000000000126566fe321182d8710368bf2972f955593535169d281e 1.28 MB 2,537 28
613,343 613,343 000000000000000000112dd71ef3cfbe125a71c90b53392f6e14702477a583e4 0.19 MB 488 15
613,342 613,342 0000000000000000000e4dfda468329e4850ee8c9b0ef20fa170d617a5240155 0.40 MB 911 15
613,341 613,341 00000000000000000012528a61a0e6e55bfdc33c3dbde5efebc7eb1648b04453 0.69 MB 1,881 17
613,340 613,340 0000000000000000001272316d1b7d1b4924d292b61b35e50736c292719c8ec0 0.21 MB 605 21
613,339 613,339 0000000000000000000c7a30feb3203c2ea5a1738e6dc219cfb8ab3bb1ef9dde 1.08 MB 2,711 9
613,338 613,338 0000000000000000000c4840b976bc26eff6c726f66ef1b57135cdb003a92048 1.39 MB 3,330 24
613,337 613,337 00000000000000000001bd2934546813884f5f4991e336d055eee4a5de26ad89 0.49 MB 1,380 17
613,336 613,336 0000000000000000000479af17bbec1bff911844b8c0dd2055c26f2acf931991 1.17 MB 2,659 14
613,335 613,335 00000000000000000010536473f6ffdc06a9ba8b5b49ffe78dffe74ccf941390 1.36 MB 3,287 18
613,334 613,334 000000000000000000015b8c01451b66e9e03a6b14437926704cc6c8fafb8bd4 0.58 MB 1,519 15
613,333 613,333 00000000000000000012b855349b765ab58c7847fc0bbac179151c19a6843534 1.00 MB 2,491 17
613,332 613,332 000000000000000000007a15a58fe9ec7a0f5ccf74993a5c0d2920f1fc8b3bfd 0.46 MB 1,335 17
613,331 613,331 000000000000000000112b522a3b2b39ee7c5ff5a040cbe44f3abf04826ffe3e 1.08 MB 2,959 15
Previous 10 blocks ↓
Total Size: 660.88 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: 619.13 GB sent, 3.60 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.