Memory Pool Memory Pool Refreshing

42,212 transactions
47.85 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,792 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,104 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,791 (586,575 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
255,216 255,216 000000000000000f2585ab98eed0360a90ee32815c6405aeb540841d03d9dd5c 0.10 MB 266 133
255,215 255,215 000000000000000654a6b0ee919ad51dcac10958a0deaf10d503ea9a1f0b8ee6 0.14 MB 145 61
255,214 255,214 00000000000000124c22d7c023d4cee264d5b9c11ea6ad290fb0f847e00a4b82 0.04 MB 98 135
255,213 255,213 000000000000003599b2a1d78b49c92c8a62621480ba7ac3b1f92895d91db0e2 0.02 MB 65 142
255,212 255,212 00000000000000348eed570924b9758f2fe1bd1de9d0b0efd85db53670dc736c 0.01 MB 24 74
255,211 255,211 00000000000000377cdb13c5d17f79e29c8772f27dfa51491feceef62381d4e3 0.05 MB 99 97
255,210 255,210 00000000000000283cbf88e30c9caf441d9116733a90d1ffee3642c9a25c6396 0.11 MB 251 125
255,209 255,209 000000000000002129aabebedc2a87884bf2d36fefa5581f735d3fcbc2a7244e 0.16 MB 496 149
255,208 255,208 000000000000002344ce49fc0023c59b39ce0ad6b184dc3998f8f4a2ebe8d1aa 0.07 MB 181 150
255,207 255,207 0000000000000022a71c0084f0653f67901cd2fb4dbd08b5cd86475998fa3a18 0.01 MB 11 76
255,206 255,206 00000000000000266877aa7927bac468b157027351cfa5705c189e339e821842 0.03 MB 85 114
255,205 255,205 000000000000001b903b2610063915324604b3bae8ecad65100cd3093bf9d938 0.10 MB 305 134
255,204 255,204 000000000000001e2929d1b36429120deb32713e8a033458b18a6f0404f88286 0.03 MB 90 115
255,203 255,203 000000000000001ae737f8ed6b9e5b111605aa01c49a83f9b257cf640ef6d773 0.09 MB 281 160
255,202 255,202 000000000000002c283bc773f0840fa5f92ebcd4c80b6af2634321d457446bb7 0.43 MB 1,097 136
255,201 255,201 00000000000000007c16ec68be74e6c108980de75b2bf1a581f2012e7bc0382a 0.02 MB 64 79
255,200 255,200 000000000000003fe0f9f8cc49a8c93b0fb17b4e052fa638b034a040c5f71235 0.33 MB 710 145
255,199 255,199 0000000000000029a114818d9b2ea34a7357e600c20df5b540cfa79f94fe5d5d 0.26 MB 126 96
255,198 255,198 0000000000000016090a45a28555c15cf8b7226d9f03b231b2d0ec1a583e8b3d 0.25 MB 91 54
255,197 255,197 0000000000000029ed2956c86e2c19e4183e2343100a7440da2cc63afd5d529e 0.14 MB 52 53
255,196 255,196 000000000000001dffff89753e3952d449beb102a4a3712c344a399a1c1ce26f 0.01 MB 17 104
Previous 10 blocks ↓
Total Size: 646.37 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,343.53 GB sent, 37.37 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.