Memory Pool Memory Pool Refreshing

12,170 transactions
4.15 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,066 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (714,554 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,176 193,176 00000000000000fb5ff143e3282e8949a551b66e766af9d450d88d956e1939eb 0.09 MB 134 101
193,175 193,175 000000000000006a3f2d52cd918352326ecb5d1521dc9d1d8065ca3b630a0d4b 0.00 MB 12 15
193,174 193,174 00000000000006b5a9f3b779f9c7c1af45e4b7ce3be4a6d4b81e3256489231e4 0.09 MB 218 355
193,173 193,173 00000000000000b7032005c1f52d57cec629756f3547c528411119373a70a2e6 0.03 MB 64 142
193,172 193,172 0000000000000822e743f5f068374f6dbc0b1b6dd7ff9b454caf7a99285b1b55 0.13 MB 334 220
193,171 193,171 00000000000003d54f1a4024e4b08c884ea3a993c18ee6000806c2698671f42d 0.05 MB 89 73
193,170 193,170 000000000000043307b302f93d3475deac3b7c0af2949877cd5423c54460ffe6 0.05 MB 128 185
193,169 193,169 00000000000000399d090060c1babcf093e55b8f4b2b81a5eaa0523e0b43eeeb 0.03 MB 47 77
193,168 193,168 00000000000002b0a4957f019e5d1c185cba0ce3619946678b3059ddc1a320bb 0.08 MB 188 109
193,167 193,167 00000000000003aab0a2e3900a54843c7a26e0fab8539a082b9e81a84323e592 0.17 MB 328 112
193,166 193,166 00000000000007df36f573a721da06c25fcb96b27cca270121f38e765de6bb56 0.07 MB 229 34
193,165 193,165 0000000000000643eb198d05e82bf3e7bb4a6c150f0ffc01da11541cb5df1bed 0.05 MB 66 66
193,164 193,164 00000000000003baa55ce52a39bf70815ee76c634876c6bd77409c114eea455d 0.09 MB 228 142
193,163 193,163 00000000000002039a5583bce2a62675993827b36f94cacfcef266b4a391cb2e 0.00 MB 8 0
193,162 193,162 000000000000067bfa30f010d677e683698baa0c41353721e3b758d761b2c504 0.00 MB 8 15
193,161 193,161 0000000000000469c470217cdf8d556b8c4a80fa537364b4889585d5d2c7e281 0.00 MB 11 77
193,160 193,160 00000000000001b236d230d5c58f900630350dabf697b0ce6d616366ba57143b 0.09 MB 221 108
193,159 193,159 0000000000000059996492e9d3650ef806f574507c5f7e6ea4c2daa96cc0e0a7 0.02 MB 46 75
193,158 193,158 00000000000002a34737864639e017d64ad8ead0efbd3fac3c9d81d741b2f04a 0.10 MB 251 131
193,157 193,157 00000000000002409900aea7a45ab278cd36cceb2bc35c1f7bab48971358f122 0.00 MB 9 6,217
193,156 193,156 00000000000007dc67b010fcf72a274475455fcbedb0e53bb491c42e838b229b 0.09 MB 244 173
Previous 10 blocks ↓
Total Size: 769.04 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,626.87 GB sent, 93.09 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.