Memory Pool Memory Pool Refreshing

77,153 transactions
34.93 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,653 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,447 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,652 (283,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
566,454 566,454 000000000000000000008eeedb07189ae12e80e3743cffcce202db8e9f6e5ba2 0.52 MB 1,105 19
566,453 566,453 00000000000000000011846a758c753c57de389aabf3d35af9e2b2d20564e6cd 0.95 MB 1,662 20
566,452 566,452 0000000000000000001c222ad12da7af05cb7a9e0c53095bc8ae89623768e081 0.76 MB 1,030 3
566,451 566,451 00000000000000000008220afbbf1be898448f53c51b5008dc4ff9c732091b72 1.23 MB 3,078 28
566,450 566,450 0000000000000000001239e251e5567b2631b4cfc6493e0b4f5fc1ae8b655f7f 0.04 MB 113 25
566,449 566,449 00000000000000000013fc070658b07f30e2bb423af2a0b8850ad367a7b7ad6c 0.23 MB 437 20
566,448 566,448 000000000000000000050a6a73664394e34446a2da96dc2fc04737e2657d296e 0.16 MB 264 4
566,447 566,447 0000000000000000000942bca72473a0f5c0183ef572af0a259cb7855ac75e7d 1.21 MB 2,405 18
566,446 566,446 0000000000000000002c80a75ec017d1611c1343f9d7387b41cdbf636870b8c8 1.23 MB 2,770 28
566,445 566,445 00000000000000000014c30cd0d9b2139f0e8bd3fbced6d534da3823060d67a2 0.25 MB 476 20
566,444 566,444 0000000000000000001583e73f199df6bdbf6461350547bccc26ef3aa89b9a47 0.70 MB 996 5
566,443 566,443 00000000000000000005f069e65596e0f89a5190af7c881ee7ba84cb4f8723e1 1.23 MB 2,994 25
566,442 566,442 0000000000000000000404f96ff772772efd159c18a84091aa70050d823f7a42 0.04 MB 116 16
566,441 566,441 0000000000000000000a1b4fc7b25c67a251765c78ff268ded20730b3cbda567 0.16 MB 363 30
566,440 566,440 00000000000000000026eb3ffaf5b0018939f0e4575a2c589e2f1cfa3374a071 0.28 MB 428 14
566,439 566,439 0000000000000000000b007dedafda2c7e30bde83e98be4b7a4ae60ac31ae964 0.43 MB 980 20
566,438 566,438 0000000000000000002ba1f6e4d769f3d579d0fc1716458db53b3299a20ad8b4 0.23 MB 599 21
566,437 566,437 0000000000000000000bccc6bc39cdd8b5c4a1f6e4474f6b1e7c104a6c85355d 0.26 MB 466 14
566,436 566,436 000000000000000000281abe48429575b8b969c0dac12df3c513d735bba66dd0 0.73 MB 1,320 10
566,435 566,435 0000000000000000001ae777e87cdf147a0ead91cf78abe539da08e62cf088e1 1.22 MB 2,868 26
566,434 566,434 0000000000000000000a0a2666b1e5c0aae97d0148f58621597d5bf39cf537b9 0.02 MB 52 26
Previous 10 blocks ↓
Total Size: 660.85 GB

Node Information

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