Memory Pool Memory Pool Refreshing

31,230 transactions
44.52 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,932 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,202 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,931 (407,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
434,847 434,847 0000000000000000032aa3ee0007085399199cd1f1c89ae8c3468eda8697f22a 1.00 MB 1,656 57
434,846 434,846 000000000000000003baa98b740712c261293bc636db93092aa3a4aaa2496cef 1.00 MB 2,650 79
434,845 434,845 000000000000000001a75b110ba44b159fb110c5fa4f24831908023ce130d32a 1.00 MB 1,984 77
434,844 434,844 0000000000000000010ef53f057d6dc27764b826885955f04fa3e10413794ba1 1.00 MB 1,871 54
434,843 434,843 0000000000000000000281bfdc247cff903f9c96d2789cc5741351d012585e46 1.00 MB 2,618 83
434,842 434,842 0000000000000000033744f6f34ba4e8cb26fd7bdffed37059405736dc96914b 1.00 MB 2,407 63
434,841 434,841 000000000000000002cd064bc120f2166e08f6abfcc8c33e1e8bcab9806c1ca9 1.00 MB 2,729 61
434,840 434,840 00000000000000000175c7506264201901c3cd818f48b4b2e125bec6f3604977 1.00 MB 2,848 84
434,839 434,839 000000000000000001655cd7e4197d5ac2642619ef75c923a9cc289be89eeb8e 0.23 MB 584 67
434,838 434,838 00000000000000000014fd15061167501a54bfa50ab0a1c2017df83f9a646c80 0.71 MB 1,710 62
434,837 434,837 000000000000000003eba480973af0afad13c4192b964f0557542d4b3940dc13 0.42 MB 992 65
434,836 434,836 00000000000000000431e0e0d23149d45a701687a4908fdc22e953e72f786dd4 0.50 MB 1,232 76
434,835 434,835 000000000000000003196b368fdaf60736ebc1933738242c94eb6b37dde4a852 0.16 MB 296 67
434,834 434,834 0000000000000000037da833efbf99912b1a96ab782f681f37a9f28d35b9c747 0.96 MB 1,262 44
434,833 434,833 0000000000000000007e8f8a7c3795a060fa0c95cc7313430e49ed47fe81df71 1.00 MB 207 54
434,832 434,832 000000000000000000e21d9468d79ed57e57fc0b6e4b0431e7f3c0e5384f19bf 0.75 MB 2,086 77
434,831 434,831 000000000000000003e94dc7379fb73e6fc84b3b1fd2163f3e5b7df9e6a2c4d0 0.69 MB 1,770 68
434,830 434,830 0000000000000000034cf1f3f1d13de4354bc9e49cfcd74585e43269a772a07c 0.20 MB 549 77
434,829 434,829 0000000000000000028da553817a01174be036d9d880630280e1bc822c5b8d4a 0.60 MB 1,431 68
434,828 434,828 000000000000000000dffdcb939fe55a62509a70f9015cd18291ef7719911fd1 0.04 MB 87 66
434,827 434,827 00000000000000000052fc085b941bdd805320944beb4e64de381f3bb35afc59 0.99 MB 2,000 49
Previous 10 blocks ↓
Total Size: 646.64 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,378.21 GB sent, 39.00 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.