Memory Pool Memory Pool Refreshing

92,217 transactions
29.45 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,067 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,412 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,066 (333,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
512,098 512,098 00000000000000000011d4260ea505d6b68c353b6ac1e99cd32ec4670dc9da5b 1.06 MB 1,121 24
512,097 512,097 0000000000000000001919aaafbe17f6568feb9c6e39b32977211b8faf4e514b 1.06 MB 945 21
512,096 512,096 0000000000000000004e8762067ec46314a1edd0d6905e42c4391c0646cd1e05 1.15 MB 1,686 28
512,095 512,095 0000000000000000003ab640b40cdacf44fc256719d030ef40320be871b5be3a 1.10 MB 2,443 49
512,094 512,094 0000000000000000000ba2422b3ff067a0607462f4817c260ebda3c3a4d81c72 1.09 MB 1,933 43
512,093 512,093 00000000000000000009ad064cdca24136f40cd8e15a4ecbba84fc3c398f3b98 0.20 MB 320 28
512,092 512,092 00000000000000000032530905b463c90479493432143d0173c0343c42d87e3e 0.31 MB 545 37
512,091 512,091 000000000000000000327cc8209ba92af844b0eabac77fccebdc1b034a4746da 1.08 MB 1,623 33
512,090 512,090 00000000000000000035e79a49d26e8e8922a2c69576e9e7b190cc0b3ffaa52b 1.05 MB 736 16
512,089 512,089 0000000000000000000ff65fcc35b5ed1fb513c3404ab06cea3a93d5c06447a2 0.07 MB 175 51
512,088 512,088 000000000000000000186a958814359efe5b6f1d8ecbdd65b2b6aba33c79654a 1.12 MB 2,429 42
512,087 512,087 0000000000000000001ba9f6e2397e62d08a0de79f853476de7ec2f421c9b190 1.03 MB 576 10
512,086 512,086 00000000000000000016a2ece1c00f4c04e62963bb7d19b456207fbcaf3663e5 1.10 MB 1,994 40
512,085 512,085 000000000000000000477c9fdf200a95c528cb6cf3870bbab0b45a470cc2a0fe 1.06 MB 1,220 21
512,084 512,084 00000000000000000043752089261f2b6699cd988d9f5b1732a5a259b50984cf 1.06 MB 1,273 32
512,083 512,083 00000000000000000033503a97994be3ecea01e90b9cfa3a7c203eec3d3e9a5d 1.14 MB 690 9
512,082 512,082 0000000000000000003802604ff0580e5ea92effbaebfa297f1e594d58b81ea2 1.10 MB 2,471 59
512,081 512,081 0000000000000000003098995070bebd3f8bac0016f9ef86e6d75d851f16c3dc 1.04 MB 571 17
512,080 512,080 000000000000000000133d0d7617b1d4cc29fcfa359e586db2a2924c02e4f866 1.00 MB 215 3
512,079 512,079 0000000000000000004723430a9b590ff1f3da2a93e98725dfed55f063718466 1.01 MB 218 3
512,078 512,078 0000000000000000004e0353cd6914c1935900628bc524b6567995480845776b 1.02 MB 402 6
Previous 10 blocks ↓
Total Size: 654.35 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 9,368.12 GB sent, 88.29 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.