Memory Pool Memory Pool Refreshing

33,768 transactions
44.11 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,193 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,938 32
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,192 (171,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
669,319 669,319 00000000000000000006c65efea4f4b50ec45a6b11a8ef4e5ce45d1f1b91fb1e 1.15 MB 856 15
669,318 669,318 00000000000000000001f6ba13a8f2da8a1be9c564ced9c37b6a0b4afa3a53cd 1.20 MB 1,430 62
669,317 669,317 00000000000000000005b63c5f2d72043ac406e8cee9359aceba3aa1e92aa315 1.26 MB 1,666 82
669,316 669,316 0000000000000000000663fea0c7d6460ca2d0830b29b781b05c829e0d5b9e8f 1.24 MB 1,747 37
669,315 669,315 0000000000000000000bbefe7b336aab05ef49c9c6ccd70a895b3cc4669ac924 1.30 MB 1,923 91
669,314 669,314 0000000000000000000ae88c36b136ef612f0a0622bdf614854a7810e3f781cf 1.13 MB 1,621 27
669,313 669,313 0000000000000000000acd9e8fd6512d3832e98a8c87d049afbd805abd44d8c2 1.31 MB 1,923 76
669,312 669,312 0000000000000000000beb9d24f999168c79fa58394868f9fcc5367c28f137dc 1.20 MB 2,082 48
669,311 669,311 00000000000000000004f29390852281bae27d3662f648020bb47cced0d883b8 1.19 MB 1,349 121
669,310 669,310 00000000000000000000cd7ef96b5f6687c8b49df40c2dec2128adc39827707e 1.40 MB 1,777 136
669,309 669,309 00000000000000000009d6c5902b0b8598f2ebd0fe076581b039fe789b4daca6 1.62 MB 2,258 125
669,308 669,308 0000000000000000000be631fd1026989a86cf9dae421e7eca0f80d77b6bba5e 1.15 MB 1,922 31
669,307 669,307 0000000000000000000af87bec9e207a3a98831e14e06c1dd66615777a76a9cc 1.20 MB 2,354 69
669,306 669,306 0000000000000000000791b48c02cfb7fd50c8d3db99009a8c68f62024c24602 1.28 MB 2,192 58
669,305 669,305 00000000000000000008c8d56fe221ecaecd56ce9967af8886b69141f8355a28 1.10 MB 2,126 33
669,304 669,304 00000000000000000008cbf2c7130b4af70dd7922fbf7f5e0a678f66cba55bd5 1.55 MB 2,153 97
669,303 669,303 00000000000000000008774e39cd5321355cd1822d88c1cf18a6a286f875540b 1.67 MB 2,187 121
669,302 669,302 000000000000000000028c877cc60f9cd556d6ab2d29f8ffd9fe36f836582220 1.31 MB 2,258 115
669,301 669,301 000000000000000000069be7532dba01f1919f5fa7fff17a08183c5ba6f44803 1.25 MB 1,275 122
669,300 669,300 000000000000000000097ce1d31267fabb8db6cac409121c5b6f057ac8a3fa0a 1.33 MB 2,422 141
669,299 669,299 0000000000000000000807f75ba68717a4d5b01b3bcd85f8713f5b740da3440d 1.41 MB 2,527 142
Previous 10 blocks ↓
Total Size: 645.24 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,225.03 GB sent, 31.25 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.