Memory Pool Memory Pool Refreshing

44,154 transactions
50.44 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,023 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,437 24
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,022 (411,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,122 430,122 000000000000000001990db09358689a1b25aab74b166d8880375080f9cec281 0.99 MB 1,065 84
430,121 430,121 000000000000000001d88e99bc66c9be1f00612ce92ad28beb2ade20d6a0b827 1.00 MB 908 86
430,120 430,120 0000000000000000047d7acc0d81dc9c6a8b8c52db1c965b64d0aeeafdb62855 1.00 MB 1,284 95
430,119 430,119 0000000000000000043551f1911ea2c0f5208245de6c559ffcd42eec1a41c2bc 1.00 MB 2,601 54
430,118 430,118 000000000000000000c01a1c765dc5717ddb1c03324480a8f3b9e0fa8191e673 1.00 MB 1,980 65
430,117 430,117 0000000000000000008f25a7b1bfde2bbd28afc5ed6e50b0d3ccc9743cf9755b 1.00 MB 2,196 70
430,116 430,116 00000000000000000434377d6a947454cdcfa2eccb7d64606afb510cbc58445d 1.00 MB 1,369 79
430,115 430,115 00000000000000000433f1b5a194126f55a57fd168666ab445822394baa5ab2b 1.00 MB 1,585 77
430,114 430,114 00000000000000000259668fbafe0916ac8fdaf4d80d93ac629462db79301f0a 1.00 MB 828 74
430,113 430,113 000000000000000000e16987ce8dd3f3c0a5699282f603dff5cbe75ea9febacc 0.99 MB 530 72
430,112 430,112 0000000000000000042c5501d920711b1a2f72486f36354ab040ddd0e1f3bdd2 1.00 MB 1,703 91
430,111 430,111 0000000000000000031a28829dc52d294fac9fc369de8a934dd75cfeb7f4cab8 1.00 MB 1,644 92
430,110 430,110 000000000000000002205c0ccda8fd2aa6f9ca3dccb73e1b410ac072d4649edd 1.00 MB 1,404 83
430,109 430,109 0000000000000000034fcf523a7169c1beebc4ce9d126eb79b78a3e6c15b4669 1.00 MB 1,502 73
430,108 430,108 000000000000000002a34ded4a1fd6085b5629340a99a87e5c190536df947600 1.00 MB 2,480 62
430,107 430,107 0000000000000000007586b0b4f3cb16d45ca3a36f5ce9e9db349eba7b17c5de 1.00 MB 892 73
430,106 430,106 00000000000000000236b3fe634dab88b92123785e1cc55bdd1c3a8f6afd46ac 0.75 MB 1,476 90
430,105 430,105 0000000000000000017dc898acb9d43cebc5b65c51e9280cfa6f9dbff51c1aa1 1.00 MB 1,911 75
430,104 430,104 0000000000000000035154af4a9ac690f3cdb5d526e9d721b319b81b774d87a5 1.00 MB 2,023 51
430,103 430,103 000000000000000004451f1ea23b2815cd046a83facf2983c0d3e7962b15d74f 0.06 MB 191 45
430,102 430,102 000000000000000001a76564726b087816ca32efcc88075818cab9d94c111a83 1.00 MB 1,699 41
Previous 10 blocks ↓
Total Size: 646.80 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,408.19 GB sent, 40.24 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.