Memory Pool Memory Pool Refreshing

4,284 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,753 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,736 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,752 (175,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
732,180 732,180 0000000000000000000767a388f5328b5a8b6a6a4277ecfb25f798ce0fff1cbe 1.50 MB 3,260 9
732,179 732,179 00000000000000000000654656723d086e55aeba1fc55af5078c8ae6d7e8c519 0.47 MB 393 2
732,178 732,178 000000000000000000075a018fe30758342655f890fb3b5f48ad8933d3618a3e 1.36 MB 2,149 7
732,177 732,177 000000000000000000073bee914d15b8140e4f7e87070b7aed37557c4e7a5d3c 1.04 MB 1,663 6
732,176 732,176 00000000000000000007b6aa12c09a3fc61052459d93f8b24d25f9ba35c6ab8a 1.28 MB 1,915 6
732,175 732,175 000000000000000000082c8dd43c120ea77890cd536bde91332b150b4cefa74f 0.78 MB 1,396 6
732,174 732,174 0000000000000000000547781346f7fffdc40cf5cf96e95b5af661bf2995dade 0.34 MB 797 7
732,173 732,173 0000000000000000000371758df342e49da486011af53ae4e554a895f1dcee0d 0.91 MB 1,361 6
732,172 732,172 0000000000000000000231290f84386aa780145d110c4ae6aa608a294c90b19f 0.40 MB 671 8
732,171 732,171 00000000000000000007315f4747001f9abc76a2a628ff90154886a312d46cb6 0.98 MB 1,214 5
732,170 732,170 000000000000000000061580d94d96fcd3ba7d54fb900065d491276ddb2e1858 1.67 MB 1,418 2
732,169 732,169 000000000000000000048c02523f0f19b396c5ef699e406b11bc287e2b3f8782 1.50 MB 3,260 8
732,168 732,168 000000000000000000053953562c7942cee1d13792f632abf7a65618b2a7cf26 1.52 MB 2,308 5
732,167 732,167 000000000000000000065aebaccb0f6755349edc0d0a46fc948adcf1d2f85bd9 1.26 MB 1,467 4
732,166 732,166 00000000000000000005a2afa5007eedc936899aff7a9e76d3878b355f8515f0 1.57 MB 3,572 3
732,165 732,165 000000000000000000068a0735086501807c435c76dd64d52db3e399a9650588 1.66 MB 2,034 5
732,164 732,164 00000000000000000003d36e3bb282c3a853e8c7d161f4e2532a15a8492a63f0 1.49 MB 3,137 12
732,163 732,163 000000000000000000059ead3bab08735f1c2e0f12b443ada35edf92e176addb 1.60 MB 2,229 7
732,162 732,162 00000000000000000007bf522d1d1b80df8f4218bcb7fa3b8b6c057f5bb0c87f 1.46 MB 2,887 12
732,161 732,161 00000000000000000005d188c91140f179184263d656352e7933fc856ad04734 1.55 MB 2,123 4
732,160 732,160 000000000000000000034358a32fd52bbaea48394de8517887f9e186c6dca822 0.57 MB 1,203 7
Previous 10 blocks ↓
Total Size: 769.08 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,628.24 GB sent, 93.30 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

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.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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 to 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.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.