Memory Pool Memory Pool Refreshing

41,426 transactions
45.58 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,233 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,790 31
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,232 (282,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
558,308 558,308 00000000000000000031933c071661388931fd258dbbd551132ab916c1a94e47 0.79 MB 2,009 10
558,307 558,307 00000000000000000009b3306d6e7a7d483097bc115468eaf3d53a473d80c5d9 1.12 MB 2,693 5
558,306 558,306 0000000000000000001e420964fdee878235928b04ff343e748ff6a0cdefbc0d 1.23 MB 3,465 20
558,305 558,305 00000000000000000011e07d83bc94edc8db2496e545a2e55042e03eb3f9bf06 0.21 MB 487 11
558,304 558,304 0000000000000000001db1d5141726ae1f032cbbb6a5cae06bd5dc3c5ea2973d 1.08 MB 3,102 12
558,303 558,303 000000000000000000020f85053bb4418c3a000d7a4ac0888c2c254b33b2127e 0.85 MB 2,529 10
558,302 558,302 0000000000000000002c462b074aa6d8fc6dd623cdaf14d32ae8df6f671a5b1c 0.01 MB 18 16
558,301 558,301 00000000000000000015dc59070aa95b3a7da731ef33e421697afb59067247aa 0.07 MB 121 15
558,300 558,300 00000000000000000004e40f6461d1a6ca2bc7278b9b4e7d30a835f825738d5c 0.77 MB 1,301 16
558,299 558,299 000000000000000000055e11c688d425c3df101c7284f53c376dcf0c602f8a35 0.18 MB 506 12
558,298 558,298 00000000000000000030f5da35f7d85cc39c81d9660363c5354d6e139246e408 0.53 MB 1,165 12
558,297 558,297 000000000000000000258c02fcb842bc98c6eb9c57c7a887b77bb89625e2c2d8 0.64 MB 1,654 9
558,296 558,296 0000000000000000002f1458197bf1b9dfd70278b4d7a008c60b7b35e6183749 0.09 MB 225 10
558,295 558,295 000000000000000000030bc411c5ddf39960b4725f66dea7738fd087d41a3871 0.86 MB 2,508 12
558,294 558,294 0000000000000000000229e8da2c550c6af609430afa725b498372b57360b70f 0.84 MB 2,182 10
558,293 558,293 0000000000000000001484f517bda370387154b7c037336a6fa573f6bcc6647e 0.28 MB 589 16
558,292 558,292 00000000000000000024719196ce2d693ee1a622110da68932405df7c4379b35 0.15 MB 333 11
558,291 558,291 00000000000000000026f7bf210264afaa303913e820adeb5e7c9bbb9e5a05d7 1.15 MB 3,328 9
558,290 558,290 00000000000000000026607cea380ca8a1934b1ea8e1c74b1f32a5064cb084e4 1.15 MB 1,884 10
558,289 558,289 000000000000000000002e01a5ef39a720bb7fa2ba838a3264a2090a06e12b68 0.19 MB 534 8
558,288 558,288 000000000000000000311b5f8ebe3b61b86d59b91a6c7a745af12eeec5ce4a24 0.27 MB 839 10
Previous 10 blocks ↓
Total Size: 645.31 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,232.08 GB sent, 31.70 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.