Memory Pool Memory Pool Refreshing

66,015 transactions
29.66 vMB
Show Random Selection Loading Transactions
Max Size: 161/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 844,892 (171,157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
673,735 673,735 0000000000000000000b71635011808a18c1a38d9689dbb1308db69d6365f610 1.28 MB 3,034 120
673,734 673,734 00000000000000000003c82b8accb2b3f3364b030f1aad3ca6a737000e55ca73 2.07 MB 535 17
673,733 673,733 00000000000000000004c0100af8cae73a3623a8a0306e3edc4bf5a8f191d031 1.44 MB 1,874 30
673,732 673,732 000000000000000000080a83a8c63dfd7da7225be9de9da3c523f499a30f7654 1.44 MB 2,146 52
673,731 673,731 0000000000000000000436d856198eef7215926be9a2a4245398183976b53d0f 1.24 MB 2,690 24
673,730 673,730 000000000000000000026f61806e5330f9f9a8aac6e5db92c435e6bb7799ec5c 1.51 MB 2,225 74
673,729 673,729 0000000000000000000ccb583b5770cd070892f6c2477c8e3bbfd4f977ab23d5 1.50 MB 1,848 71
673,728 673,728 00000000000000000004fd93ab2713bc04b01aef0ea8d9256c5a4dacffd0a299 1.37 MB 2,316 108
673,727 673,727 00000000000000000005d087aea00efb593bfddd9af07a731e4b430047055731 1.42 MB 2,525 93
673,726 673,726 00000000000000000005dcac26da9b7ec3b25e9aa54dff7f604e0c64ba9f2032 1.44 MB 833 17
673,725 673,725 0000000000000000000a7502e20033c06f195662e3345c1a4b9b6446d2a6b3ce 1.99 MB 403 36
673,724 673,724 00000000000000000006d833aabded6804d87d1602c7f90dddb483cd24b172dd 1.25 MB 1,476 78
673,723 673,723 0000000000000000000333ecfe1182fa02521fd50b160b187ef67440507b12b1 1.32 MB 1,376 65
673,722 673,722 000000000000000000017c0c6adae0129f37bbff782a232dd9d6a04bf47ffddf 1.51 MB 2,210 46
673,721 673,721 0000000000000000000a45bb89e83336cd119e848e3871a9b7ae9779851648ae 2.01 MB 472 15
673,720 673,720 0000000000000000000a5998c8bbb38b77c85d9e0ad00fb9aee621d98890b704 1.70 MB 1,032 29
673,719 673,719 000000000000000000084ab5c78d8dab9b8e6a443d9b546518476c1fb3aafe38 1.28 MB 2,226 22
673,718 673,718 0000000000000000000bdc98529f7dad33571a08fb09601cb853bcada51807ac 1.45 MB 1,741 29
673,717 673,717 000000000000000000059832d665bd97059a8963443c65a05b54d647b1da2bda 1.26 MB 2,503 49
673,716 673,716 00000000000000000002d71dcc22caa36525f8dd912c68d398dd2d32fda30a80 1.27 MB 2,367 14
673,715 673,715 00000000000000000002b62291fe70bba578153d365199bf7e152185f3ad6401 1.13 MB 2,468 27
Previous 10 blocks ↓
Total Size: 652.20 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,212.76 GB sent, 73.04 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.