Memory Pool Memory Pool Refreshing

78,387 transactions
32.36 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,722 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,967 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,721 (291,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
558,554 558,554 0000000000000000000c26f2d29b214db33dd9043d1947afc59cf8bee15463ed 0.08 MB 145 17
558,553 558,553 0000000000000000001b41ac016582bc84089cd4223e7352956000d6cb49da50 0.68 MB 1,693 4
558,552 558,552 000000000000000000194c1f2d60ab185437beb515d82076e1aefbe629bf643e 1.33 MB 3,495 7
558,551 558,551 000000000000000000298593c9234495eecb81333e6e79fa21039b0dcb488b18 1.25 MB 2,538 13
558,550 558,550 0000000000000000000d9f80f369e3a749702145b60643fc41e5865666013d51 1.27 MB 3,394 25
558,549 558,549 0000000000000000002d1ecdd62140decdcfaf0302c6ede4015f55981ea5060d 0.40 MB 922 14
558,548 558,548 00000000000000000007c760e071ebea0581d0aec303aacb313b324124171bfd 1.20 MB 3,313 12
558,547 558,547 00000000000000000002f42a88c722032a39e3ea2075e5ddfca30759acbbeaab 0.79 MB 1,300 15
558,546 558,546 000000000000000000015c4ecd9454b116a5282ecf67287dfb3cbce871ad2e83 1.24 MB 2,741 9
558,545 558,545 000000000000000000046d28d727d7aae8367ac547e5761c1996b54e19926e26 1.09 MB 1,998 5
558,544 558,544 000000000000000000259ad25828cde27df967f53b11b8f8459cc61821def714 1.32 MB 3,624 8
558,543 558,543 000000000000000000076537268dbabea38adc9f3418dc76a54eef1cefebd7d6 1.19 MB 2,771 41
558,542 558,542 000000000000000000273e0260c982f7148039ce44bc2de90e9d0f5662a6c900 1.20 MB 3,077 24
558,541 558,541 00000000000000000028840f3e31dda385b5b84d7db5b60b862e62f31dc28c03 1.17 MB 3,090 15
558,540 558,540 0000000000000000002b4611cd202172327aca7d0750f3cdff1e64e3e0e14319 0.41 MB 1,096 11
558,539 558,539 0000000000000000001d599268fcae0b09f3e69a3a98c7472be60487df03e2c3 0.74 MB 1,908 10
558,538 558,538 0000000000000000002d34b152d9c837caab9c36f4abf960c90e325b447a754f 0.58 MB 1,453 10
558,537 558,537 00000000000000000002af58c137f73e02ed4290b8ec66deb66f16a503c420b0 1.16 MB 2,118 5
558,536 558,536 0000000000000000000d06595f1e5ea4f3367ff7e0817c0e9db8ff8cecb2f2c6 1.33 MB 2,878 19
558,535 558,535 00000000000000000018450ea957f69a18cb99f90b545b53872a8fd133e88d66 1.20 MB 3,076 15
558,534 558,534 00000000000000000017f1f624f0cb0da4392fe38b52ea98376bc7248178c973 0.49 MB 1,199 13
Previous 10 blocks ↓
Total Size: 660.98 GB

Node Information

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