Memory Pool Memory Pool Refreshing

57,655 transactions
35.99 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,113 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,612 38
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,112 (496,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
345,693 345,693 0000000000000000017db0eef49f198dfe8ae116e46ab8bb7d241a6b679ebaf5 0.52 MB 964 25
345,692 345,692 000000000000000014d88a037f481ef42d428850480e48574132c9c8ada69beb 0.00 MB 1 0
345,691 345,691 000000000000000010f47d60e3ef1c55e696447da26d4ae3fbb62f0715f6d717 0.16 MB 306 23
345,690 345,690 000000000000000000ebad1b27936b4b4216da0986e2ffa151c4fa47f48cbac2 0.14 MB 276 24
345,689 345,689 00000000000000000ad010e62735e973c9c574c98abd69a573d24560d48de062 0.31 MB 602 23
345,688 345,688 0000000000000000085cd55a49e1b0a7498788ca1e1c1a61e8cb81d9bc32ba1e 0.02 MB 64 17
345,687 345,687 00000000000000000c508cab404876edd52aceb0ed330593be74b80923b8ea31 0.10 MB 123 14
345,686 345,686 0000000000000000107c5e8574250d484fac2f6c66ba1dc7835cbc0d205691e0 0.46 MB 701 17
345,685 345,685 00000000000000001314598515f7d5541cfdb2beae3f3fc7856101c64cbd8360 0.36 MB 730 46
345,684 345,684 00000000000000000f235b3011407640b16cc28e18c14a7e52b731ac09c5e93f 0.40 MB 697 24
345,683 345,683 000000000000000000c377240d84023a6ffa3e0deca62a13ac6cc34f4621e4c5 0.29 MB 376 20
345,682 345,682 00000000000000000e9d6a542858d2cfd4bfb85f44cea5d6e9fbc89254548cff 0.25 MB 394 17
345,681 345,681 000000000000000009d9812794a6f97f265e37e23c6d8f1bb1aef4c99d5572d8 0.26 MB 537 10
345,680 345,680 000000000000000000a66a0c462aadf6a707161762301ba4a9accc945b045dc7 0.57 MB 1,140 27
345,679 345,679 00000000000000001313b5a874397e9832e0fe98a4d32f56be503c763c873f4b 0.99 MB 1,837 29
345,678 345,678 00000000000000000cc14eacfc7057300aea87bed6fee904fd8e1c1f3dc008d4 0.07 MB 48 5
345,677 345,677 0000000000000000109b6830b0cf095c81dfe42e4e4f48f5e126a8cb4f64a2ec 0.15 MB 197 15
345,676 345,676 000000000000000001a2e8e2e4e1a36854f5ecf5febafb8c12611ff62a49fc8c 0.55 MB 1,015 44
345,675 345,675 00000000000000001633ca10953a4f4fb8dff1ce785735850ffa074c9a7d5e34 0.09 MB 136 21
345,674 345,674 00000000000000000ca17967774b0961dc66e58fd7212ad519d3c2b8252bb98e 0.49 MB 965 29
345,673 345,673 00000000000000000d623cefa6f45c07b05afc243ab0a065f9788dcdfefb4b67 0.06 MB 19 2
Previous 10 blocks ↓
Total Size: 646.96 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,439.61 GB sent, 41.84 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.