Memory Pool Memory Pool Refreshing

96,329 transactions
32.13 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,982 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 6,711 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,981 (471,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
373,912 373,912 000000000000000010137e9ad6115647b7064fc794b61e9d42672d7cf6c1be8f 0.27 MB 628 44
373,911 373,911 0000000000000000060a1c9225ae56260ee476270f953fc89db9c896f8108f05 0.95 MB 1,529 31
373,910 373,910 00000000000000001263d8a53eb8d0b13cb69d5b9248602c28bd6a8df6d1eab1 0.52 MB 1,234 44
373,909 373,909 00000000000000000935fac88a5fec724943333c2bd9284f0684a0624f64ad64 0.75 MB 168 6
373,908 373,908 0000000000000000012d46b2fc68b952346d52274346f53227cca0c59a6dd9dc 0.93 MB 854 22
373,907 373,907 0000000000000000039a0d365acf6e99d2407c554fe19220433f559027807c06 0.00 MB 1 0
373,906 373,906 0000000000000000044a676ec8198e67929dd56c9aec6385a435faf3ec131e93 0.93 MB 2,018 43
373,905 373,905 00000000000000000a1cb1589bb4a0e1c59faec094f8212e95370fe0415a60d2 0.75 MB 1,266 30
373,904 373,904 00000000000000000d0aaf93e464ddeb503655a0750f8b9c6eed0bdf0ccfc863 0.88 MB 1,085 25
373,903 373,903 000000000000000006f2f9e169ddd2cdb10b380104b30232ecbf774ba039cd67 0.75 MB 681 19
373,902 373,902 00000000000000000b48ae26579533bad03b1ecd8940860471fa4684143f1202 0.95 MB 1,455 30
373,901 373,901 000000000000000008ecb3e94db6f990a6279a77225e11c053199af79f25996b 1.00 MB 305 19
373,900 373,900 0000000000000000002930be5b1cab0c42d0a57e8dd31f986fd77120eac700f5 1.00 MB 1,763 36
373,899 373,899 00000000000000000a1c8a1e32057205845f58eb897a8084c4808fffc0a92fe7 0.88 MB 1,305 32
373,898 373,898 00000000000000001277cdf5426221f80870b7f7c578fb60f32c0d8515b44f7b 0.87 MB 776 19
373,897 373,897 0000000000000000030d0e11dbfa5511ee85c229d3244a1406a519839c6702b4 0.89 MB 1,164 26
373,896 373,896 000000000000000004fa2ec377265f1c9641ca71baef549a6191c2bbb24f9f33 0.87 MB 739 18
373,895 373,895 0000000000000000040e34c3c1657abe33539a518647a9ce4a9e88bd0af7195d 0.89 MB 530 13
373,894 373,894 000000000000000003fd296c833d1c38f1b2d7db61a77eb679a06d0b8d83374c 0.92 MB 593 15
373,893 373,893 00000000000000000b8873807b28917e70d7fd8f994d09ab6263a24951b259b5 0.12 MB 215 29
373,892 373,892 00000000000000000f01108c342c7060665b18003f75dadd2be2af438099c029 0.04 MB 115 69
Previous 10 blocks ↓
Total Size: 652.37 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: 9,252.78 GB sent, 74.24 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.