Memory Pool Memory Pool Refreshing

58,324 transactions
27.31 vMB
Show Random Selection Loading Transactions
Max Size: 144/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,761 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,793 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,760 (518,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
325,834 325,834 00000000000000001a50cef870900dec3e35de451ef15400632ada9be0f18a05 0.11 MB 189 38
325,833 325,833 000000000000000015021faa0507f66d802c23f8f8aa320f020a010c4a4ad955 0.19 MB 332 30
325,832 325,832 0000000000000000022e90f498462d91d8e2bc19dd4551124b74bc57a9a107ce 0.07 MB 119 28
325,831 325,831 00000000000000000a143f68b7761c5bd94b2644bfda2b9b626f4786f319c71d 0.11 MB 241 26
325,830 325,830 00000000000000001de655c0d9bf7ee017775a359c7376473a915939ee01ec1d 0.40 MB 710 27
325,829 325,829 00000000000000001ce8fa47205a4119c4342cce305dc13bb08991f7051e6236 0.17 MB 337 32
325,828 325,828 000000000000000013e144f4ce977fd4073f8a2b064505f6caca8fd6c6d71854 0.14 MB 196 23
325,827 325,827 00000000000000001be1071018c3b1a71ae4213b95174e27ab86f0413638884c 0.24 MB 512 37
325,826 325,826 000000000000000000af709a50dd652c2961f13c5970e4f1072830afc2a78a7c 0.02 MB 40 20
325,825 325,825 000000000000000008133dcd1f74a90052d3901aa2092c224ef62ccb47c501c2 0.10 MB 214 27
325,824 325,824 00000000000000000d96ce1dd3b8c8aa4ec641e5d3bf8a2e1b392ab739355b7c 0.21 MB 459 31
325,823 325,823 0000000000000000007230df782d27f618fdf722a046293627d4bbe85beda354 0.13 MB 221 26
325,822 325,822 0000000000000000037dcbf433a7c13af4eb5caf62d0ccea7ddf41b4c58237a3 0.15 MB 352 33
325,821 325,821 0000000000000000114c7b789b2813627370a4334f2b1649381377ff2fe7fada 0.09 MB 216 35
325,820 325,820 00000000000000000edf6be55f4d30405275c79a0a0e501132a2ad7cffdc3552 0.02 MB 52 32
325,819 325,819 00000000000000000881a93a7adb74c9257c98c163f78f419934c765b1d1e7b1 0.03 MB 65 26
325,818 325,818 00000000000000001b38fa7761af873114aa64359978979ef93635c1dccc976f 0.06 MB 133 44
325,817 325,817 00000000000000000f0d680ec77307e7dd89d9329094b184f8ced71427513db2 0.05 MB 119 26
325,816 325,816 00000000000000000accbb91d7f4da0646f6124b1e0e1a2b0f3d8a5e5ca55835 0.14 MB 271 33
325,815 325,815 00000000000000001b06ed29712b2d6fc60c8bc2a2a297e3daa334375ff048cb 0.05 MB 118 140
325,814 325,814 00000000000000001e1e9f49a5362fff74b073629cb8f1fe480cef62e02edcc3 0.08 MB 173 31
Previous 10 blocks ↓
Total Size: 651.94 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,186.16 GB sent, 71.67 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.