Memory Pool Memory Pool Refreshing

420 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 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,893 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 416 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,892 (781,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
126,190 126,190 000000000000220191d3641d9aa13d4e37743d043589cd232000e03647f0915c 0.01 MB 26 1,214
126,189 126,189 00000000000012c769f136683c567c0498b80cdf5be6c88fa54490ea9d54c6d0 0.00 MB 1 0
126,188 126,188 0000000000002d9fa129c9573be51054655d834caa00b75c578f8ebcd41db40c 0.00 MB 16 732
126,187 126,187 0000000000002a3f5c9db744d461b75790fbeb6f605fa3e5f0d9581390feacbb 0.01 MB 49 2,694
126,186 126,186 0000000000002532b6be5908541a4e1811cd954ee3b765ac1c5a470798cb57ba 0.00 MB 12 991
126,185 126,185 0000000000001527e9cd167596f64b2a401a5b0c50b42ebbd6f95b9b8ff4df03 0.00 MB 5 2,477
126,184 126,184 0000000000001bf894941d46a80929ab931f27cdd0a31f8d1174c138ca9a1d7b 0.01 MB 20 1,019
126,183 126,183 00000000000041206c51be2ed4761dc4bf55813a7486666a9ec1dd403d5ab678 0.01 MB 38 166
126,182 126,182 0000000000000b39bd8682e010110ce9570b152f4bbd59f65443974e83c9e24e 0.00 MB 1 0
126,181 126,181 0000000000000df3d94803ea0c3a7d31a376836b5ee6f2621bdbfefb3f20de45 0.00 MB 5 0
126,180 126,180 000000000000398f7c401d4010b9e866686b8b309921ffeaf407dac40d1da130 0.01 MB 19 877
126,179 126,179 0000000000003e3de0a9dc063df22b0c56ec95d7db5d160241a3e98ae6bfb3c9 0.00 MB 7 659
126,178 126,178 00000000000012984deac93499917497c47f509bca3e34b80ccbf36942f4d883 0.01 MB 10 590
126,177 126,177 00000000000023b92b27ff9a884169676b654b62294a78279975357a21507e71 0.00 MB 1 0
126,176 126,176 00000000000007c21c6e78df3f64f37ab257d0b43b50c2b06772fc51edc4e6c6 0.00 MB 2 1,669
126,175 126,175 0000000000003761ba4238dbba7ebb9af9155e55eaf510f782b763acd4e2773a 0.00 MB 1 0
126,174 126,174 0000000000003a3babc3d89d5cb0932aed188c16f5f948e6e1db2817ee2bc59a 0.00 MB 6 0
126,173 126,173 00000000000023ef5c48fe04c93382c0b49856d7ee72d1bda2ff3df93dc4aa7d 0.01 MB 18 1,126
126,172 126,172 0000000000000641283cda9742e7d709c77f91ad9c5abe8e128d5c80fcf83c80 0.02 MB 40 151
126,171 126,171 00000000000019fd05e937b4a8c28f97ec7fa14ebf07a2d89f1a208f1d54524d 0.01 MB 17 990
126,170 126,170 00000000000002ec8b65c368e71d174fe196bb038105c28b971c0537ff31c690 0.00 MB 13 1,208
Previous 10 blocks ↓
Total Size: 769.34 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,643.36 GB sent, 94.66 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.