Memory Pool Memory Pool Refreshing

33,302 transactions
39.73 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
842,289 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,942 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,288 (518,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
323,680 323,680 0000000000000000140d9966efa948ae59c60acee9fe3daaaaefbd5082062133 0.31 MB 707 33
323,679 323,679 00000000000000000a4ccbfc6569a632284ef08ecc6ce9655b97cc072b6698d6 0.48 MB 786 26
323,678 323,678 0000000000000000145267f85cb792320cfb7705f7fb977238f6951a20f63363 0.50 MB 766 22
323,677 323,677 00000000000000000e354b322db3a71c68bb0ccdff1e0c6e080039954c6bcc65 0.07 MB 295 55
323,676 323,676 00000000000000000e251a28f59d4831a3c98c9e0e3486b4df358eb16fa9f4cc 0.18 MB 512 54
323,675 323,675 00000000000000000d1fc35ec6a56572136d2eb6c83298a8acf1860997b506de 0.16 MB 342 32
323,674 323,674 0000000000000000147a5e4983ffc55dd19e31bcf85a1905ecd14a088cc42e2b 0.50 MB 1,069 30
323,673 323,673 00000000000000001e650d0e9ccd8825b86df9eca4afe7af3409d248fc6c95d1 0.20 MB 427 31
323,672 323,672 00000000000000001f1cbd64f82795fcce5d33f8ee7d3e02941b194cf0b434a2 0.13 MB 181 20
323,671 323,671 00000000000000001d9ca265efe47a72a5e319eebcb6a1d5136af946d7b9863a 0.18 MB 285 22
323,670 323,670 0000000000000000120a5aeb2eeb92a89064f9da6193907ce293a1b633ef6641 0.40 MB 746 27
323,669 323,669 00000000000000000b424905113d5446d726a5da8c4ccaa6a7253fda3593a207 0.32 MB 621 26
323,668 323,668 000000000000000018c9cbcddf0577450f3bd396bf46b47184230dc795f5371b 0.31 MB 594 32
323,667 323,667 0000000000000000057823996a977ae3b41934b67f660f6f5beb23a4432a20c6 0.00 MB 1 0
323,666 323,666 0000000000000000049d60d188557b0c29444251c06c27317884475bfaf3e7bd 0.07 MB 49 9
323,665 323,665 00000000000000000fe56db1a4abfb4d7266f52ecf92b818067ff6a40d83d7a0 0.51 MB 956 26
323,664 323,664 00000000000000001ac5db536acedeb32a5a0631fd1b613cf95ea73f0d7a549f 0.31 MB 487 29
323,663 323,663 0000000000000000166efec5dede975b2a9c860e6b2c74e1e2f58383b29e5c03 0.19 MB 309 32
323,662 323,662 00000000000000001056b65e8aac7a5b4067fa110ae85daae0693aab7c91c609 0.08 MB 139 31
323,661 323,661 00000000000000001b70b9bf1449605a8f8e9eed54dbfa630616c8ac8f4e4e4b 0.20 MB 222 22
323,660 323,660 000000000000000009f4898529d20fff7e995224ec4aaafac9b8febda2489b8c 0.12 MB 149 13
Previous 10 blocks ↓
Total Size: 647.26 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,469.72 GB sent, 44.32 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.