Memory Pool Memory Pool Refreshing

37,846 transactions
50.80 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,522 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,274 21
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,521 (58,251 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
783,270 783,270 00000000000000000003c945c0c9fcd085f8ccfb641eba0c55ff7b66de3ce43e 2.03 MB 2,131 13
783,269 783,269 0000000000000000000584ab09241c0ec93cb7a3f2f81f298092eb0ca26270b0 1.90 MB 2,454 12
783,268 783,268 000000000000000000031c2d8352dacc31f3f9774cec6fd68ea25442d94f467a 2.05 MB 1,157 7
783,267 783,267 00000000000000000005333547f98f2516046d1a91ab87ab73ea4c873d19e181 1.66 MB 1,764 14
783,266 783,266 00000000000000000005dad45b160867d5a6e76cdf93ac586eb6c5ffe83c805f 1.52 MB 2,016 15
783,265 783,265 00000000000000000002fa4e2c743a1c04401d9ed60d9e2a396d2bbb4a74855b 2.17 MB 817 6
783,264 783,264 00000000000000000003ac71d22a223fecbc26fb76668e7cfcf9869fa4d24b09 3.29 MB 657 4
783,263 783,263 000000000000000000042437a1ba227ac5575fa0c16c3818bc2f2020655c0f89 2.46 MB 1,956 14
783,262 783,262 0000000000000000000121fe31f1d3e9d45621b8e626f7559f7a4537a5c42191 1.65 MB 2,170 17
783,261 783,261 00000000000000000002223b060c41b5cc4e9d3d3134b72b32ed38672e6c20d4 2.30 MB 2,523 16
783,260 783,260 000000000000000000020ec0826f32b11da26115166e625b5a42c2327958f837 1.94 MB 1,902 12
783,259 783,259 000000000000000000000c650c756da93488f799b0283dbae0a5548d3c319833 1.77 MB 2,867 14
783,258 783,258 00000000000000000001be1942eca8d479077dce78ec9510016d4831b490df4d 1.41 MB 3,130 31
783,257 783,257 000000000000000000019ce7fb71b73ead886eb829931be843bb16fc933d4635 1.90 MB 2,515 16
783,256 783,256 00000000000000000004510104714b48eda042eb5b1011e2920fd1218f10a08a 1.29 MB 1,495 18
783,255 783,255 000000000000000000039658baed47d0ea1f97551689337c7f6915f66564e23b 1.27 MB 1,856 30
783,254 783,254 000000000000000000051c26b32d5af2b74517b26bcd0e804b49c5c6986f87c2 2.25 MB 1,857 13
783,253 783,253 00000000000000000000780d4e5edabeffa31065280670c634f15dc9985aae9f 2.55 MB 866 7
783,252 783,252 000000000000000000029ebc2202cffe4ebe2db14c8f2dbfe3a7048a6c652c3d 2.36 MB 1,040 10
783,251 783,251 00000000000000000001586d33717bf698ea49a2ff09b875c67aab06923efdc5 1.87 MB 301 4
783,250 783,250 000000000000000000034c95e4016496eb84a3f78f079f155b788bc62a4d38c7 3.27 MB 611 5
Previous 10 blocks ↓
Total Size: 645.86 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 9 outgoing, 114 incoming
  • Data Transfer: 8,298.54 GB sent, 34.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.