Memory Pool Memory Pool Refreshing

80,375 transactions
33.62 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,587 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,401 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,586 (69,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
780,471 780,471 00000000000000000006532a4249b2fa010bb56db5d87af879397d809cc89705 3.77 MB 285 3
780,470 780,470 000000000000000000064a3e3f0e495a0d6232dc5f36e42d25baeb0c3eed1119 3.02 MB 1,245 8
780,469 780,469 000000000000000000012130f4f6e6329eb39485790caacdb4ed9c48a232b560 1.70 MB 2,047 14
780,468 780,468 00000000000000000005a7a63cee4c547cd037e0b0bc059a89c697de2df8411d 3.74 MB 190 2
780,467 780,467 0000000000000000000282556cd07a7e3ba992e22f73f3cc8dc8e6dab5ee83c9 2.01 MB 1,260 10
780,466 780,466 000000000000000000059123f04f1ad7f542ab25c8bebf333a91baf75bdc0650 1.82 MB 828 6
780,465 780,465 000000000000000000051616e8ec598a7b1007e293e6a15d3d26f3b8bf93e7bd 2.37 MB 1,660 11
780,464 780,464 00000000000000000005f128103b8f993247701c99b942d559f2fb6c5fc0dc93 2.01 MB 929 12
780,463 780,463 000000000000000000053d7781b02ccf49cb8260c0c0a72d0d8f6d4f28b12903 2.18 MB 488 6
780,462 780,462 00000000000000000006740ea9c034d4e7cfc1fe6706feb57f6623ad20b2b9ca 2.15 MB 1,366 6
780,461 780,461 00000000000000000000c6a8256ae3e4a2ab6a6cc89203dcac3efc8aa2aaa89d 1.57 MB 3,629 29
780,460 780,460 0000000000000000000539dd26dd2364e90a2525a2efbcbd734c72f5ecc8ade7 1.90 MB 526 7
780,459 780,459 000000000000000000041201c741f6be3d0d9875b3f22af12aac6acae42a56ea 3.77 MB 563 3
780,458 780,458 00000000000000000003487ad04d67270a60f8012df3db9998c435f639ff6a0a 1.87 MB 1,514 16
780,457 780,457 00000000000000000000ee534daa426e5bba55ae0b51b39e1750fe2c0d85d01b 1.96 MB 449 8
780,456 780,456 000000000000000000055f9cbec6b544acd4850b2b0300d46b6f51d098240d93 1.85 MB 2,387 17
780,455 780,455 0000000000000000000206c83680f05f01ef5e9d339cf3c978a33473717cbf09 3.08 MB 1,673 3
780,454 780,454 000000000000000000031952edfc5f352b91ffaf508a7874693bb610e7b18cf5 2.57 MB 2,439 15
780,453 780,453 00000000000000000001961e36a788283af07107af2980cd03bb582262384a1c 2.20 MB 2,487 16
780,452 780,452 0000000000000000000033fa03c5a99cc0549bf030190e16d52d084179014915 1.83 MB 2,521 9
780,451 780,451 00000000000000000005437c50edcb115b35cc4056b8200a48b3b79e61829154 1.62 MB 3,074 26
Previous 10 blocks ↓
Total Size: 660.72 GB

Node Information

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