Memory Pool Memory Pool Refreshing

79,732 transactions
32.84 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,402 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,154 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,401 (171,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
673,742 673,742 000000000000000000076e1ec8d6b78a2c5c05ad1e6db1e2003f8d20165917aa 0.00 MB 1 0
673,741 673,741 000000000000000000041ffd7acc88404a038802e9bf4f20576671648cac90a4 1.46 MB 1,964 99
673,740 673,740 000000000000000000079016fee3b2178e721c9435b89ea9cb76c83c24bf6b8f 1.47 MB 2,080 99
673,739 673,739 00000000000000000007babbe960ef5cd0af1965a069f043d621a71dc7565911 1.40 MB 2,941 124
673,738 673,738 000000000000000000003cd955f5f160748d26b1d884c47c41d56d943b65760a 1.40 MB 3,025 116
673,737 673,737 00000000000000000009623d5e9467102c26ea93c2b3a8a5d71dd9a9123a0aba 1.29 MB 1,729 89
673,736 673,736 0000000000000000000b8eda8eb2955c63bd3ae5b9a9ace8797068f68d598724 1.23 MB 1,824 109
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
Previous 10 blocks ↓
Total Size: 653.15 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,300.84 GB sent, 79.68 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.