Memory Pool Memory Pool Refreshing

39,527 transactions
45.37 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,219 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,555 28
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,218 (442,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
398,963 398,963 00000000000000000328164fc42b6f6104252baa70de71efbfe880d5fad02a8c 0.98 MB 1,731 32
398,962 398,962 00000000000000000032ab0558d100a15354a551a36ebd110c7fb0fea34819fc 1.00 MB 1,681 37
398,961 398,961 0000000000000000067af22566524c8b088436f9a3ef624779fe5fb7059cf097 0.98 MB 2,877 57
398,960 398,960 000000000000000001c1cfcfb7cdfbd68f2e24703771985a8fe0da3fb71dc905 0.57 MB 1,083 36
398,959 398,959 00000000000000000759664863cab325351ad391b951618b3333781eeb802b97 0.45 MB 786 34
398,958 398,958 0000000000000000041a093a1321e7a7fcfbe70aa54b38b2c9c2594fc6fc50ac 0.93 MB 2,191 44
398,957 398,957 0000000000000000015a6802cbf59f56f9be19c22cdab8dbb54e550cc6bfac13 0.32 MB 514 28
398,956 398,956 000000000000000004e1d59422a55a278a4336af9b66c048f73602bc8a098b03 0.99 MB 817 12
398,955 398,955 0000000000000000076a6719fd17ef1d824ad03766d32207eb574bbffb66e2f0 0.99 MB 2,563 46
398,954 398,954 00000000000000000019e596c2665169eb21ab494b0a1bd5f8c33d5b730d6f96 0.08 MB 72 14
398,953 398,953 000000000000000002fe659835b95fbf330fcee1f34f15ca2ed631b558f37870 0.59 MB 1,197 37
398,952 398,952 00000000000000000542461e92559fc698c662f30181b84825b042836a0e70a1 0.18 MB 312 33
398,951 398,951 00000000000000000517bcae62d9735581879b9685e471fd8683b773f195bd74 0.30 MB 541 32
398,950 398,950 0000000000000000015fd81d15d5c233c86f1e7d4d5e5097c493dda65c3858e3 0.51 MB 855 33
398,949 398,949 00000000000000000095dd0fc1074532178656fb7fd076ffa8fa8dc4dd570457 0.41 MB 719 39
398,948 398,948 000000000000000005c5543adae9765400546010ed87298f495e3723dad99d6b 0.27 MB 492 36
398,947 398,947 0000000000000000078c927772c3ef203a02c2a6585123957cc7b4b993a7ba69 0.84 MB 1,416 32
398,946 398,946 00000000000000000787dccad59b3d55a92b978d2e0eb432db23873a168f9fee 0.28 MB 285 14
398,945 398,945 0000000000000000066f68c39d303fb23e9140c66af647551f4ba22ba4d9042c 0.64 MB 1,018 29
398,944 398,944 000000000000000002080a3ad9f8e3a01d472f83b9bcca3fe9a30e6b7f057f58 0.29 MB 452 31
398,943 398,943 0000000000000000040d0ae1d6bc66a61ea7a47e93cedab642dffeedabfe8aec 0.73 MB 1,193 29
Previous 10 blocks ↓
Total Size: 645.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,229.47 GB sent, 31.51 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.