Memory Pool Memory Pool Refreshing

63,190 transactions
35.13 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,199 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 6,158 28
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,198 (525,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
321,773 321,773 00000000000000001e82557bcfad8032b6e1208a2172b6128a9f84de17296077 0.34 MB 562 25
321,772 321,772 0000000000000000025d9ec75f65b8721d6dab80dde527d908b3cf7973becf71 0.40 MB 687 27
321,771 321,771 000000000000000017f87fef64d8e5ab3ace3e1c41e1fb5a77d6ab430274a6a2 0.51 MB 1,113 30
321,770 321,770 00000000000000001248b712831958f3ab444296298b225d3eb79ec080e9c60b 0.11 MB 228 28
321,769 321,769 00000000000000000e275f7fedba7736d33f833b50a8c344d6cc042873794005 0.27 MB 527 27
321,768 321,768 00000000000000001ac420fd50585b09835e3f444677d88f264c5e3c48277f85 0.17 MB 61 14
321,767 321,767 0000000000000000119f3f8fa0243f722bf92a983ec24573015dfb85a1866dca 0.35 MB 542 25
321,766 321,766 000000000000000008a075186831d2b0a72b03cfcf654e83b7260ee2411145e5 0.39 MB 632 34
321,765 321,765 00000000000000000c053277e3d74ebd1005d9615ca5eb29db9dd79c7e908194 0.11 MB 215 34
321,764 321,764 00000000000000001fa9f062fbc1f95e7a213eb9cb2df78a68a1d4d9a4434870 0.05 MB 110 23
321,763 321,763 00000000000000000a6f1476288973c71a607633fca0662667f0c879a138876b 0.09 MB 175 29
321,762 321,762 000000000000000002b8b3dcf0176d35694d42a08e83dbad820693a4dca7fbe0 0.03 MB 56 30
321,761 321,761 00000000000000001fcb32470b0dcc66a85aef613f1f8a463971a3af72e1cd5b 0.23 MB 514 37
321,760 321,760 00000000000000000fec162ce44a2eac5758a4af14fde6d858263c62a82bbcb5 0.14 MB 332 31
321,759 321,759 00000000000000002441039aca458cfd9b5c268021f8f2aa37e3b3614847bc14 0.22 MB 500 30
321,758 321,758 00000000000000001d0760abd9c6cafc11185ccf200771b5bae70eb2cf53699f 0.16 MB 340 22
321,757 321,757 00000000000000002112dbcdfcdc62ff8fd327c846c8381761cb589502be1f49 0.01 MB 31 34
321,756 321,756 000000000000000020155f1207476d17a8a7d337edc8ec84b4d8a7d700d7e633 0.39 MB 770 31
321,755 321,755 00000000000000000af4e37744c1f3a868cdc878ee26f7dc6a57660e19556307 0.03 MB 68 31
321,754 321,754 000000000000000004bcc6344779f9c45259b2c53e0c40b49276bbd38c804e69 0.18 MB 242 41
321,753 321,753 000000000000000019d70b27abceb48da8246d31e9efe040f8ef6d08036c0d26 0.30 MB 482 28
Previous 10 blocks ↓
Total Size: 656.33 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,538.85 GB sent, 102.01 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.