Memory Pool Memory Pool Refreshing

93,000 transactions
32.81 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,960 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,480 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,959 (379,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
465,174 465,174 000000000000000001a505709334ebc521995a71f1db3a6fed011c243f0c2f4f 1.00 MB 2,433 255
465,173 465,173 0000000000000000001da18b6caa80f54a8b965d3a518c748bec32cd69ef891f 1.00 MB 2,169 228
465,172 465,172 00000000000000000194cd62176d50ee551add14c192cec35067ad498cdc65ee 1.00 MB 1,945 198
465,171 465,171 0000000000000000011b866135bc5073ce058605c24f1820d619d21bedb8dbb8 1.00 MB 2,152 190
465,170 465,170 000000000000000000476baee359d157ec27279bef7462dc25c148b001dbd01f 1.00 MB 2,919 238
465,169 465,169 000000000000000001593c19ef6a82ac8b508584a99c354b9d06a78402b6207e 1.00 MB 2,260 198
465,168 465,168 000000000000000001e8a847bf0ce3744d6b9dfccfbed44772df82835b7eb034 1.00 MB 2,515 207
465,167 465,167 00000000000000000140b3b9695beda45d774d7da89c92f3adffbc0fabc23243 1.00 MB 2,673 241
465,166 465,166 0000000000000000000f4824cfaf4de6e5a311781b3f1300d8ce204e9cd2242e 1.00 MB 3,208 160
465,165 465,165 0000000000000000003c0b70673fc4af62e46d5a4ed52238f143dd1fb4245299 1.00 MB 2,565 186
465,164 465,164 000000000000000000afd42320cf7272a857a99fb2571592d2107d810bdb3808 1.00 MB 1,830 149
465,163 465,163 0000000000000000014f8994465b4e9536e92ee4dcefc4b734269d03da02e99d 1.00 MB 2,493 153
465,162 465,162 0000000000000000002769347bd0d67997a3c0a56e4372b5a12d3afdbbe6b05d 1.00 MB 2,440 246
465,161 465,161 0000000000000000020ffce1dc0a6f3b6e7e3dfadd5399e633ed2470d8d658cf 1.00 MB 2,450 214
465,160 465,160 0000000000000000012ac249e0b98df1de50fbeea9e56f2a7058103a313be672 1.00 MB 1,010 146
465,159 465,159 00000000000000000105d5d355cac9d626bce532ac556dc90536054e83a0b257 1.00 MB 1,911 257
465,158 465,158 0000000000000000002566d1e46d8d9dd5887882cb36f8f5baa82f8a9220ac24 1.00 MB 1,779 297
465,157 465,157 0000000000000000006c1da98f4afa8c6fcceb824bb4e6b71c8e7aa98166b7d8 1.00 MB 2,304 149
465,156 465,156 000000000000000001060616f53819cf694e3cd7d73cc1098e7577ebeaf6b930 1.00 MB 1,789 174
465,155 465,155 000000000000000001da0985d0c051cce84b3e8b7b81de669406a84d2c37f4ce 1.00 MB 2,522 225
465,154 465,154 0000000000000000021877cfb51041bd2e9530feb0cd3174e0e74456eed6cc29 1.00 MB 2,288 322
Previous 10 blocks ↓
Total Size: 652.33 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,242.37 GB sent, 73.93 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.