Memory Pool Memory Pool Refreshing

47,950 transactions
48.37 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,316 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,147 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,315 (585,524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,791 256,791 000000000000001771658f98d4a34f9a58724b08234f3bba26db5943420a9aba 0.43 MB 986 118
256,790 256,790 0000000000000005e745cab65b788e6f42ae16f1be1d2212941c62fac320e381 0.16 MB 379 130
256,789 256,789 000000000000002068d29aac9b6da8160cdeba59303edee40a5606db9011109f 0.09 MB 174 59
256,788 256,788 000000000000001c2e132c119cd3cd27b5dab4674eaac32710b45ad915b3c676 0.12 MB 192 165
256,787 256,787 0000000000000028aa890917f53c62ac9adbb91eba144ec5c735ef69dec9df0d 0.12 MB 278 119
256,786 256,786 0000000000000003683a8883944fc8274a438e267d4eb41770fdd09862e718fa 0.12 MB 238 2,495
256,785 256,785 0000000000000026a15756ce144796c723bc047b354a00df0f988f55fd25e3bf 0.25 MB 554 95
256,784 256,784 0000000000000000691d38453a0b3c6e7422465d44f149db4ae803d863d74c0d 0.09 MB 158 54
256,783 256,783 000000000000001df0cb0f14d62185fdd3807127395b77fe6adcc9eba120217f 0.30 MB 874 135
256,782 256,782 0000000000000012ac6620ffdbe1b62039536bd5f1f08e39fb0c6cc5a5dddacc 0.25 MB 488 134
256,781 256,781 0000000000000023676b4fdf2abcea5af88def5a53f2d103072988c39e236835 0.05 MB 91 78
256,780 256,780 000000000000001514ceaefdaa5e517ed0c47294da0f64014b697fe8cb7426c9 0.21 MB 522 118
256,779 256,779 000000000000001e91a0d17a61a6685cf4958721b652cfc77864163f1d1bc9c1 0.12 MB 297 106
256,778 256,778 00000000000000153898aca41f25150155133c1bfe2b46cfcc10d83ae3592b05 0.04 MB 94 57
256,777 256,777 000000000000000c0a6eb4d06a6a7715eb5746f13185b7a3c35674a1c19b3e6b 0.04 MB 117 108
256,776 256,776 00000000000000073f4791c2d3ef7fe6c7fc1d5d6328f9a6b3d608ae3ff469eb 0.21 MB 473 120
256,775 256,775 000000000000001caa87cdc557f5f3d87e8e0db9ce118315ea02a2d2fc0ff9fb 0.09 MB 221 111
256,774 256,774 000000000000000b4c2a82cfe76e9344fbcd0eb6b315818ac437f995c901f7b0 0.05 MB 128 88
256,773 256,773 000000000000000620390aa82d394a0a6c10bbc96e22bb00bd3d7a118531b849 0.10 MB 188 84
256,772 256,772 0000000000000028bb0436d4f7d19e93292ed8cabb946d5d9922ca20897578bd 0.04 MB 61 55
256,771 256,771 0000000000000011f04f95f60f5f9be51a289ebd642673c1b89180ccae0de1dd 0.25 MB 453 58
Previous 10 blocks ↓
Total Size: 647.31 GB

Node Information

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