Memory Pool Memory Pool Refreshing

38,633 transactions
38.69 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,390 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,251 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,389 (411,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,774 430,774 0000000000000000006289c7aa662a372744a7c4a607054f8acfb802caebd8cf 0.16 MB 355 66
430,773 430,773 000000000000000001f43566f6ed0b19cac7441478bcb6a028b482cdf43ae07f 1.00 MB 2,467 61
430,772 430,772 000000000000000001fe0fc9a2dd3062c39f3eed7925e65a3ab8d24be5fd1fe9 0.75 MB 1,375 45
430,771 430,771 000000000000000003427d6d3484789dfc97eca3b95dc91356c680dc0f9e8d81 1.00 MB 1,652 50
430,770 430,770 0000000000000000008ef06baf0d7bc44c31fdc9934b88ab1bd18d3eb886fd90 1.00 MB 1,819 50
430,769 430,769 0000000000000000011ce9d9f4682119e192a0cc1b276e2c1ea2524d7a6bbc18 1.00 MB 2,495 71
430,768 430,768 000000000000000002589867f882b3e93a68ac1e5d3da0857c4d409863ffebfb 1.00 MB 2,483 62
430,767 430,767 0000000000000000048044bd84be549245dc4eafc62b33e150b4535eed28f156 1.00 MB 2,770 85
430,766 430,766 00000000000000000477aa518539c93e46bfbad53fe30386e1c0740f0350edeb 1.00 MB 2,424 103
430,765 430,765 0000000000000000020cd4a1b2b16bb2dc0f96c06327baf10697d5885943dcad 0.51 MB 1,132 50
430,764 430,764 000000000000000002d4773f2634fff836dfa1ccdafdba15003e9454ce866085 0.57 MB 1,238 63
430,763 430,763 0000000000000000007aec4ca4a3834e5b2a39e5cc2bc0cf6e10c1243a21271e 0.47 MB 900 46
430,762 430,762 0000000000000000045706421df224d4d77c8d5f7c9af5949adac8e93c1ee9ff 0.99 MB 2,462 65
430,761 430,761 000000000000000004113d7d5b5a51727319059b7699ff4bf3e588a7dd69d9ac 0.16 MB 396 72
430,760 430,760 0000000000000000040b7de84411f79aaf717a1fb46370faaa9b045af3d80641 0.64 MB 1,641 62
430,759 430,759 000000000000000002ae2f3673899180f321714057e685780d9d7edfc810f6b8 0.50 MB 1,154 61
430,758 430,758 0000000000000000031b8ba0f0d891f032f468e03696cbcdc341eea972f38923 0.91 MB 2,083 58
430,757 430,757 000000000000000001c9f2b2a082463112e3e77beda7e24b6f9e2e17b9b5cdf1 0.87 MB 1,760 50
430,756 430,756 000000000000000002ff1b4ac0be4988803e5a4544508922244a54ae40a5473c 1.00 MB 1,259 38
430,755 430,755 000000000000000002478c86cc3b0a49d1a7c62aa34d91315e2e7093a14be2e9 0.99 MB 463 12
430,754 430,754 000000000000000002412f37c6fe65f2ded69be4345ea18b678b0b22035b9dd7 1.00 MB 1,847 56
Previous 10 blocks ↓
Total Size: 647.45 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 8,491.39 GB sent, 45.81 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

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 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.