Memory Pool Memory Pool Refreshing

76,607 transactions
31.61 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,392 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 3,448 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,391 (563,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
281,659 281,659 0000000000000001ff62722beecc1bdf3045205ccc6aaf316e50a5ec4f63315e 0.32 MB 228 19
281,658 281,658 000000000000000216d398fb9ad8568991675827584f7bdf873e385bc55899e0 0.10 MB 196 38
281,657 281,657 0000000000000000efcd4501cbced0fef6073ac06d0e189fa44c185bdf8af6fe 0.09 MB 156 30
281,656 281,656 00000000000000013c9ca4be98e1b0babee7602cf717e358db922f1cd637a4aa 0.22 MB 497 71
281,655 281,655 0000000000000000568e4f6c1a31f1cf4830cfec3085458f4ca85e750691acaa 0.13 MB 165 28
281,654 281,654 0000000000000001ded9e9416f1b8d602c1d9b5f91e38ed40475edea71758fc4 0.25 MB 548 52
281,653 281,653 00000000000000008de578076db83dee39db986b4da936dbf7503c40d39ba167 0.25 MB 559 48
281,652 281,652 0000000000000000f3dc15f060406d0c6933fd720d4413ef016a31f12ca00f66 0.05 MB 152 89
281,651 281,651 00000000000000004fe507dd39d2f2966517471c0fbb9e18d3631862b8fbb9d8 0.12 MB 267 57
281,650 281,650 0000000000000002072537e0b2cd1d3bf43d572124cb214cfcc5661f70395f95 0.38 MB 411 35
281,649 281,649 000000000000000091ef7e4e63c48c8f2d0f0ecc425d47601d07f37183b2c696 0.17 MB 224 18
281,648 281,648 0000000000000001a9f018cc2465ce891eb7d7721ab42bbaaa39051f5f07effa 0.25 MB 730 85
281,647 281,647 0000000000000001da354cc3bc5cfe5d53c7501ce40d8a532c88d3b8458b767f 0.10 MB 191 22
281,646 281,646 00000000000000024ef4bb6f17fe27a07bca522571c339b522fac281c6fbf718 0.35 MB 313 19
281,645 281,645 0000000000000001cafc8b839398236bfd00689d9de4d621bb72a8773e0fd7ea 0.40 MB 518 22
281,644 281,644 00000000000000003b469d7165cf7cf9dee042c58aed2f60cecbcfeac8629a41 0.05 MB 133 89
281,643 281,643 0000000000000000ddd5b40d5267cd9db2ca191c50d9991578374876bd8a8e24 0.25 MB 658 35
281,642 281,642 0000000000000001c6249d8c0eecb4bbd296f4e98d85a3c0847f3eae326dec2b 0.05 MB 137 81
281,641 281,641 0000000000000001959b9c69ab0e7e83e178203cb24e70daa14a6a3b45fa5bcc 0.05 MB 152 224
281,640 281,640 0000000000000000d85bc2c832cc85ce54b8100ebd84fe309a77662423f7e57f 0.03 MB 51 5
281,639 281,639 000000000000000185f211a371adc0f42825f778df2b497f4ac6714693af8d54 0.09 MB 115 22
Previous 10 blocks ↓
Total Size: 653.13 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: 9,299.97 GB sent, 79.58 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.