Memory Pool Memory Pool Refreshing

69,869 transactions
32.87 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,788 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,142 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,787 (504,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
345,658 345,658 00000000000000000df5bc6a00d1f35f5d3da8c4d2f3c9522ccef2e5b9709014 0.75 MB 758 16
345,657 345,657 000000000000000004115cbbc493ca729236d5bf768f544940ba9ee9957d469b 0.27 MB 718 40
345,656 345,656 0000000000000000021a0bdecbff393c204b7f6e3e0ba6fede52cabe915aa8d0 0.12 MB 228 22
345,655 345,655 0000000000000000084405a07a2f2eb0c4231b49785d7ad280fec9195f0b47ea 0.59 MB 872 20
345,654 345,654 00000000000000000e6336d6b596f0d37f080973601897310b16d64328ca6c9d 0.07 MB 46 4
345,653 345,653 000000000000000014d513b6f3c4f9b505458271047ed65458471ff17880d657 0.19 MB 309 28
345,652 345,652 0000000000000000050919b765a6d367b14f8f0103511777be0e160ecb133961 0.33 MB 572 58
345,651 345,651 0000000000000000083818aff972bb63e6007520ec77e83b74ad2cedb26e3ffe 0.06 MB 47 6
345,650 345,650 0000000000000000161d6a8b36358baf133e7f5a48ef0cc7e088dbb311a90ccc 0.10 MB 98 9
345,649 345,649 0000000000000000111cffb71a8fd2b6731a8b7bb9bee98bbaa125008bc34dd7 0.28 MB 414 17
345,648 345,648 000000000000000015f3628f7efda25ce2b68bc64b344100bf26de6aed49d3f0 0.27 MB 301 18
345,647 345,647 000000000000000011d2885a6bde4f7a0099cc211efee80515149bcbf3b28ccd 0.12 MB 264 24
345,646 345,646 000000000000000015ccefc302f2a988bef66023bfe0363d4f13524e898558b9 0.75 MB 1,237 23
345,645 345,645 0000000000000000062c93de19c7ed2689a1c9f9379e7d3283e7efe12570e1cb 0.26 MB 512 26
345,644 345,644 00000000000000001103e2c39c639dc2f8565475102b1856b6a689e6f4451ff6 0.12 MB 174 14
345,643 345,643 00000000000000000ebbd89673e403caa9bd80d6d09bdc68909f22749882d0b3 0.10 MB 49 10
345,642 345,642 000000000000000017639241f66cf06d641506f269b9d5cbe1ef3a2fafda9079 0.34 MB 542 22
345,641 345,641 000000000000000002152a19094a220aae8c1c83e5f6c4bab98bca73f77f6452 0.70 MB 971 24
345,640 345,640 0000000000000000090d73495fe0d0b3db961fa1df4309ed748e19251f421f95 0.31 MB 647 27
345,639 345,639 0000000000000000010293130545cdffb85200d713a4fd028f408d819ee742c7 0.37 MB 617 25
345,638 345,638 00000000000000000090cd902e7be02b356d77380a363466900b9b21b80303df 0.10 MB 63 5
Previous 10 blocks ↓
Total Size: 661.11 GB

Node Information

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