Memory Pool Memory Pool Refreshing

55,853 transactions
41.42 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,309 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 2,988 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,308 (231,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
613,213 613,213 0000000000000000000c1684f748835c580bef896cf5f8a10a10811228b8692c 0.00 MB 12 20
613,212 613,212 00000000000000000010a9b91d5c2da55843ad87ba6d61e0ec0327c036c5592a 0.64 MB 1,525 21
613,211 613,211 0000000000000000000400cf82cfa53e7a29273e5847fae76b521601906530cb 0.52 MB 1,351 2
613,210 613,210 000000000000000000095ccefd0b680b25d5ea09c2e69e0b0c69952677840ffd 1.30 MB 2,568 20
613,209 613,209 0000000000000000000f07aa321f0e9c8e5fcb003b039e073c91917dfc875642 0.40 MB 1,157 15
613,208 613,208 0000000000000000000f6cb291c52ab6209ddbc0dfdbaf650afd508489a81846 0.68 MB 1,317 16
613,207 613,207 00000000000000000000a1e3e8b59350126ce2c67ce7e05e02e782498281f80e 0.33 MB 811 17
613,206 613,206 00000000000000000000c5eca3c2f2aaab931843771234f2b80e0f224cab1647 0.42 MB 1,106 2
613,205 613,205 0000000000000000000c2ea7e89e3c0a9b316701e3a18dfcf584eae34809b063 1.29 MB 2,560 22
613,204 613,204 00000000000000000006bf0e497568e725a3d955125783a980155ce8fd79b290 0.06 MB 156 16
613,203 613,203 00000000000000000009dc7b1347b9ec2c4e583a69d4f1b39caa017d57eafa74 0.88 MB 1,776 16
613,202 613,202 00000000000000000009f45314693dbe47de6d58009b04349e19500f27ceb8fe 0.68 MB 1,578 25
613,201 613,201 000000000000000000129ae94c0410fef11d152f6203936ef6a05e11a3f7874f 0.44 MB 1,219 14
613,200 613,200 000000000000000000005886e83add4affa7d75c86f8e12d2d034f39c0b883de 0.66 MB 1,495 17
613,199 613,199 00000000000000000009546bd7348f429d795189e1f9a427b9626e34f269a5e2 0.74 MB 1,721 18
613,198 613,198 00000000000000000009684cd4205fd7acd37460bd939e3c6e7334ae23fae610 0.03 MB 101 24
613,197 613,197 00000000000000000005fea9caf96e9a1fca4307e1879eca09fc77b6c893d717 0.02 MB 52 13
613,196 613,196 0000000000000000000e27806290b5dd6f05af22bba4c4f542d4a930d168ee5b 1.05 MB 2,438 19
613,195 613,195 0000000000000000000c131a68b14887ecac1ed692b2251db6e0ad7238c07c78 0.02 MB 49 17
613,194 613,194 0000000000000000000bde84a6241927501d1ef64c30829148145908fb06b1ad 0.04 MB 122 10
613,193 613,193 0000000000000000000ca202d0728ae80d309933565f81aa531d1d392876ca08 0.22 MB 575 20
Previous 10 blocks ↓
Total Size: 651.08 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,086.47 GB sent, 66.60 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.