Memory Pool Memory Pool Refreshing

3,632 transactions
2.03 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
2 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
908,132 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 568 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,131 (674,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
233,163 233,163 00000000000000a9e61407edf4dd5a71b0ffd975916dee20397c8ff219eda899 0.17 MB 403 196
233,162 233,162 0000000000000186404cf2b7d6ec6140059ecba4ba6830f5a5282052d517b185 0.25 MB 527 169
233,161 233,161 00000000000000913d235e5eeb904badd0c0ec0cccdc05b7f696ef20ed81ccff 0.06 MB 157 110
233,160 233,160 00000000000000ee2acc0373d33d888bfe67c1dd942d9faf6d6c3e8a0f76e179 0.09 MB 210 210
233,159 233,159 00000000000000bd5d5fc5335ab8a61dfd272f132db5aff67c61dd65de721285 0.33 MB 901 170
233,158 233,158 000000000000010cc1fa2ad3875fd6fbfdba7d4531aeb18969daa30e39ad8e60 0.34 MB 744 146
233,157 233,157 00000000000001111574028bb87ded60590d02e8cbfc7c9c2f89b41a639152be 0.00 MB 4 909
233,156 233,156 0000000000000076cabd33de02671905087b7659e106404e6962c02727432ec2 0.15 MB 344 181
233,155 233,155 000000000000004cde42ef410611fe6ae21a855dc676e6b4dca6f9129561dd9e 0.16 MB 381 185
233,154 233,154 0000000000000095f468c02d61982202ed47bc834003a8de661feb797d381fa6 0.14 MB 201 60
233,153 233,153 0000000000000083b797fc9371bc7b81a4f5dfc6428bccd4a51a88317ab34750 0.28 MB 611 171
233,152 233,152 00000000000001c3178d6f08c3e48cef3f584625ffc6224b823ee548108391aa 0.23 MB 475 153
233,151 233,151 00000000000000589dae9c4becc9ce17145d2ec15d43ccd8ca923eba645f91a3 0.25 MB 190 39
233,150 233,150 000000000000015784cd30eb404ba4768202418c3d2734334a4a572cbcc67300 0.29 MB 356 82
233,149 233,149 0000000000000104d98de6af17e54a33addfb47d0baefbce06cf6b02b8bd1e33 0.06 MB 128 63
233,148 233,148 00000000000000f9b7b97ac8f64fed4f5b765b094268877f040da8eb8fe8787e 0.25 MB 537 144
233,147 233,147 0000000000000129531005edfdfdc11b6df9a215f4a0a76b258f00d402aa087f 0.25 MB 685 4,190
233,146 233,146 00000000000000fbbf63eae921f9c568b62b1005b30baaef625cc7af935b7aa7 0.01 MB 32 35
233,145 233,145 0000000000000078ee711e4313fab85e89853c6decfdcf4ce3a2182f4414bb3b 0.02 MB 63 131
233,144 233,144 00000000000000a4931d1b43fc297768f7d4a1c7eb4b89158c5d1f343451cae1 0.16 MB 268 134
233,143 233,143 00000000000001d5d927452d324196e8829e3a89b7b4bcdd8f7d0858adb11a7a 0.18 MB 362 158
Previous 10 blocks ↓
Total Size: 769.79 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,680.27 GB sent, 96.87 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.