Memory Pool Memory Pool Refreshing

64,795 transactions
50.30 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,010 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 1,528 40
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,009 (506,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
341,723 341,723 0000000000000000077ded64e4fb6d2b7b04822f08b6d4fb115dcefa12a5264a 0.07 MB 99 5
341,722 341,722 0000000000000000012cce8cd77f30beb8f4953d8db26874de706561d6b5eb1f 0.71 MB 883 18
341,721 341,721 000000000000000006d8fb80a1ee4b11386176d3acf74a73b67ef027701a7cb6 0.59 MB 856 22
341,720 341,720 00000000000000000227db568885d3381da30013ca7a9de0ae2f58f31f462194 0.30 MB 575 28
341,719 341,719 000000000000000016403f18aab9dd1bf7a6c171c401c8321d7bee0c32383db0 0.75 MB 1,282 25
341,718 341,718 0000000000000000041db52ecacd577dd0d38df9ded18f9f547675b38708fc9e 0.10 MB 227 26
341,717 341,717 000000000000000008458dc811f2f0920b936b273d3e68c85046ecffb86f8d47 0.21 MB 475 29
341,716 341,716 00000000000000001072fa692c5e6a551e89dfbf898cd15a2a7e608aaa4c5739 0.68 MB 1,188 25
341,715 341,715 0000000000000000017b3b2a79322c6c4f573553462c0a8baf83c208e4288329 0.10 MB 154 10
341,714 341,714 000000000000000005ec138f3ac92d0b3fad77d491174636a735b5e3f10dd16c 0.31 MB 534 24
341,713 341,713 000000000000000008a0b6cd99d7824feae324650d862037fb7fe03d27e1be26 0.08 MB 132 15
341,712 341,712 000000000000000004706c1bfe62ff69532600c50555120ef63332ba4a0dd7c0 0.01 MB 15 38
341,711 341,711 000000000000000005cafaa06d4dba5f395965c7584628aaa28f5d8c335a0f7e 0.05 MB 80 17
341,710 341,710 000000000000000000b61362a297904bdf466b80001e201e406c619f29c68d7f 0.75 MB 1,326 27
341,709 341,709 000000000000000019c4be61855eba3daa463809402577ea6447a81c6e24f156 0.57 MB 647 17
341,708 341,708 0000000000000000020a09525012706207dab18fe0009144f6f478ec5d7984e6 0.20 MB 512 31
341,707 341,707 000000000000000010c9b62c5ca90cd209fdaa4649cb8a94028eb415a475681f 0.33 MB 978 40
341,706 341,706 00000000000000000aa3eb25472eb19c2a49ca7a11092d0101b45d330d58044d 0.09 MB 258 35
341,705 341,705 000000000000000006bbadfc1252eb9abdcd10356501fe55174f6d14dcba340d 0.67 MB 1,038 23
341,704 341,704 000000000000000009e6001ce7af5b497e107ce9d418bca7e513df479e8197a7 0.15 MB 181 15
341,703 341,703 000000000000000007081148cf1b74bdfc45bbcf5e4956e6a8ab2e41c1652b52 0.57 MB 869 24
Previous 10 blocks ↓
Total Size: 657.79 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 68 incoming
  • Data Transfer: 321.26 GB sent, 0.89 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.