Memory Pool Memory Pool Refreshing

26,463 transactions
20.58 vMB
Show Random Selection Loading Transactions
Max Size: 106/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,241 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,902 21
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,240 (573,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
268,881 268,881 0000000000000002f39a32a4be8d3b5f77206ef5eb7bdc65e6743429a84f707c 0.06 MB 141 60
268,880 268,880 0000000000000003d63eee320c70dba42b75c5d7de1798c509c7bead107f20bc 0.05 MB 72 53
268,879 268,879 0000000000000004bed85933df7d19abba680d5191de9ea428c0c1ad6fb15aa2 0.21 MB 379 76
268,878 268,878 000000000000000411d5d9203854a847656fce13ede8c47c1536a3ae5e5cde08 0.00 MB 1 0
268,877 268,877 00000000000000026ab452a4c602e8c7b3d6bff1155bf801a44612ce9d51c896 0.00 MB 5 10
268,876 268,876 0000000000000003c0011a3edb5684a01bdaa168007d2b7e1c1a88b6095e9215 0.06 MB 153 125
268,875 268,875 0000000000000004a1f1444bc8e41e44d92be7f93a9e962dce46de2ee7cdc80d 0.10 MB 185 20
268,874 268,874 00000000000000061db3021b7c7f5301bf56a8dcd0d96d435f54266df51c9ef4 0.25 MB 632 82
268,873 268,873 0000000000000004c95805fcb3038f5fa94b6d4b9b60017202c7b4a39674804b 0.15 MB 259 63
268,872 268,872 0000000000000002cfbc254558e8aea3eab620b6a0f7296d76e298811aa213d8 0.19 MB 396 62
268,871 268,871 00000000000000052a39d17606493a8d6fc853b107642e336ff52180c0099945 0.50 MB 1,034 36
268,870 268,870 00000000000000083b3248a2c6a46c6686aea11fd4877166ff1ff9b55f4bf50b 0.25 MB 436 6,139
268,869 268,869 00000000000000081e15399b7d9f320c161c15a9122ec6301661ec34da403cbe 0.06 MB 149 75
268,868 268,868 000000000000000865a25a83b2dab010f555335e42e7014d24ada469883de280 0.14 MB 293 86
268,867 268,867 00000000000000080c93090732d4e0d1dffee69718f2b17e4f137fb42a316bb5 0.07 MB 172 86
268,866 268,866 00000000000000023a684b5f056bade0fba7230fe10f2a22d49048fdd246ea87 0.11 MB 156 37
268,865 268,865 0000000000000008550f9125e1d5057559142229faaaa6427b879f32a327d1a0 0.24 MB 549 75
268,864 268,864 0000000000000000b24450ddb87badcf86762eb5070ab92a0e508481a8789e78 0.13 MB 271 28
268,863 268,863 0000000000000002f70a82795940dc8b6fa913a4baf7acc6fd176f3c91d1f27b 0.25 MB 754 84
268,862 268,862 00000000000000075ed9d4a85532431b9793f93c5f9732cf1dae4ed1d0659cde 0.18 MB 396 62
268,861 268,861 00000000000000045cfd7571a5065273a91ff798f63f9d8a3403c1a9d500d3b5 0.25 MB 469 87
Previous 10 blocks ↓
Total Size: 647.18 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,461.03 GB sent, 43.64 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.