Memory Pool Memory Pool Refreshing

81,428 transactions
31.50 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,055 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 7,195 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,054 (158,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
687,101 687,101 0000000000000000000637a6ae604ff3e107aa90cd91fa4f7b05737db3f82dc5 1.26 MB 2,322 30
687,100 687,100 00000000000000000004aed32040e048b97fa3dd814f66ced93eaad366d15aa2 1.28 MB 1,360 39
687,099 687,099 00000000000000000007e6b24a4078a53f0af40081fdd94e97726c6020429bd4 1.17 MB 1,721 33
687,098 687,098 000000000000000000042c125ba0f016b8b27b32f7591a52f01740f9ef8ab0a8 1.30 MB 2,480 56
687,097 687,097 0000000000000000000ced542c68962c83fce3f1d490953822f2b014564ff08a 1.31 MB 2,350 47
687,096 687,096 00000000000000000000b63b55bf09bb80c1efd5fb7232fbdb22396b51ff1903 1.35 MB 2,239 41
687,095 687,095 0000000000000000000bce2ce5f34a4d0ffb9109612f322d059418515fbc1e9a 1.41 MB 2,867 53
687,094 687,094 0000000000000000000406d68abd1e7479f0f6caadcc89bfed643fffa848949b 1.44 MB 2,948 24
687,093 687,093 00000000000000000001d2eb09b681bbc853603b1267cec703ecf4527c1d0ea8 1.15 MB 1,392 30
687,092 687,092 0000000000000000000cac47dbcfb0330ce2f539dc675d1af4488f86a40184b0 1.29 MB 2,333 33
687,091 687,091 00000000000000000006777cfeb4ac8500dbdc7cda70b7efc07b65e78eecc1e2 1.35 MB 2,469 53
687,090 687,090 00000000000000000008d1aa38e0476a8a19fe12958ab0b916c00eae9a8db964 1.36 MB 2,624 47
687,089 687,089 00000000000000000004815e84d07aaf25f356309ecf604f00b9052d879bd5ed 1.34 MB 2,497 39
687,088 687,088 00000000000000000007c13eac2c7b12d3bfe417f6395520c53e34e3d4c4555b 1.28 MB 2,449 35
687,087 687,087 0000000000000000000b8022d456f67f375c5a007ac4e2ad00ceb5dd2be3f83d 1.17 MB 1,189 29
687,086 687,086 0000000000000000000b09db2a167836ab62c8247440006e50331e38a427be40 1.30 MB 2,703 35
687,085 687,085 0000000000000000000b2293b18440b07466180a498de19eaf462a16e44358a0 1.17 MB 1,089 30
687,084 687,084 000000000000000000087d507e4341008038fa6f6f6592faa446018348053acf 1.26 MB 2,019 32
687,083 687,083 00000000000000000002e8c82bec208f7a48f0bd54ffdf2f2f27816500a44710 1.34 MB 1,966 47
687,082 687,082 0000000000000000000b747a99cc79da361a6fc1f3a3056791b18cbdd2aa68e4 1.36 MB 2,030 60
687,081 687,081 0000000000000000000357653d3ff2824df6c3d1aa6cda5952b0648dafc5584c 1.36 MB 3,077 71
Previous 10 blocks ↓
Total Size: 654.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,367.32 GB sent, 88.07 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.