Memory Pool Memory Pool Refreshing

52,823 transactions
38.17 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,352 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 3,695 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,351 (510,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
333,430 333,430 0000000000000000101d7e425f176f1364567a8361f15cba77e101861821346a 0.00 MB 1 0
333,429 333,429 000000000000000001823bfa195d5bdbdcdc5defc981956ce3e642ade8865e31 0.35 MB 1,157 45
333,428 333,428 00000000000000000580f682f4886556430168d33aa53801b44f6fd2dda14b82 0.23 MB 537 25
333,427 333,427 00000000000000000212b11407337d89839d997222f79fe545fdc284fdf11dbf 0.62 MB 1,112 25
333,426 333,426 0000000000000000128b20073802c616d2fff2ead8d4a1dff81c24f9c8ce232e 0.41 MB 490 15
333,425 333,425 0000000000000000021fdafa64252c9600e9e7732822b06c46d1960e8b3ca7c5 0.75 MB 1,290 23
333,424 333,424 00000000000000000aa3c3cee41ce2359ea5ebb3e63c8573c1a6f24cc03174f5 0.04 MB 32 30
333,423 333,423 000000000000000012e2e8069cc90ff97161b803b9b99d17d02625c6ea87b0b2 0.35 MB 900 32
333,422 333,422 000000000000000003c3ce602a9418afef2f4509d6c8e29efc5d6ddd0152da3f 0.53 MB 845 22
333,421 333,421 0000000000000000120e63c002b2c4d325d8d6d601c99880f843653ff8514b60 0.54 MB 854 21
333,420 333,420 000000000000000013bfe7f59fc2c380f76a45c7a9515ecf8584f4a57bacfc0e 0.04 MB 64 33
333,419 333,419 00000000000000000fa15a268d70c232b8ba865ba68f2bb6100d9ba9aedf7185 0.22 MB 364 24
Previous 10 blocks ↓
Total Size: 651.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: 9,104.37 GB sent, 67.04 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.