Memory Pool Memory Pool Refreshing

86,137 transactions
34.49 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,096 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,538 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,095 (415,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
430,101 430,101 0000000000000000038499f304a66b59cacf677c9b58467e02f0eddd3c96a69e 1.00 MB 2,563 76
430,100 430,100 00000000000000000221d6b4486ce45dccc50886ed1ccdc8933dab1eb98f0f14 0.13 MB 334 72
430,099 430,099 000000000000000000208e0d4bd7e1a79939f621285ad6ba4495cdcd0e8b3938 0.47 MB 1,136 53
430,098 430,098 0000000000000000038196c62142c1c4decd947323795a6a9cdf7e98c14b9fc1 0.56 MB 1,153 60
430,097 430,097 00000000000000000458c3562582cb769d7c60fee69072dea4f27a082cace67d 0.25 MB 610 64
430,096 430,096 0000000000000000014f1e9c99906e601ddcc9114552ff494022b044dcf86677 0.16 MB 306 59
430,095 430,095 000000000000000003be2baf505cee62a50e21fcb7c22b477d6e6ebca9ba3100 0.64 MB 1,131 45
430,094 430,094 0000000000000000041427412038094fde3bcba5d51aa0119d20805d3b00ae08 0.14 MB 381 68
430,093 430,093 0000000000000000035d1eacfc185a10e923f4bdbd02f9b0e8fc4a201182a8f4 0.69 MB 1,634 61
430,092 430,092 00000000000000000045389f6ccea5241c73ab8b8bc346d82dd89fea85e0254e 1.00 MB 456 10
Previous 10 blocks ↓
Total Size: 654.40 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: 9,370.43 GB sent, 88.65 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.