Memory Pool Memory Pool Refreshing

91,629 transactions
35.68 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,519 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,726 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,518 (512,290 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
333,228 333,228 0000000000000000034bb91ee90b73bc418257842076a30ab7c706d39fcaed0b 0.13 MB 246 23
333,227 333,227 0000000000000000095e59ffc9ca976691e22e45f85c134e0f773750c72504fd 0.46 MB 1,049 28
333,226 333,226 00000000000000000ec4ced658a5f5d87a446694068a9ea65d4f4e8bfbc7dfe1 0.12 MB 340 31
333,225 333,225 00000000000000000d2a0529dcafde71ccc03bfb899dc3a0758957aa50705c5d 0.18 MB 360 23
333,224 333,224 0000000000000000184e3b2fbd598eba1cc4230911dafae7486014210fe04faa 0.58 MB 1,290 28
333,223 333,223 0000000000000000016643d31001c04438df02ac310c45813c9047c7bdc983de 0.10 MB 161 14
333,222 333,222 00000000000000000220f06a0e8d4591e93829be148fa51062f1c3ac228d1b68 0.14 MB 340 27
333,221 333,221 000000000000000016dd660fe01ba387e8bed6770a9a2e725e7542a98771a7b3 0.66 MB 1,059 21
333,220 333,220 000000000000000001a0d3ef4df0027c3b33d8c820a011dee762a2a7401e0239 0.03 MB 68 25
333,219 333,219 0000000000000000166f0d0aad58f4ca8b33f15539f9fdd09f721aee11422b0c 0.25 MB 473 22
333,218 333,218 000000000000000014a6fa253f83919d82497ec386d597cb5f2446911d0934f7 0.44 MB 966 27
333,217 333,217 00000000000000000229a472c2a2f30eff374902e36a48cd70ae26d56f30909c 0.10 MB 149 13
333,216 333,216 00000000000000001073f4148a449be641a4dce779b6c123a4c5b359b7fd064c 0.24 MB 145 6
333,215 333,215 0000000000000000077a969c0a9894610e228a4e6f8a2bfcf5bbf5e451d23149 0.04 MB 139 34
333,214 333,214 000000000000000008a3b3ee1dc7701db8c0f58aa960b38032f508f4dc7b24a5 0.14 MB 293 23
333,213 333,213 000000000000000019eee3e5280876dd3580c67458c65bb8958d4467a6a6f4b8 0.21 MB 383 26
333,212 333,212 00000000000000000790cb56c86feaf7eb74d44267a4826397ca7cf8e4461a6a 0.34 MB 677 24
333,211 333,211 00000000000000000e823208fcdac044f1c849e3c1190c72cd5996432f0295cb 0.42 MB 814 23
333,210 333,210 0000000000000000162bebecfba1a0b9da7a6dcca3c17a7e36ad384fe1f8f5c2 0.02 MB 64 25
333,209 333,209 00000000000000000f3fb3bbb8173e63b787d3e5de10ea32ba0fa03746e6c2dd 0.10 MB 109 8
333,208 333,208 000000000000000013116af094ea063d1af05b0492c090f2f2e6be2424e110e8 0.49 MB 816 22
Previous 10 blocks ↓
Total Size: 653.37 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,311.23 GB sent, 81.15 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.