Memory Pool Memory Pool Refreshing

54,309 transactions
26.90 vMB
Show Random Selection Loading Transactions
Max Size: 137/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,317 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 6,534 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,316 (643,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
201,726 201,726 00000000000001e7b456097fd04f54efc22b8cdc6fb7d370028032d90cf75d03 0.00 MB 13 0
201,725 201,725 00000000000003807b4ca3d2e35311b6c74cc9a126c9a86edd77a47ae1ad9ca9 0.03 MB 85 85
201,724 201,724 0000000000000276463cc2f0204a087a1c5e20a6b917f3aafdcdf9fad955463d 0.09 MB 189 288
201,723 201,723 0000000000000552c59f8039f52a0964550659b640e442bdbbd2a52a51c9fd63 0.08 MB 161 129
201,722 201,722 000000000000052ec59603619137a765302912f5df1bf90174c9adb811982265 0.12 MB 268 99
201,721 201,721 00000000000004d20cb5011060216c17ad43be637ca9a629bdcdb705c87f46fc 0.45 MB 815 134
201,720 201,720 000000000000025d850c186935aad5691d903ea7cb98c772a02a77581e524290 0.00 MB 9 190
201,719 201,719 000000000000014782914dbafec6265b9d5e78f253870ac0bb3651b208f62a92 0.31 MB 451 79
201,718 201,718 000000000000057894d631e6b45c8e533ea2e488b34ab57c7beff2fe32bf6a3a 0.00 MB 10 11
201,717 201,717 000000000000038541ca02fabe15902e1343aea4cab214867f69949a33cd6380 0.04 MB 29 78
201,716 201,716 00000000000003c92c9058982e24a1153ef5d5532343ae5266bc71b847cfc403 0.17 MB 369 131
201,715 201,715 00000000000002ed231c7d5ad62dba53c60ddb62f6d12a85f8c9ce7cdd173751 0.00 MB 1 0
201,714 201,714 00000000000001b9dc30b9101279d4948e38b99cc609547dcb701aba4a015d67 0.25 MB 408 181
201,713 201,713 00000000000001981ca1847e56aec14ae4fe8048ca03f525746efdab54bcd827 0.03 MB 69 30
201,712 201,712 00000000000003782c2678e658577ebfdc1037c9ec99d4ffbca334c1401ad1d3 0.16 MB 350 159
201,711 201,711 000000000000016f45a6d43c74127554e9bf7e90f052f1ef4913f2581f604e58 0.03 MB 37 42
201,710 201,710 0000000000000082f808ee067150043cc504e0e0b34c5a06632b6bd7b0e74610 0.08 MB 150 121
201,709 201,709 0000000000000339d5a26fe5a33bff3d9bc0c929b044dff5bf539dd90f0e3630 0.08 MB 257 16
201,708 201,708 00000000000002206cb0edd1969ec199f0f76f1696cabba0c4f25fb31a031c7f 0.13 MB 297 242
201,707 201,707 0000000000000461a0bbcf7e1194b1db9850cbd9c76210728932f12e48a9b303 0.03 MB 81 69
201,706 201,706 00000000000004d8eecf4f45ba2c3aa6521d92ac67e87498f885bc9fe5c949b6 0.25 MB 524 273
Previous 10 blocks ↓
Total Size: 652.99 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,292.86 GB sent, 78.57 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.