Memory Pool Memory Pool Refreshing

55,229 transactions
46.32 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,067 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,023 29
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,066 (560,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
281,641 281,641 0000000000000001959b9c69ab0e7e83e178203cb24e70daa14a6a3b45fa5bcc 0.05 MB 152 224
281,640 281,640 0000000000000000d85bc2c832cc85ce54b8100ebd84fe309a77662423f7e57f 0.03 MB 51 5
281,639 281,639 000000000000000185f211a371adc0f42825f778df2b497f4ac6714693af8d54 0.09 MB 115 22
281,638 281,638 000000000000000171b96ba11e50f8e06aaa3b74ad1abb105002f4198f1db997 0.30 MB 393 27
281,637 281,637 000000000000000233bd671ad0ff9be61943d18c88e6993fafad362dc7bf3295 0.25 MB 463 45
281,636 281,636 0000000000000001a9462f933363c8b42e59ed2a9329ccd9cd03a5440e1de7e6 0.24 MB 323 23
281,635 281,635 00000000000000000335c79846260263faf47522dc6ab1e4e564f82a5fa914bd 0.50 MB 869 33
281,634 281,634 0000000000000000aa658d1fefc3b660b76ecc7dc8e73694862ebbff989626ea 0.25 MB 380 33
281,633 281,633 0000000000000001cf3cdb5a8a06e0439bdd8bff5da67ae84de74d08e124612f 0.25 MB 440 33
281,632 281,632 00000000000000023c8e52c720cac8048f4b34a5d7f59264592df41656bb27af 0.25 MB 479 48
281,631 281,631 0000000000000002119dbceeeb40d6ed7ed33caf1774e55620414685ff639d61 0.25 MB 496 27
281,630 281,630 000000000000000123967f2418d620fecd91139680b5076df81c04aad735d4e5 0.05 MB 159 49
281,629 281,629 0000000000000001add39f4ed93cb296c90586bd5c455ce398e5f828298ef3b3 0.05 MB 146 103
281,628 281,628 0000000000000000a020b241ceddbe9bc38eeb69651afe90d4529304bcaf3674 0.25 MB 753 60
281,627 281,627 0000000000000000f008b9bf87a5f7859ddec60cec1e1943b574d608f0abaa7f 0.25 MB 642 54
281,626 281,626 0000000000000001661f1d16636dbedc268a381a1cd77b997725175f015dbf9c 0.25 MB 618 32
281,625 281,625 0000000000000001bbf4af81913e8f61601ee1e30c8a0093b2919491fad6c2f2 0.05 MB 153 85
281,624 281,624 0000000000000000e911d90d8d5aea1e81d255572f284870ec79b27bf1df63b3 0.05 MB 148 59
281,623 281,623 0000000000000002168a1038e570c8c65fa4c97612ccd20e3bdb4dc6a0554df1 0.45 MB 1,024 42
281,622 281,622 0000000000000002521160e7cdbd4a463f884a77f5b260dd34277bc788bf86a0 0.24 MB 436 33
281,621 281,621 000000000000000038ec6edf79fccd0d96db701b4edc36b73958feaa5657a69d 0.02 MB 43 31
Previous 10 blocks ↓
Total Size: 646.88 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,430.23 GB sent, 41.00 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.