Memory Pool Memory Pool Refreshing

40,730 transactions
42.22 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,191 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 3,049 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,190 (573,979 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
270,211 270,211 0000000000000004a5aedbecbd02aa8a978c7e9ecc7e52a659b1dfb4764091cb 0.42 MB 579 45
270,210 270,210 00000000000000033b90f5722dfe737d917fbc4ca2fe8170cef80504ee328b8a 0.25 MB 394 27
270,209 270,209 00000000000000066fa924e54b4c4e1934bd394329b24874a5eb545912557774 0.25 MB 618 156
270,208 270,208 000000000000000166581e5308eb9ee426ff5ef14937fae0af369c44c959cb2a 0.19 MB 338 55
270,207 270,207 0000000000000003821bd72a2bce6682abb05ae660fdb69f02c2b7998de28ae2 0.32 MB 532 92
270,206 270,206 0000000000000003ac6747e45f5a29a05075a54f3c8d306cc1e2aae0803843e3 0.25 MB 580 130
270,205 270,205 0000000000000006b6e50a618e760758f468fdd16c12e0095ca8629dbc74c937 0.16 MB 121 20
270,204 270,204 0000000000000005844c550d5eaa6ec027b04f6decdce4b0ff5d6ad3ab01894f 0.50 MB 729 55
270,203 270,203 000000000000000145be3ee5ee7e60994a5d2a9f053c810877cd30be57f920fc 0.50 MB 1,231 58
270,202 270,202 0000000000000003480c6780868e99326f0b336b570f3d9c52643c3039446055 0.25 MB 681 268
270,201 270,201 0000000000000006afc319a360003791b54656e97f94c0cefded5c8909e1eefb 0.27 MB 245 21
270,200 270,200 0000000000000006c536e2c7e9545aafb2663a95084bddf68d9251db8685b2f5 0.20 MB 481 37
270,199 270,199 000000000000000439abdffbf0786afcb5df9051abca160748f135c388425736 0.20 MB 399 135
270,198 270,198 00000000000000001af1f14500e1f69824e0974da98cc56dce9834219a62188c 0.25 MB 295 16
270,197 270,197 00000000000000069e68250ea6e13a3f1a993f3ff945341253e3f86a250ec42f 0.25 MB 773 174
270,196 270,196 0000000000000005fe9453f17732b39da30cc360d90fb576efa82c8851330e63 0.25 MB 509 57
270,195 270,195 0000000000000003717cb89e66259447fc57ec114c3d4e219020c978f7b28fd9 0.43 MB 606 44
270,194 270,194 0000000000000001cd3b9b26b831ebacbed0d8b38d2d7046cda3fa5f58440977 0.25 MB 674 112
270,193 270,193 000000000000000452884b897e93eac8ee0ae8fc232ef71f70d51b3f75c96cb2 0.00 MB 1 0
270,192 270,192 000000000000000577eaffd76cae92c7eef94cc2e8b4affb9fefd7f3d66cc32c 0.25 MB 366 37
270,191 270,191 0000000000000005f36bf77a1a70a394772f7adbcb85c204f9652990295d005c 0.20 MB 483 30
Previous 10 blocks ↓
Total Size: 650.85 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,028.80 GB sent, 65.35 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.