Memory Pool Memory Pool Refreshing

75,186 transactions
36.07 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,798 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 7,531 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,797 (159,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
690,520 690,520 0000000000000000000e842df4124febc19cb0acedfe95f698d6c623e1cf06dc 1.72 MB 785 30
690,519 690,519 0000000000000000000d2bd0c0d5b96725b3181a57ebfd3de72d112dd61aa2d0 1.19 MB 1,500 15
690,518 690,518 00000000000000000012487b6945ea2cc4a913119f837f16cece5b0b53470d65 1.22 MB 1,296 25
690,517 690,517 0000000000000000000fa00945e4f405049a2ea9ef6f7c9d7fcc5b4a003f4f26 1.53 MB 2,597 11
690,516 690,516 000000000000000000080f1ebbc68ef753d56a91205e4250136b41a8db5e70ac 1.64 MB 2,305 11
690,515 690,515 00000000000000000002282381cee2149896ec608ad016601329db91333e1e69 1.39 MB 1,907 9
690,514 690,514 0000000000000000000bb37e363f94705ca5ee960d1797ff2c89f5b61cafd86a 1.21 MB 1,507 27
690,513 690,513 00000000000000000000e99f9fcaff1eaf834de61be9a7d5cb0497e9e2ce195a 1.32 MB 2,937 51
690,512 690,512 00000000000000000011273ff0b8227183c9ec354afc80b3688b0dd99e3d75e5 1.37 MB 2,550 35
690,511 690,511 0000000000000000000d7e7a929ced5356f0d800b8c821d64f8be1fbe9dd80a6 0.43 MB 660 20
690,510 690,510 000000000000000000073be699fbed961673dc1d9f5940d193aea056576e8db0 0.48 MB 821 27
690,509 690,509 00000000000000000010ba8f945fa53de51fe252ff5a040097a8b38c9bedb674 0.04 MB 102 27
690,508 690,508 00000000000000000009f570a1218286ae9ca14ffd1bf469d6260aef22c5e093 1.42 MB 1,178 4
690,507 690,507 0000000000000000000c34c9980cf51efc9322d4fbf43e297c98245a1b969179 1.52 MB 2,450 19
690,506 690,506 00000000000000000010cf045ab31bcfe051e13a0ebd209c32ee5f05b29b4713 1.69 MB 1,421 9
690,505 690,505 000000000000000000094aeaf32f497e997380f4f748c45b4e27adb4053b1be7 1.47 MB 2,799 11
690,504 690,504 0000000000000000000a585759f95cdfb8a48dda5feb01365d74b04e9ae8e05f 1.21 MB 1,459 31
690,503 690,503 00000000000000000012caaa3d3a3bc37d6f74635eee0cfc8348e039de355fb1 1.43 MB 2,631 24
690,502 690,502 000000000000000000003cf4e7919b06d2b3cfd3dc8e34a3ae44c07a2db0b18f 1.40 MB 3,075 25
690,501 690,501 0000000000000000000ee8acb180db42d0a05b6a0c92562f90793368bddbc278 0.25 MB 432 17
690,500 690,500 000000000000000000138857826e833f2aa31998c480ef175355fd537750fe87 0.29 MB 460 22
Previous 10 blocks ↓
Total Size: 661.13 GB

Node Information

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