Memory Pool Memory Pool Refreshing

64,680 transactions
49.56 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,021 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 1,133 36
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,020 (506,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
341,122 341,122 000000000000000004abcaa615f76a25080ac2b0deeb1b0456f53eefa7f06088 0.05 MB 106 34
341,121 341,121 000000000000000012409d11d96ad662c1015eec5857beb3f3ed4e6cf3809cdd 0.15 MB 309 18
341,120 341,120 00000000000000000b8bbcbcf0cd4d733dd9a162170411fe75ad22ddfa7833dc 0.68 MB 1,056 20
341,119 341,119 00000000000000000e3050fec6daf3c51dad2b588dea52c4a89ae5c42e6df6c5 0.27 MB 1,024 45
341,118 341,118 0000000000000000170f4698efbd49e46d69f02faada1cf4f90701a5a13a8ff5 0.20 MB 242 13
341,117 341,117 000000000000000004b007434730f9c9c79d904465543e3da8b161595d2dd054 0.10 MB 143 16
341,116 341,116 00000000000000000d6a4a82cb86361be810a83fb54fe88380e39cfd747b4fc5 0.23 MB 418 21
341,115 341,115 00000000000000000ed80aa786587292efe1f5e151d74402a54d01fb315143cd 0.29 MB 753 34
341,114 341,114 00000000000000000eea356d5f64be556e3c0799ad7930006ce4c25aa8331e95 0.02 MB 46 33
341,113 341,113 000000000000000015b266d8a606892945ad09b0624a7cd3284eac16a83539c7 0.04 MB 65 23
341,112 341,112 000000000000000002df1fc2c1da96d9ce0aa9f7a7b66dc713ece3d933deef92 0.33 MB 628 25
341,111 341,111 00000000000000000d472e547e94e69f8b52c1db7c6189ce73aab013499bd326 0.10 MB 249 41
341,110 341,110 000000000000000003cd989b1e88b6d0958dd50419ad1fe52fd5618d92f0b339 0.10 MB 131 11
341,109 341,109 000000000000000018dc5d8a167afd54d35305e52ecf40c05db3a6939a3beb1b 0.07 MB 119 14
341,108 341,108 00000000000000000a9afe3affe8351ac400a60d686b046a499bfe65ff1231a8 0.31 MB 488 23
341,107 341,107 0000000000000000123f974f5505efebfcfb7668b32bad84c7c27561ccc5ce27 0.26 MB 478 26
341,106 341,106 000000000000000010cb778b1d0177cf9486d97880f93b4b032d602a7a270801 0.36 MB 596 23
341,105 341,105 00000000000000000152f1e1c84c05d19b5f92c5bde43afa0670e4f31dcc39ab 0.30 MB 421 20
341,104 341,104 00000000000000000cd80140ad3483faed214ba35c718f5bb3f3cc536188fafe 0.10 MB 195 23
341,103 341,103 0000000000000000055134693319aa6f8415ac14bc6f0e14a97c198afc8b1857 0.15 MB 247 17
341,102 341,102 0000000000000000187698b03302f604888a9f176a322acd6fd0efaf9ae5387c 0.51 MB 574 16
Previous 10 blocks ↓
Total Size: 657.80 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: 339.73 GB sent, 0.91 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.