Memory Pool Memory Pool Refreshing

81,254 transactions
58.07 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,888 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 595 233
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,887 (115,524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
731,363 731,363 000000000000000000018b4e3aa7830103667af2aa11dc6ce044409265bf0f32 1.49 MB 2,565 7
731,362 731,362 000000000000000000052a4748359b13365a43c12bab1d2d837768e971ac016f 1.34 MB 1,878 6
731,361 731,361 00000000000000000001dc8921c075c45b0b3335ac5106dbe7b42b6a797d3017 1.10 MB 1,230 6
731,360 731,360 00000000000000000000ad045dca8c651e5a9b932488ff5a92e616b33ea7d38d 1.01 MB 747 2
731,359 731,359 000000000000000000051c6fe50eb4e8fa9f246ac5fa39a49dff0300bc4a03ad 1.09 MB 401 3
731,358 731,358 000000000000000000057684600f927943b283731cda65d6f62a1947aa7f9123 1.29 MB 1,845 6
731,357 731,357 00000000000000000005eeaa6ab0f6b3b8bb43f7091d555fb178fc7672ab1242 1.46 MB 1,866 12
731,356 731,356 00000000000000000003c8078a18bfb8f4387217165be4675c11132485415b38 1.16 MB 1,306 7
731,355 731,355 00000000000000000008a3018c5e4a5deac37e66d6472d0a2a16506c1850d926 0.78 MB 1,117 1
731,354 731,354 00000000000000000003691e789a2465af5d167a120d39a9335e315f69e9bd62 1.15 MB 1,319 4
731,353 731,353 0000000000000000000752bfbbae77560cefb3c4aac6e99623363cf5c0adfd3e 1.40 MB 1,708 15
731,352 731,352 000000000000000000039a2ffae591b2d29f0acac029df0cdc2e753e15844d91 1.18 MB 1,842 6
731,351 731,351 000000000000000000071e313982744dc3ce6cc1ae2f1119971f25001d18a611 0.71 MB 1,044 6
731,350 731,350 00000000000000000000ea469b92efb590f7e833c7b57e9870df40beed06b32d 0.08 MB 105 5
731,349 731,349 00000000000000000003611bd5a830f0dfcb13d897417ac567c9509960e71668 0.85 MB 1,602 6
731,348 731,348 00000000000000000005fde77daf60abbdd38c8507e965e7527f956bc3926a9e 0.15 MB 256 6
731,347 731,347 00000000000000000003789dad3a4b4c4e7b174f67d9fa0b0a858ab9687032a3 0.59 MB 462 6
731,346 731,346 0000000000000000000869b957361ce0944e0cdc6011eafea913dde591785ec8 0.01 MB 35 5
731,345 731,345 00000000000000000004555b5461076a4dc5f32f271b6792cb966cd373340360 0.08 MB 149 5
731,344 731,344 0000000000000000000900a0f6dabfa488f30c6300d11454f1497dc0e3f8b1e8 0.50 MB 742 6
731,343 731,343 00000000000000000008556eff0877bd4d198b46fcff89cf846cb5abfe2dc9c4 1.29 MB 1,122 5
Previous 10 blocks ↓
Total Size: 655.83 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,509.66 GB sent, 99.15 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.