Memory Pool Memory Pool Refreshing

37,802 transactions
41.86 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
841,637 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,363 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,636 (411,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,222 430,222 0000000000000000034992e28d51da886658698665f2892f64047e36a7f15156 0.56 MB 1,147 37
430,221 430,221 00000000000000000463cae52f02995aba319c7ec71871fae02498e80a3e250c 1.00 MB 1,698 46
430,220 430,220 000000000000000004d362f6b444c26a788e3c18850038ff83ec769f65fa6621 1.00 MB 2,256 67
430,219 430,219 0000000000000000011cde62062a6cb6384d15a333d2dc2a833bc219be220299 1.00 MB 2,431 55
430,218 430,218 000000000000000002729d4db4c8d4437bc6b6719936e1af8881a13fa46763a2 1.00 MB 3,002 89
430,217 430,217 00000000000000000010b8264ba2f9c82214813241da276330ce2f54673ef633 0.01 MB 34 59
430,216 430,216 000000000000000000f69902c7c8a95eee17262ce4a0009a7cf4c6cbb4525972 0.76 MB 1,094 34
430,215 430,215 00000000000000000342a4342f647fa191a3a5a4858810a49f71d30f6887457c 0.75 MB 1,885 57
430,214 430,214 000000000000000003c3bdd3a0d858ba7bacd1bfab51fafa5150d44d3db73127 1.00 MB 2,311 54
430,213 430,213 000000000000000001fa2186eb00b00e211bddd32093d9073e19950d915d6941 0.80 MB 1,667 52
430,212 430,212 000000000000000003762bcd7136f305b9880302af1eee18308e2387e06d86ef 1.00 MB 659 14
430,211 430,211 000000000000000001a87301f5311e7d9a5c53a0560bb958d3e2103f315bcb63 0.22 MB 571 60
430,210 430,210 000000000000000001894bc5c0a3473be2ed9e9347629a1d31e03c7dc5b1531e 0.99 MB 2,068 52
430,209 430,209 000000000000000000eff7f0986a600d52bfc05b340137a692d7c6c7eeb2d68a 0.49 MB 1,205 63
430,208 430,208 0000000000000000002622a4c175034d119ac15cb4e6e6907c88a01105a079c3 1.00 MB 327 6
430,207 430,207 0000000000000000024994efb03ba05677e5d2fd160533c4298cccff3b24c640 0.87 MB 1,849 60
430,206 430,206 000000000000000000141f56bdd44c0cd79c676fe3d7b7fd5d06dd38d7c2773a 0.25 MB 563 41
430,205 430,205 000000000000000001161f7e875447326e915396b76edc8d91e451872bf54c01 1.00 MB 2,738 66
430,204 430,204 00000000000000000192e1a080d07c1dc39dee3a1f8e369c2b605d82e70ea97f 0.48 MB 909 53
430,203 430,203 0000000000000000000b75e468759e46db198c0f7486bee7dd4a2d7ab6b2907b 0.47 MB 1,141 61
430,202 430,202 00000000000000000236d8915c60c32ac16e6001c18091b12fca83e625912503 0.29 MB 653 60
Previous 10 blocks ↓
Total Size: 646.08 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,324.60 GB sent, 35.79 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.