Memory Pool Memory Pool Refreshing

46,691 transactions
48.25 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,317 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,604 21
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,316 (711,467 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
130,849 130,849 000000000000199778d766c9525e8929a2e577fdb5656706f97ab7e2f88eb5b5 0.01 MB 20 715
130,848 130,848 0000000000000df507fc0490041523f119c5b8efbc38cd3f35b8688acc46567b 0.00 MB 13 1,130
130,847 130,847 0000000000000a770c80b4e7c2bf6bda2d49231ea4a5f4f9ad1e5a20a4e13064 0.02 MB 52 975
130,846 130,846 00000000000000429f9fa5b912ee00638c147eee0315cd6d9efa8942ac7c8830 0.02 MB 60 133
130,845 130,845 00000000000007ce50a32f0d163f9bedb2784f8791b6f3833fefc99901c88b51 0.03 MB 48 1,012
130,844 130,844 00000000000016f3d9ede794d089755096fab384b4343af6295bb58af89c92b3 0.03 MB 89 542
130,843 130,843 00000000000009f65b1ecff9cafd45211676a95be3f33f437d68d9b24797f3e8 0.02 MB 68 1,092
130,842 130,842 00000000000018a32fa5517867fd1a94b90ad134d99200f2a82475a7fb209674 0.01 MB 21 1,327
130,841 130,841 000000000000103fb4df6ad0c2f8e5ae263147b42fb36bc5f392e471c41b8722 0.00 MB 5 545
130,840 130,840 0000000000000a4da8c3f6126ba4e0ec67ced17428d17c6b88488a65438d545a 0.03 MB 101 399
130,839 130,839 000000000000035b9311edbcdf7264cfea53bc594b386267da81158004385dd7 0.01 MB 20 1,109
130,838 130,838 0000000000001ba57a990cf051dc4014ad9a53bba151abe12a9fcbedb5ec4d45 0.05 MB 179 163
130,837 130,837 000000000000005563438b550213bf20dbcfc4992b9c2753d633359c24cd3660 0.01 MB 44 302
130,836 130,836 00000000000005b59865078391856146ea9da9c147f6e1e408cb12c461acf400 0.00 MB 4 0
130,835 130,835 00000000000004998abe079048aa3ad9b07f31b2bdf9f7a52968162a945ee6ed 0.02 MB 36 1,041
130,834 130,834 0000000000000ef32e28667aa9fd030cd723cd70f68adf8f4a264bf69fcfc6af 0.05 MB 128 913
130,833 130,833 0000000000000351a8821058278f93cc9f52f615fa34431ce77fe8bd5292b160 0.02 MB 37 1,276
130,832 130,832 0000000000001ae59298b9450ffe208fdeb8c0273fd9dbe5efce403068b8fcd3 0.01 MB 28 347
130,831 130,831 000000000000164ed3967926384be5c2d5de125de0feef7c46182cd5b1926ede 0.04 MB 90 1,111
130,830 130,830 00000000000001a36b4456c96c0dff6f7f17675da47c4870aaeb4d6b40c4268a 0.01 MB 19 907
130,829 130,829 00000000000001eaebb4740e1af550053d1050b68aa7380bff4361d74826e6e2 0.03 MB 72 675
Previous 10 blocks ↓
Total Size: 647.31 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,475.75 GB sent, 44.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.