Memory Pool Memory Pool Refreshing

29,889 transactions
20.91 vMB
Show Random Selection Loading Transactions
Max Size: 110/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,239 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,770 32
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,238 (508,787 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
333,451 333,451 000000000000000016a338be623836d0cc31749749d2306c123300495d8058b0 0.47 MB 808 23
333,450 333,450 000000000000000000329799cdd10f7496f08b684d70bc362bafac5475220239 0.10 MB 159 25
333,449 333,449 000000000000000011d218192b0d7c2c567464f5aff35fceadaa2a9d6b960257 0.05 MB 89 55
333,448 333,448 00000000000000000dab8001016ba31b99a6da6858e85bc62697512f343b0163 0.52 MB 926 412
333,447 333,447 0000000000000000013a2e0d2d5735c8d021674e3dbb59cca546d03ad46f5eb1 0.60 MB 1,126 25
333,446 333,446 0000000000000000175a02271008ad0501c5bf0c646e6f814c64e79ae7d7d49d 0.21 MB 411 25
333,445 333,445 00000000000000000300f36e6f2934c64b6a68e937dcf30bc993d37592aab608 0.38 MB 666 24
333,444 333,444 0000000000000000089f1eb0b19c12f77dc1a83cc0891f79d3de26a494da1891 0.11 MB 258 35
333,443 333,443 00000000000000000f7934a0ae9a510007310e3f71c9c247091454d96edf256a 0.42 MB 553 14
333,442 333,442 0000000000000000145de5686013fb8b9022028323d5ea2ad546f766c1f6b421 1.00 MB 646 15
333,441 333,441 00000000000000001750911f32dd82a734877273d761047bdf769cd532269636 0.75 MB 852 19
333,440 333,440 000000000000000015d5be0e6253006d71804d0e524693a0d8d2459ab27cd32b 0.35 MB 1,076 31
333,439 333,439 0000000000000000067d4ffcd2e583245f883830f749874af016448b3f29ab57 0.03 MB 64 160
333,438 333,438 00000000000000000f9ce94e3fdbec5e2d4ef6336538abb70a180de9a866430b 0.75 MB 1,642 27
333,437 333,437 0000000000000000090b3ea72a808f2de7c5f0ddc4af05cb48db5c4d2a795d74 0.04 MB 32 62
333,436 333,436 00000000000000000a8431aa97b32b183d77f6a0901c1209ce65f98134e36920 0.75 MB 1,739 29
333,435 333,435 000000000000000014c7cb037aa78a7f9e071a2dca11c7eb11cbd5d5ec7ecef4 0.75 MB 2,094 35
333,434 333,434 0000000000000000190e9fab40fc3779e175db15d145778d406e5b57216077f9 1.00 MB 572 14
333,433 333,433 000000000000000006e4f31378524173087899cd73c93cc330c013499f809302 0.75 MB 1,658 32
333,432 333,432 000000000000000006ab243d4ee302faa528dd13cc520e2412d0233aa62d5ccc 0.07 MB 103 22
333,431 333,431 000000000000000003aff083795bc711338b7d32586608174a0b2de530ccf5ba 0.75 MB 1,604 28
Previous 10 blocks ↓
Total Size: 647.17 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,460.74 GB sent, 43.63 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.