Memory Pool Memory Pool Refreshing

78,765 transactions
32.40 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,586 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,164 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,585 (235,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
613,590 613,590 00000000000000000007e7f205ce2f747936e5d0f26b98c8d6ded1aa1a06dde4 1.21 MB 3,327 10
613,589 613,589 0000000000000000000b1dff9095de49333b6e2f1eb33476753c81b42b06ee08 1.26 MB 2,547 12
613,588 613,588 0000000000000000000ccf70f26a62ecbda7ad98148cd93ae88800276084aeb2 1.37 MB 3,414 21
613,587 613,587 00000000000000000002b718e84230f07be2e9c20c25200cb233c5bdc59579e1 1.08 MB 2,669 4
613,586 613,586 0000000000000000000b661fd71dc9e9fa9f23187cc7a48e92a7ac0f3c7dea28 1.41 MB 3,003 12
613,585 613,585 000000000000000000020350f0ceb4acae2acef9eb2d9601a55297f663010a9a 1.34 MB 3,396 25
613,584 613,584 00000000000000000002197853a8881cb090aabc8126b9d73fae66722bc5d0bf 1.42 MB 2,302 13
613,583 613,583 00000000000000000012f7cbb699ace2912c994917757e7ec7e0438d693afe26 1.33 MB 3,114 19
613,582 613,582 0000000000000000000a3d627ee22b7945587d0e07684dd31fdefc7ed2e173d9 1.49 MB 3,093 13
613,581 613,581 00000000000000000000d1cb4786e5ad76a457d485219365ef786e20a359f53e 1.30 MB 2,908 28
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
Previous 10 blocks ↓
Total Size: 660.71 GB

Node Information

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