Memory Pool Memory Pool Refreshing

96,718 transactions
37.95 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,136 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 5,770 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,135 (97,817 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
748,318 748,318 00000000000000000007a5ae6bde699fff6b92a518d4d95ec292f1244a870b6c 0.47 MB 576 10
748,317 748,317 000000000000000000088e77fd7fe34ccdd9588495bf57ba60a6ed1c86263870 0.09 MB 166 11
748,316 748,316 000000000000000000056cda71b996c5da9718b8f29cff08dfbf1c75597901b5 0.40 MB 499 8
748,315 748,315 00000000000000000006cb7dc222b78a509d544a8e0fa239977556bf2e562ad5 0.01 MB 19 7
748,314 748,314 00000000000000000005d91e0b0d0d677633dee29452e893456073ec390e0d53 1.49 MB 1,047 11
748,313 748,313 000000000000000000036bc464303693f8be6ee4a8c89ab86f583e5cbdbd7b0f 1.12 MB 1,517 11
748,312 748,312 00000000000000000005d6f6b0fe1eba44ede643446059c5474fdb3d747c0ffe 0.78 MB 648 13
748,311 748,311 000000000000000000093dceb768b0ef88470f08c68fbd9b34630ee418e8f07e 1.63 MB 1,387 7
748,310 748,310 00000000000000000004f3678196bb238b0e7cb8a72205148516280136426ed6 2.11 MB 590 1
748,309 748,309 00000000000000000000397ce55a60682a248b15c4b042a3791a8757c59b27ca 1.52 MB 2,816 16
748,308 748,308 00000000000000000005b3df6ca2712683654c274d68d3fcfe4ab9050ba68503 1.12 MB 387 11
748,307 748,307 00000000000000000002a0b32fb9b6411dbbba8c6f236a1ee2ebddeae0f9bb8a 0.63 MB 1,169 13
748,306 748,306 00000000000000000007fc44bb1666bd6d10e508945fef21ac617ef598cf815c 0.59 MB 979 12
748,305 748,305 00000000000000000002ab09d36a8755c5ba6f14f9702c136a6a6bae954ea2ce 0.70 MB 1,379 12
748,304 748,304 00000000000000000001cf92db238c8f598b1c9a06398f756de1835f6e2ce4f6 0.27 MB 383 12
748,303 748,303 0000000000000000000420816b218efc14cb13e91e8c82c7cd58bfc8a471137c 0.69 MB 825 8
748,302 748,302 00000000000000000000ce65d6eec8f40df803366e5e9b0800a3534b4340bc60 1.43 MB 2,369 13
748,301 748,301 0000000000000000000355058a598e9a52268d132d965ec2966631ef3d254979 1.77 MB 1,898 4
748,300 748,300 00000000000000000004e224c0f4794cc7a977fa9ce101a796526a0f1e5ef295 1.59 MB 2,676 12
748,299 748,299 00000000000000000006586ed993f558a94cb966ab9bc0bd9efbc48326c988e6 1.48 MB 1,961 13
748,298 748,298 00000000000000000004bf18b18cc71a89b0f36931dc60fd586f6eb0734dc034 1.51 MB 2,821 24
Previous 10 blocks ↓
Total Size: 654.47 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,377.22 GB sent, 89.20 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.