Memory Pool Memory Pool Refreshing

60,509 transactions
29.19 vMB
Show Random Selection Loading Transactions
Max Size: 148/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,479 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 6,617 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,478 (436,804 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
407,674 407,674 0000000000000000008ed64b77bda78d95b14395bce17f410b43569dbe1e1bc5 0.99 MB 2,850 49
407,673 407,673 000000000000000000863777f83fdfad931f53ce23154e0f2454ed294c9e8733 0.99 MB 256 2
407,672 407,672 00000000000000000040af7b74ba317a012952cbeee799f7a8bc88517958a5a6 0.99 MB 2,397 36
407,671 407,671 00000000000000000282f6f942b3297daed66b40d722a3dd91daacfec07b8f54 1.00 MB 809 12
407,670 407,670 000000000000000005deecd2bb511d20e7ad741cf02456d91bc2813b20637a6e 0.24 MB 286 22
407,669 407,669 0000000000000000012c7418f2e95197b98242e8e976aefa2d4ca933399ef25d 0.18 MB 373 36
407,668 407,668 0000000000000000014725700693def991b6d02ecef26c89739cbe88bd0f3fa1 0.33 MB 649 32
407,667 407,667 000000000000000002e5486020f9b3f7fac1d7c60059cb94fd4a602453cc5590 0.03 MB 69 46
407,666 407,666 000000000000000001256f6373b989775d2da516b6db8565d8bff679e1dbe6f3 1.00 MB 808 11
407,665 407,665 000000000000000001143268747cfa6fdc0b669849ac309266016f57ece6437d 0.62 MB 822 19
407,664 407,664 000000000000000001f3192ba869b0efa86c53cd50be78f350f0362bcf85b812 0.00 MB 14 122
407,663 407,663 0000000000000000016e4d03d9010f797abc516646aeed1d37e2f2d44e28af0c 0.00 MB 1 0
407,662 407,662 0000000000000000056fd7dba401e9278b4929a7d9aa17a2eb19ab56be56929c 0.99 MB 2,806 46
407,661 407,661 00000000000000000583cfe0cad7229a14a03c84406a84e5186458f9f57696c0 0.53 MB 739 20
407,660 407,660 000000000000000003c54830c9464e5ce266012d0f90b60782db51eb52702c6f 1.00 MB 2,164 46
407,659 407,659 00000000000000000394b3e504ef83866026e24e3246cc52de9f6e6e784ea96d 1.00 MB 524 11
407,658 407,658 000000000000000003215ed75142c2a0700a98668f904b570b6c19e9ed89845d 1.00 MB 2,628 37
407,657 407,657 0000000000000000025430839cc39794480de523b8c767d9bbec92b87c6b1384 0.41 MB 1,037 46
407,656 407,656 0000000000000000021cf02d5df82ed8b8b4bc7e5428985614b162e84e378d70 1.00 MB 1,570 30
407,655 407,655 000000000000000004fdf0bdb540d4b9d5c454e3150c7e9ac3c356054904330f 0.23 MB 418 30
407,654 407,654 0000000000000000028634b8c4a0ea51a2760299d57d4e167ec17d3ad0ef3641 0.34 MB 936 44
Previous 10 blocks ↓
Total Size: 651.42 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,127.57 GB sent, 68.44 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.