Memory Pool Memory Pool Refreshing

46,378 transactions
46.21 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,304 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 5,528 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,303 (575,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
266,778 266,778 0000000000000001dfe31fc3418b674b369a3d897142063766d6c9459f2d9990 0.15 MB 300 73
266,777 266,777 0000000000000008a1ff192b1f7a4ba335b32d695c9bc33c756087ce72dcc729 0.15 MB 303 81
266,776 266,776 0000000000000009f3e4b6a2fe5923d165821095657b0cea1d0a261d87784d72 0.17 MB 275 78
266,775 266,775 0000000000000004ecb560f5eac256fd75ee8f2c1d4e01dac1d60e56a2475a1e 0.07 MB 170 65
266,774 266,774 0000000000000009fc6d504ca2c02a3ea3c7d66d3acb17c17f02b02b127f26cf 0.23 MB 540 105
266,773 266,773 0000000000000007458bc31ce120f2eabdca3fcc1525feeb1b271afa0f801fe3 0.20 MB 418 74
266,772 266,772 00000000000000084c580aaae8461b8b61cc82c2b1dbb56ff795fdd4dd51363a 0.09 MB 120 59
266,771 266,771 0000000000000003b3e3ea51fabdd2903a3b0e03ec2c951fafa0a9546b870096 0.03 MB 60 74
266,770 266,770 0000000000000008acbb9bbd078be9f253516f31a95f6076b49c3d41f5e8ac3d 0.08 MB 206 102
266,769 266,769 00000000000000075f5dcceb294e35376d38cb7f5d26a6f2669efd8825adff7e 0.03 MB 60 40
266,768 266,768 0000000000000006d8ab813f1bc63d3b43f4daa620ba01d91a89c99a0842b7db 0.23 MB 549 106
266,767 266,767 00000000000000094e77293e9718852437864b66c43d0c5184dde89511dd7173 0.07 MB 154 137
266,766 266,766 00000000000000025fdacfc7f87bdf4324b192323fd99d8b126efef922b90aed 0.08 MB 179 64
266,765 266,765 00000000000000015b49a4ff453212b34cbfdab82f868e647e9dba993a41b913 0.08 MB 176 54
266,764 266,764 000000000000000823b5a19914196cb55757346a60c3df189980c815872f7111 0.18 MB 355 86
266,763 266,763 00000000000000014d97c5985aefa5476e7f3ba6548a44098f36f7f9b0b47960 0.20 MB 433 108
266,762 266,762 0000000000000001e913504e940650ff0cc63e871dab14dd6565e1874687fd76 0.21 MB 536 102
266,761 266,761 00000000000000031ad49703c30f954c8a1f1b811bd57a409f0324d30acda892 0.08 MB 165 53
266,760 266,760 00000000000000019006c4da3591c4e6ac0a0663e339d7eb7dea19fda6d641d6 0.09 MB 114 86
266,759 266,759 0000000000000000ce1696ffce1f163098fd22e673acd65075c60451d7877cf1 0.00 MB 7 92
266,758 266,758 0000000000000007191ec6d03f14cb6f8d33441ad08991dd5b8d8a1deac6f514 0.03 MB 75 98
Previous 10 blocks ↓
Total Size: 647.29 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,473.92 GB sent, 44.57 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.