Memory Pool Memory Pool Refreshing

34,343 transactions
48.00 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,553 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,809 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,552 (540,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
301,969 301,969 00000000000000000462debacdcd6b832a3aa8ca7ff21ac1d84ab53ef589de4c 0.35 MB 634 32
301,968 301,968 00000000000000005cb86f0cd2a46c798e49fa5ca107a0aad16ccbb7eac9fa3a 0.34 MB 530 27
301,967 301,967 00000000000000001f8943a4f316b32517356ae3ea425beeab91c838e7bb6a02 0.07 MB 149 30
301,966 301,966 0000000000000000343596782ab0b824b23d1fb6a69828ebb4e8c3a76720a98f 0.21 MB 385 31
301,965 301,965 000000000000000075149cb02b3b87112a6585b633f068f211afa9cbd54b6d87 0.27 MB 586 33
301,964 301,964 00000000000000006820a49e68d4052ac447d31ff31b5bbceecdf17cdd6c2c15 0.04 MB 68 19
301,963 301,963 00000000000000001d79ce801f7a68c5237b4cc426b125ecf947d8ed3515e2c5 0.35 MB 626 29
301,962 301,962 00000000000000004f6cb97590aaca392485b95c760fe604728ed7c4c422c7a2 0.61 MB 793 23
301,961 301,961 0000000000000000477d8b284153c1b6368c2e3270b7ba5d421720b4012e6d67 0.35 MB 829 63
301,960 301,960 00000000000000001b8a62b6be6f83cfcbf8a9c0aec576e4e8f03ac0c0464283 0.10 MB 183 29
301,959 301,959 000000000000000018f02eac8917f7248cb4616a4e855daa6e97ad0abb5a5519 0.30 MB 565 30
301,958 301,958 0000000000000000644db1ee6829d57bce3ac0f348bb6bf3eb437bc4f2e82037 0.28 MB 354 88
301,957 301,957 0000000000000000599c78f1555febfe7d194413471930905005c02b8b1126ea 0.33 MB 658 65
301,956 301,956 00000000000000000acf1be3636034df1fc93017127b2a061a4f6651a45daddf 0.14 MB 255 32
301,955 301,955 000000000000000048f5eb7619324eb18bc7e0543c4e4a2fdae414a047df147c 0.10 MB 194 29
301,954 301,954 0000000000000000406539d26816bc5a0346c6ecd5b0032406bac3d57c57ac68 0.49 MB 538 17
301,953 301,953 00000000000000003e81482527a01283b3e51ea55eb70c715aee0f3a84280024 0.35 MB 1,125 50
301,952 301,952 00000000000000006c91b408961c873f4ba1eac47fd8376a192acb2e134a100c 0.04 MB 86 23
301,951 301,951 00000000000000000bf83f63b0a949c31641dfa5bbf39d28dda03a94f5cef24c 0.43 MB 736 28
301,950 301,950 00000000000000000f1c372cdf6a514dd3e306d71162ecaa07d0b0d9439aa252 0.19 MB 372 29
301,949 301,949 0000000000000000718203caaa4f0eaa543cc688a82fceacb0f986a3eba69330 0.45 MB 455 22
Previous 10 blocks ↓
Total Size: 647.78 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: 8,547.97 GB sent, 47.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.