Memory Pool Memory Pool Refreshing

79,810 transactions
26.31 vMB
Show Random Selection Loading Transactions
Max Size: 158/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,726 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 4,777 24
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,725 (316,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
527,750 527,750 0000000000000000000a5d9063e3b3ac9dfb109c1a76dd19ef7dd8e57c2fc784 0.19 MB 473 32
527,749 527,749 00000000000000000012cf3711ffed7e4a74cf5706192a958cd7be2b82f6a335 0.58 MB 1,283 22
527,748 527,748 000000000000000000172c636501c8650d7025791e93b99d7d2e7b835138f679 1.15 MB 2,559 22
527,747 527,747 0000000000000000001b12fbc2185a8809a48e927aeade78180811494bb327ae 0.05 MB 98 30
527,746 527,746 0000000000000000001166c936f0bef34320416c3bb055fb2f2f9e7ff7315cbd 0.73 MB 1,188 25
527,745 527,745 0000000000000000002e911b31559791359440a0033aff0c8fa0373c8eed81a9 1.10 MB 2,208 17
527,744 527,744 000000000000000000105eb90b9fc32330a4c4af4a9668e72374b6e340a3430c 0.49 MB 1,282 12
527,743 527,743 0000000000000000000cf3a1ee6e166929e53bec23561c8f63fe2864f0588a98 1.18 MB 2,800 31
527,742 527,742 000000000000000000195caa1b5c7aa8bd94b0b8866e8fecf1d9ef61b1d5c97d 1.17 MB 2,605 24
527,741 527,741 00000000000000000028722a0964ef8bc20ed0b3a92ed24513b62ea2402e42dc 0.19 MB 404 22
527,740 527,740 0000000000000000000e5a8602586cd331eae4c1d4ebc16b0223e1df3132e64d 1.20 MB 2,245 11
527,739 527,739 000000000000000000052337f883a4c2aded8dc81c6622dc6c16976ce109734b 1.13 MB 1,872 21
527,738 527,738 000000000000000000222ad0e80e674cbf146f6fe5332510f787aa7739c53bf9 0.27 MB 566 30
527,737 527,737 000000000000000000022af35f15b5d1ec3f282a08d1c8ef97230d901485bdb6 1.09 MB 1,392 23
527,736 527,736 00000000000000000034fce45130415766495ad4ee58daa8a1404d499b2c2203 1.00 MB 517 51
527,735 527,735 00000000000000000038ed71ca98ce4363e5e68052423fa9daa06592ede673cf 0.68 MB 588 3
527,734 527,734 000000000000000000373d5055cb266d6a4b3c35c2de047f0484cc8d5d2631b1 1.22 MB 2,294 8
527,733 527,733 0000000000000000000039c77fe42489c6322f751cdc6e0b348c0f9caafb35df 1.16 MB 2,193 27
527,732 527,732 00000000000000000027b452261b1486384542a91a0ac8e35e4e0fc919d5d581 1.13 MB 2,506 18
527,731 527,731 000000000000000000296973ca32bd76a809971727734857aa6d7bff2c5ddfc7 1.18 MB 2,942 34
527,730 527,730 00000000000000000001232ea013791b386832fd6b78f62463f27679a5d62590 0.42 MB 889 18
Previous 10 blocks ↓
Total Size: 651.88 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,182.83 GB sent, 71.35 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.