Memory Pool Memory Pool Refreshing

41,799 transactions
30.40 vMB
Show Random Selection Loading Transactions
Max Size: 144/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,207 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,064 41
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,206 (723,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
119,195 119,195 0000000000002579166e7a96f42cd960017d08d50beba76a450ea98e13c0f226 0.01 MB 10 593
119,194 119,194 000000000000b423f031fe53235ab1553a0c4e34297cd29708370e10730a4a76 0.00 MB 12 0
119,193 119,193 0000000000004154ab6e2cbcdb744668c3f446b578c3cb51d3339af8bce21a8c 0.00 MB 14 577
119,192 119,192 0000000000003cacdae66abf9c4a1f8b5facedc563bfc0934b13eb6dcb081baa 0.00 MB 11 246
119,191 119,191 000000000000424b637679af3147e2d205f8fee44b5c7a753e425478362dd8cc 0.00 MB 12 424
119,190 119,190 00000000000037809352b9c49d25c6a58015276f5ab79e437370cc9ebd01d01c 0.00 MB 12 817
119,189 119,189 0000000000003a91667b60528325782693971646d1b88daa8ea99ef1b3999564 0.01 MB 20 601
119,188 119,188 000000000000a1af492cd0eb965730b7e874cf70559c06bc4286ffb9c2d936b4 0.00 MB 8 294
119,187 119,187 0000000000005def89f122e2caf2e6a91499b224844e3e7f9428559a45827514 0.01 MB 31 1,033
119,186 119,186 0000000000009ceadd027801451239ee5327072a134bffbdf693c11f1dd4cbf1 0.01 MB 36 490
119,185 119,185 0000000000009c113d0f3be00e8058064369d60fe67248d731bf7173a82766b6 0.00 MB 13 855
119,184 119,184 000000000000adfe3053c8d02f531ed6ca0a9519cc404951acfc0c55a00e67ee 0.02 MB 30 207
119,183 119,183 0000000000000c8d6412f80c8ca45a858d20f00477a6c5979f68cacbc14fe58c 0.00 MB 12 0
119,182 119,182 00000000000077029623cd09b0eeb48bdf65c365572e67219bf03efbfdf10629 0.00 MB 2 3,875
119,181 119,181 0000000000008805f34b02ccc83adfd10b68edafbeb90d431b0fb6e89becd5e5 0.00 MB 10 340
119,180 119,180 00000000000039700a8660300e48b2b5ce47b73326abeabd4a094a98ca1bc95d 0.00 MB 11 344
119,179 119,179 0000000000007b0d1a871253ab540faab00efd7d23fc6a6d6efd4da4428c8870 0.00 MB 7 674
119,178 119,178 0000000000004f945aa88c6df919726b85693c5522f30b3e0bc632eb2d1baf25 0.00 MB 8 0
119,177 119,177 00000000000002f65510dd51f9e99606f637e555168b5d3c9fd16e4dd8a97a9f 0.00 MB 8 333
119,176 119,176 0000000000009d00feed5e33a008c553d37f5fc9bad52d3da896ea078d2f78f1 0.00 MB 2 0
119,175 119,175 000000000000148b8884cb049bacd811315cb9741b94c4895af83a2661d40dab 0.01 MB 30 469
Previous 10 blocks ↓
Total Size: 647.12 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 8,457.04 GB sent, 43.33 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.