Memory Pool Memory Pool Refreshing

64,832 transactions
28.57 vMB
Show Random Selection Loading Transactions
Max Size: 156/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,869 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 2,388 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,868 (494,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
350,505 350,505 00000000000000000c4aeb9a802d08406d4b8980b8c2e9da165c8f6a62a02cf1 0.12 MB 192 16
350,504 350,504 00000000000000000f7a4a68b0319782045790efba22bb0a2af85548c5535e3b 0.54 MB 1,207 25
350,503 350,503 00000000000000000782ff53c48b4a286f62e8759eab0c0dab7633924bcb1207 0.62 MB 1,210 26
350,502 350,502 000000000000000011f1ab0c4df892665e43cf3350553d6fc5e017c5c35fc801 0.19 MB 426 21
350,501 350,501 00000000000000000bac2cc9b8b38658e3272926a5a0ed43658066df0a2170bf 0.34 MB 572 26
350,500 350,500 00000000000000000483f774073f7bab2d7d71a424b81684d82feb623f35dd17 0.05 MB 102 22
350,499 350,499 000000000000000015f1e4f460b0ec4e61f5be65431808fd770974de9e4c028a 0.04 MB 55 10
350,498 350,498 0000000000000000083eac738f34aa53a3caaafe9c053aaf70f80fcf59dd664b 0.10 MB 84 7
350,497 350,497 000000000000000002d616fee01db305d457d04c43467622245d6b9a624a7610 0.75 MB 1,565 26
350,496 350,496 00000000000000000c18bfa9d575a1661f2d6680589100d834ad90d46e2c09d3 0.27 MB 534 12
350,495 350,495 00000000000000000d80c3de3c6b64860055baed11920024d6868d597481adad 0.75 MB 1,379 26
350,494 350,494 00000000000000000261ba1cf59878031b7a1b49e919e20ae1a9420c0a8f8fb8 0.34 MB 758 29
350,493 350,493 0000000000000000097ffeb4975e7e483c62256079f86f30bf33297681e422b6 0.40 MB 864 28
350,492 350,492 0000000000000000032b3a95390030becea1c45f9c6b01b1e564097bdb885b79 0.45 MB 939 21
350,491 350,491 0000000000000000143da0351318f1ca8fd04a77727d3fa757ef7c53cd5f4132 0.58 MB 1,224 29
350,490 350,490 0000000000000000048d53b2be8bc299e6bae2896933b16241bb3fd2985dad83 0.42 MB 879 30
350,489 350,489 000000000000000006c6d58e047518d431c37fe79b2e40370d17c7f4b5eb762d 0.21 MB 390 18
350,488 350,488 0000000000000000135804ec58e3df57af8a7db63879d042d2fe6f81c2e49857 0.03 MB 62 20
350,487 350,487 00000000000000000dcc078b6b9b3e9d6b432e2080a6f0e2a15685ea92f132f8 0.07 MB 140 30
350,486 350,486 000000000000000014f3c40c4a1a68464cf7778e9d836a23489745beb071cd7d 0.16 MB 295 24
350,485 350,485 000000000000000010c86c2e66d9122f88adc7db43cfbb87da11910bf3418d5d 0.34 MB 706 37
Previous 10 blocks ↓
Total Size: 652.15 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,210.33 GB sent, 72.76 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.