Memory Pool Memory Pool Refreshing

34,096 transactions
44.94 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,450 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,125 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,449 (411,909 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,540 430,540 000000000000000000e3437e58ac7ba122027f34d248ac78350c0078524af275 1.00 MB 2,866 85
430,539 430,539 00000000000000000400d32cd642364947eaa6f960add099b7ce49dd0164e2af 0.46 MB 914 56
430,538 430,538 0000000000000000027c4e69a0613ee175d92c2a59af13379b6ead26388946a5 0.68 MB 977 38
430,537 430,537 000000000000000000502525e40099bc2fafdcd900f75e2b7a8d63e0179284b4 1.00 MB 1,250 25
430,536 430,536 00000000000000000424c903807b9760a93fcb4c736c9951fa36db96631a1ae4 1.00 MB 2,269 51
430,535 430,535 0000000000000000008e6cb930ddada7af5f22c5a9336d1778db442d2b1467a7 1.00 MB 2,510 76
430,534 430,534 000000000000000000cde293eb2d0c0b5c0f452ed06979381b0a9ec2279ef2b9 1.00 MB 2,038 54
430,533 430,533 000000000000000003785452fd6eb702ca29c54dd42344a4e9e3274bcd309793 1.00 MB 2,650 72
430,532 430,532 0000000000000000012972cc384730178f8b9e5299f6babc0546dd6694331120 1.00 MB 2,743 61
430,531 430,531 0000000000000000024310e420f4952966fd58ddd39e5d9706aa4d4987bfe87a 1.00 MB 2,909 78
430,530 430,530 00000000000000000239430711d1e138e672789cb9d11d9ca3615f0a0066db6f 0.51 MB 1,372 60
430,529 430,529 000000000000000004c47200659f7a000cca8445bce600681a6cdd50723b5f9d 0.36 MB 879 64
430,528 430,528 000000000000000002fa3bc4c93e4511b456977d6ba381c912709a0217711d2b 0.23 MB 594 66
430,527 430,527 000000000000000001b8f642e420950424ee0a7bf16494da96bbcde90286332e 0.06 MB 134 61
430,526 430,526 0000000000000000012a122ee4faa284c8f69132d1de14f014abf2600fe3c046 0.70 MB 1,756 64
430,525 430,525 000000000000000002be24aa185026846ac665eb6a410706c8a96289ef752962 1.00 MB 1,393 30
430,524 430,524 0000000000000000025b4f3fb2b7b4047c73d554c02c89902f13575b8946f4c4 0.67 MB 1,601 53
430,523 430,523 000000000000000002fca746a99a24f48630771252eb200468fc1cc1374147c2 0.85 MB 1,727 62
430,522 430,522 000000000000000002ef5110083a2c1fcb0b915f1380efb0fd17dccef0bc6f95 0.03 MB 53 54
430,521 430,521 0000000000000000003e8dd598f3a84d56c14660bdb22e273c8945a3a72db56c 0.38 MB 617 53
430,520 430,520 000000000000000003e700232b05530bdd94dc65498efa06c265233248868ec5 0.20 MB 166 24
Previous 10 blocks ↓
Total Size: 647.57 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,512.28 GB sent, 46.51 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.