Memory Pool Memory Pool Refreshing

33,495 transactions
44.57 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,785 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,379 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,784 (515,311 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
326,473 326,473 00000000000000000f18d1d9dabeeea43f9177cddf5942e88e59de3662761922 0.08 MB 81 15
326,472 326,472 00000000000000000ec6a139bf0506f4f8317503fb2dff30e649d845e2a8559a 0.09 MB 201 32
326,471 326,471 00000000000000001d8a75073b1b3d333ead6b7ce8634f0f8ca74bc1d18739f3 0.02 MB 57 30
326,470 326,470 0000000000000000101516bade4f2298d56eb8a1656d8866d5961a292ca92855 0.11 MB 230 54
326,469 326,469 00000000000000000c9ae8f91b0b8ab21d8a9a2ec215d800934770e81fe3c93e 0.63 MB 1,014 25
326,468 326,468 00000000000000000355242e5bc7b896a53d7372816c661c4c689217d38e1273 0.02 MB 39 24
326,467 326,467 0000000000000000123a8723e9403b7204c6d2c6010ac67e7c5f39dc29390cf3 0.12 MB 306 29
326,466 326,466 000000000000000015526c95286c0f49a9aa690e249c0fbdf30df73cf2f2dc8a 0.03 MB 46 5
326,465 326,465 000000000000000016545a17e36737e705dd6026272b53ccf9db3f4164349873 0.05 MB 80 21
326,464 326,464 00000000000000000dc2f08c5e3191ec7aa90a03bd44f151baca88fc33a3331b 0.33 MB 531 24
326,463 326,463 000000000000000004813e468d8f9e696e6e5fb29f6c83c6cfa1cdcfdcc915ec 0.26 MB 432 34
326,462 326,462 00000000000000001ec43385e41b59eb7d32aad91e820d226b7ec615961615b4 0.65 MB 1,051 24
326,461 326,461 000000000000000013a25eeade7ddadf81d6cb186f94ec826fff9c486b29c913 0.03 MB 56 28
326,460 326,460 00000000000000001a94ba8aeab5b4cdc3b3d6fdc4e46f36a5a238204b301749 0.17 MB 265 23
326,459 326,459 00000000000000000cc09b714f0cf2288615e1722f86c07e15f86d467f05d6a0 0.19 MB 288 24
326,458 326,458 00000000000000000538fd49d63991a45502ce169da3a6435d0162a5ed515417 0.06 MB 101 6
326,457 326,457 0000000000000000086c019b6d7dcea21a9f3530d7a8ae91cae70af7de9081f5 0.35 MB 632 27
326,456 326,456 0000000000000000129401cb2df6b23fbdf27d544e479b7f7abc29b3f8316a20 0.21 MB 388 28
326,455 326,455 00000000000000001bdf09d4272ca3450a5f4e4a686b4f8385e502cc33605537 0.40 MB 382 15
326,454 326,454 00000000000000001e69b7e66c32235b5c608f8e9d71cfb42cd7d5a477ceb04d 0.19 MB 512 40
326,453 326,453 00000000000000000f9bffb17b7659259cebbe74397a65106187ddcb95215112 0.47 MB 755 28
Previous 10 blocks ↓
Total Size: 646.36 GB

Node Information

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