Memory Pool Memory Pool Refreshing

19,812 transactions
27.12 vMB
Show Random Selection Loading Transactions
Max Size: 155/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,079 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,708 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,078 (37,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
824,463 824,463 00000000000000000000820c4d1580295f27353e65da2098a4d7bb5aa4fceac4 1.57 MB 3,938 82
824,462 824,462 00000000000000000001071167b05204390909885e90fea6c0b610314bde14b6 1.70 MB 3,497 89
824,461 824,461 00000000000000000001121ff879e8f09c67f7059954c2cf591c132b25839a96 1.66 MB 3,029 86
824,460 824,460 000000000000000000036b8008575f154b291d57e2a9866eb9a57f1a4de809b9 1.76 MB 3,437 67
824,459 824,459 00000000000000000002bc02007c0e7714ed9cc693ec7230cb4bc3e216b7ba96 1.77 MB 2,959 81
824,458 824,458 000000000000000000007e9e7145d1bada890f582c5b19b9ea142777312ff6aa 1.57 MB 3,581 99
824,457 824,457 000000000000000000005a2635fb8ac5bd80009dc6bea1a228251b6b52337db3 1.59 MB 3,740 104
824,456 824,456 000000000000000000000bcbb0436ec2ff36f9d6c9318a0063b680c25ed59a55 1.82 MB 4,858 77
824,455 824,455 000000000000000000030c6384f44e840d4626e0ba6fd42a25ceb7e8b8c7771c 1.77 MB 3,520 64
824,454 824,454 00000000000000000000f7ff24d375fc0bd57e9d35e1773e18ba50eec3277b67 1.48 MB 3,437 108
824,453 824,453 00000000000000000002a38ebcb9ba113b59371307eb3727848fd17edc4e6632 1.83 MB 3,281 82
824,452 824,452 000000000000000000011e34d43aa1056c7655b9fdd6516b35294669d530c6be 1.52 MB 3,408 100
824,451 824,451 00000000000000000002e5f6440ae741bd59d07c9b324600062bd92cdf2acb47 1.52 MB 3,368 88
824,450 824,450 0000000000000000000371cfe1274d0a5ea8784779f64e34c98065a6dae5280d 1.65 MB 3,953 77
824,449 824,449 00000000000000000002b00c29ae5826fbf68d87295bf392dfab6f3a548cba11 1.63 MB 3,894 79
824,448 824,448 000000000000000000037a0f895f3e496e3cd3019663d770c2edee62cc66602e 1.61 MB 3,589 92
824,447 824,447 000000000000000000011f1cc3c97cfb005f9d68f021c0e8250c0f00b2148f05 1.51 MB 3,286 90
824,446 824,446 0000000000000000000379c7aefeaf9657f68e46474a66f0063277f56cea4003 1.49 MB 3,318 88
824,445 824,445 00000000000000000000239c7b4d334afc0f1701c7d76a4695fca9fa340d0765 1.82 MB 2,631 59
824,444 824,444 000000000000000000016e1916d655ad057b871654ba1006d267b2f7c8f6ab9f 1.59 MB 3,698 90
824,443 824,443 000000000000000000026902dc2d988f14ea982703e69012f82b825f3e35b169 1.58 MB 2,686 59
Previous 10 blocks ↓
Total Size: 684.31 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: 1,334.09 GB sent, 100.42 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. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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.