Memory Pool Memory Pool Refreshing

95,293 transactions
30.11 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,025 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 5,377 30
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,024 (827,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
19,011 19,011 0000000034d50f9e79da20059f572504055361e0c12ebf9ace8d93061895f5c9 0.00 MB 1 0
19,010 19,010 000000007b44d5d2b859780e9c9d1c2c92d5c2030f82159944ad2d5f8a2cc919 0.00 MB 1 0
19,009 19,009 00000000330485d5b3e42f867342c534a12edbbbae44ba321add8870839ef85b 0.00 MB 1 0
19,008 19,008 00000000edfab4d4cc14befe1e79153ffd99cf4589a1148405275f30eea07057 0.00 MB 1 0
19,007 19,007 0000000096d61a303f04bfced2a0e53069381c92b171d4ea719e79615b1b0cfc 0.00 MB 1 0
19,006 19,006 0000000032188a17e0f350e442a4833452863bb2b1b7033b33981d7b1c05b432 0.00 MB 1 0
19,005 19,005 00000000a899900559396a5323241b0eda1af878b02e5dd67a133e78b3180b3f 0.00 MB 1 0
19,004 19,004 00000000ff7e04f4bce3b87e6e5f4a01c0b832d90c6ca4010506adf2f6505802 0.00 MB 1 0
19,003 19,003 0000000010a7b55b741b8cd36a325295d510a50e688683a1f30b9c12caed6d0e 0.00 MB 1 0
19,002 19,002 000000001e5db4f8abc70499d90f188cbf3b3663d28fd618261ccfe6df47b606 0.00 MB 1 0
19,001 19,001 0000000061a6550896ec246858319b224275ef39d376da5c0b9dbaf5ad148ba4 0.00 MB 1 0
19,000 19,000 00000000794894208a98d6a323f37e23ead638bcaf3a2718c80a4cf5e846fd32 0.00 MB 1 0
18,999 18,999 000000002fd36681ab34bd9b234cf97ea524f501dd81723a2be68780edec8e99 0.00 MB 1 0
18,998 18,998 0000000058149a44d82b7648f21d8e24740696b925c1909c88f6687b2d5b262d 0.00 MB 1 0
18,997 18,997 000000005cca9291df707b7469466e17f4278bdf65904c0b9e21b99bddf280dd 0.00 MB 1 0
18,996 18,996 000000005f5a65ebfc14ea6ef02d4154cd1e8028cd3a192357d91322de64d44d 0.00 MB 1 0
18,995 18,995 00000000d83737d451e4f5f62f4b3d00a45185a234c18c0f0bbac9a65997c309 0.00 MB 1 0
18,994 18,994 0000000043397c58b52a7c0ac62705432f17ba541d1ed95861c0db0127d10f60 0.00 MB 1 0
18,993 18,993 00000000b586d604ecb82d8d93ec3f74e2e31976749c23278bc0265cd15fc68f 0.00 MB 1 0
18,992 18,992 00000000b4f436378de5f2ec5a8cfb6a888e604f6f940c7c15fb1b82f3d5c701 0.00 MB 1 0
18,991 18,991 000000006eaa10f2681066535ad0971ec5c12297262903e1f489ff1c2e10503c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 654.27 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,365.33 GB sent, 87.73 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.