Memory Pool Memory Pool Refreshing

74,323 transactions
28.12 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
849,152 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 5,217 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,151 (377,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,306 471,306 000000000000000000a1bbd2265918a5bd3ef80694ecd9b36fd3dfdea13dc750 1.00 MB 2,004 276
471,305 471,305 0000000000000000006df87cee16e70d415880b90d5b3f42590429c9a35eb912 1.00 MB 1,570 324
471,304 471,304 000000000000000000ee1a036bfd59adfbb8bba80b2c3d76751023422e445c69 1.00 MB 1,840 227
471,303 471,303 000000000000000001100a42346ff31f237c4880cc8712c94e205fa8d3dac69e 1.00 MB 1,675 309
471,302 471,302 00000000000000000158397b5a576db754f136081d4f9f35d6bfdf4265626cdc 1.00 MB 2,236 303
471,301 471,301 0000000000000000002a329cce1764ed50d0381f53806bd1547fa3bc0c8cf62e 1.00 MB 2,488 274
471,300 471,300 000000000000000000ddd2779d0364a95bf8420547a6f7f8cb0cd38c4d7093d5 1.00 MB 2,427 224
471,299 471,299 0000000000000000018ac98ef94b823e713b8f78944c5de30456cc7e38c65502 0.99 MB 1,578 259
471,298 471,298 0000000000000000004bae7a9c44515b4ef9347e7836da01d54d14ec70a800cd 1.00 MB 2,367 418
471,297 471,297 00000000000000000153cd31ff4990ac06bec0a1487e3ff0a6186fbb5dfbe959 1.00 MB 1,966 341
471,296 471,296 000000000000000000b3d496c06d68380c9f4c573a9939fc4c4d1872473dd4c2 1.00 MB 2,007 476
471,295 471,295 000000000000000000c543ba03797fffc300f9b79683a102cfd9722a06beadf8 1.00 MB 2,402 348
471,294 471,294 000000000000000000d7992ec314641d30adc49922df2efa429f242ec0b6e6c5 1.00 MB 2,371 384
471,293 471,293 00000000000000000149ec524f5e6c4eff1322b81da41015f746a34f9a1faef5 1.00 MB 2,483 426
471,292 471,292 00000000000000000057c360d3f3b11e0e4fd45b0e37b4d61bc97c4bf72842bf 1.00 MB 2,485 251
471,291 471,291 0000000000000000005a12b0c217d718d158e22b7dca81d0b78540bb791e3e34 1.00 MB 1,556 296
471,290 471,290 00000000000000000145ea16b0797345f10cc3e8366c27079bead05bfcd27504 1.00 MB 1,985 412
471,289 471,289 000000000000000000860962cd482470ba93b5f5f26417fce54193b5fb8ad806 1.00 MB 1,344 288
471,288 471,288 0000000000000000014699f3729189a25318bdfcecb69f75a552b1fac7323ca4 1.00 MB 2,137 333
471,287 471,287 000000000000000001026f453ae88beb2b9a55d85366a43a3bdd3ff6fe481888 1.00 MB 2,321 350
471,286 471,286 000000000000000000178562430a7e5babd66ae7cf17a1ac0cea4513a729aff2 1.00 MB 2,385 328
Previous 10 blocks ↓
Total Size: 659.91 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 98 incoming
  • Data Transfer: 3,212.01 GB sent, 7.53 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.