Memory Pool Memory Pool Refreshing

46,825 transactions
47.69 vMB
Show Random Selection Loading Transactions
Max Size: 198/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,798 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,486 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,797 (259,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
582,530 582,530 0000000000000000001003857fc27a4fa82e35b14b5010b0326884a68907f233 1.28 MB 2,811 146
582,529 582,529 0000000000000000001416fd073b6ab1d6877a9c9956f79b01c80add24340f87 1.31 MB 2,841 120
582,528 582,528 00000000000000000020b4b4e954ed276630a17a355b916d3311f62d258ba2e7 1.20 MB 2,587 130
582,527 582,527 0000000000000000001c37c469ab4c1bdd5c80d431778d573b30aaaec82ff960 1.24 MB 2,092 151
582,526 582,526 00000000000000000023f2545a49cd07c9e874b749282f90b007fd15e29ba434 1.31 MB 2,779 166
582,525 582,525 0000000000000000001bcdfe2260fa7e043c603a10d05601a8ddc3f24065ea6e 1.17 MB 2,143 173
582,524 582,524 00000000000000000017a25e22c09accd0c53258194b8a3f5bdc1c787b3f1482 1.14 MB 2,368 197
582,523 582,523 0000000000000000001ecec4415c789e4524f69033ed895a158abb56fd802cf2 1.07 MB 2,042 173
582,522 582,522 00000000000000000012d8e7c79966d612e8153562aa29ffbd136af2c80437b9 1.33 MB 2,713 133
582,521 582,521 0000000000000000001d070525258de63dd67b164163daba07faf41c64917517 1.31 MB 3,190 120
582,520 582,520 00000000000000000010136d618dcf23e9742ef99de0fe465deb1b4227a4a4cd 1.35 MB 2,700 125
582,519 582,519 0000000000000000000f9afc04f5fec348b3384d4c85798c54adfd0013666a01 1.28 MB 2,984 161
582,518 582,518 0000000000000000000a70a00297002b7e94b3b66658bf0462b7aae8b77b22a5 1.20 MB 2,239 100
582,517 582,517 0000000000000000001c00b165f215f2606e936186d1426324ef12e6b790fea0 1.24 MB 2,689 123
582,516 582,516 00000000000000000005754c9eac6fcd9aae2fb0495b2f6f358bf7edc0411a4e 1.19 MB 2,300 96
582,515 582,515 0000000000000000001a8c449c008c999f5af75ba9d810cf06adda0f7dc453a4 1.27 MB 2,741 123
582,514 582,514 0000000000000000001ee02120f864266b6531927205f9570f09d832e2a57ff4 1.20 MB 2,716 114
582,513 582,513 0000000000000000001fd86d808d090bf32745d5c8025db2b7d0b5097f2d40b1 1.26 MB 2,203 117
582,512 582,512 0000000000000000001fee742c0eb1ba691dea6c855df7b0049925119f47a634 1.26 MB 2,704 118
582,511 582,511 0000000000000000001cfeb69aca2478b787b7ac66e8e3e0b69e363e324b83fc 1.21 MB 2,267 148
582,510 582,510 00000000000000000015fe15755d788b3baacd2f2a9f1c6d71b4e5667c718bf6 1.21 MB 2,606 111
Previous 10 blocks ↓
Total Size: 646.38 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 8,344.26 GB sent, 37.44 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.