Memory Pool Memory Pool Refreshing

60,857 transactions
40.91 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,079 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,522 32
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,078 (194,775 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
647,303 647,303 00000000000000000005b835b61f96c9a51917c4cf589bf1ca627bba2bf3b35f 1.19 MB 2,566 55
647,302 647,302 000000000000000000013bf36ca6ea7578093c067f144b06c244dadfb4718346 1.24 MB 2,704 49
647,301 647,301 00000000000000000001e471345a554f0518371604f96c9af4d58be051492356 1.22 MB 2,407 17
647,300 647,300 0000000000000000000deebfff5c3672983ffc0737bc3c14ade1c8d0b0398df2 1.49 MB 1,962 36
647,299 647,299 0000000000000000000e91033c8d7deb15426869f4730f7666d230f8e6b64fcf 1.21 MB 2,144 103
647,298 647,298 0000000000000000000f85491fef70f27fc40bcec8b7c4a285c01164247f260f 1.39 MB 2,564 60
647,297 647,297 00000000000000000001dff9d2c9e2678ad6fdf1d8c551c2aae606c5819d4cc4 1.27 MB 2,890 109
647,296 647,296 00000000000000000006b3d793be835be5fa7f928f43f9a945981f4eb7059aa9 1.27 MB 2,648 29
647,295 647,295 00000000000000000010046a553da29c4bbd81cf3b78accc3037097fa49b35fd 1.52 MB 2,789 24
647,294 647,294 0000000000000000000d879481f9f5bdfc11d6b1a49521f1fd4e29d90aae5110 1.32 MB 2,398 87
647,293 647,293 00000000000000000006a344bfc2c005cfd04c7968e3a4a3cd5cba135b1e6f44 1.34 MB 2,630 112
647,292 647,292 0000000000000000000092550b643b02d235c23223e79fbb963e67f94ba5c7ed 1.36 MB 2,527 73
647,291 647,291 0000000000000000001038c8d25f4c7d08b203691d5fd2adf0b49ef4a83a81d7 1.58 MB 1,985 15
647,290 647,290 0000000000000000000b841f1bb53d1c71410faaeb9be7d0914ecd972c647533 1.31 MB 2,467 101
647,289 647,289 000000000000000000089512ea74eda62c787a1acd1dd64a972f50d762c07b88 1.20 MB 2,236 100
647,288 647,288 0000000000000000000946f19862a773ac5546aafd853363369d39811a02a8bb 1.42 MB 2,714 41
647,287 647,287 000000000000000000011c3f145c4a57f6bc3fc409a35983fbf1c585eaccc3e0 1.30 MB 2,825 117
647,286 647,286 000000000000000000027d5591a102464b30f0bd71d46bb1e64615c480c44bde 1.33 MB 1,745 42
647,285 647,285 00000000000000000004af0f55864eb4ba5065b3b9b18246b750a2e90ce3d29a 1.08 MB 1,947 31
647,284 647,284 00000000000000000009fe8b2f6dbe4da678b8ac56489b27fee6009290d861d6 1.21 MB 1,969 6
647,283 647,283 0000000000000000000170c069fb835ac251852d6754f84ead35daa05aeb4cd9 1.14 MB 2,499 18
Previous 10 blocks ↓
Total Size: 646.90 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: 8,432.65 GB sent, 41.23 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.