Memory Pool Memory Pool Refreshing

82,204 transactions
36.61 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,176 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 6,456 500
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,175 (500,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
341,580 341,580 000000000000000003a18ddbc79653e9dd40ec5702c68f02f75daa51e38b1d6c 0.13 MB 173 17
341,579 341,579 000000000000000004825904133f76a27c72e9186f4456a9608e9154b8c45cd0 0.21 MB 256 20
341,578 341,578 0000000000000000076f7550ef9e934ffbaaacadef12b8948100fb9e2e2c58f0 0.75 MB 1,580 30
341,577 341,577 000000000000000010194e47712b7313243c3ccffa7420cea0d36b425a6c2090 0.29 MB 490 24
341,576 341,576 00000000000000000371dfb81e70e1da1b9c716195f422495e375bf867920790 0.08 MB 137 13
341,575 341,575 00000000000000000a2495ce0108a410eb359262d02830bd095e234c57f350ff 0.18 MB 309 23
341,574 341,574 0000000000000000046c7f08c28e557d0162a1e066a40b316a8a85c52b38df60 0.10 MB 208 28
341,573 341,573 000000000000000017cb41cfdaa1fed500e848eb8431770625314a9ccebcf618 0.10 MB 105 7
341,572 341,572 0000000000000000021a8cfee15cb7b1b43b73aa9e23d0f8aec8cf3c7f11fd2a 0.06 MB 69 10
341,571 341,571 0000000000000000098561edc4035b68397513a8559f2e6bc5b7f54cd7b517a5 0.21 MB 225 18
341,570 341,570 0000000000000000088d7c483650db4f6dd9ee697669fc267c998010fc662f0a 0.48 MB 755 22
341,569 341,569 0000000000000000128536d879eb353689e18aeecfaaafe1a4804686e3def408 0.20 MB 93 6
341,568 341,568 00000000000000000c2d4d4419876a35ca4e1ce09be30192cc38fe2c381ff20f 0.03 MB 64 36
341,567 341,567 000000000000000007a963a52172c9d4cee826dac81cc91ea40b6d4398517db4 0.01 MB 21 21
341,566 341,566 00000000000000000a4e7f92a7198a0588076305f5ae4628448dbddd4fbb7074 0.22 MB 307 21
341,565 341,565 0000000000000000190d7af714a151d6917bf0abd47af37cb388633e0667a73a 0.62 MB 822 21
341,564 341,564 00000000000000000c01c9b61aa9744044037e5ea897a71ca0b183967f974101 0.07 MB 100 14
341,563 341,563 00000000000000000722455f2a41187b2cc27fcbb68425f536e93889954590ec 0.45 MB 667 24
341,562 341,562 0000000000000000194db9df16d483cfa21524fd98f53c9f0e4d738f75a0e642 0.08 MB 128 22
341,561 341,561 000000000000000007ed4f3136335d6fc9fe3b48f7c0bbf181af71a2edd32a45 0.29 MB 462 24
341,560 341,560 00000000000000000c4819b7399759e3b9c15832791c78a811c1483317224f9c 0.27 MB 420 24
Previous 10 blocks ↓
Total Size: 647.06 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,451.86 GB sent, 42.93 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.