Memory Pool Memory Pool Refreshing

596 transactions
0.28 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,612 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 596 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,611 (809,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
99,174 99,174 000000000003864caa4f370f67d8fb0f81f8af8adf25309303862a291c06b553 0.00 MB 1 0
99,173 99,173 00000000000050c12f82e3e25b6e786a4ae7a5a5cf7c61a624e440adfd9f9287 0.00 MB 2 0
99,172 99,172 0000000000036cb76c72d66a31d4788fc24c5f96d4041f6699250b92e8cdf5bf 0.00 MB 1 0
99,171 99,171 0000000000026ee1e5753b171d77a54a995c23c80a243dad4699bf0d48c821aa 0.00 MB 3 0
99,170 99,170 000000000001a179fcd0e8d251fda7693d93da39dab9105c9ae77180342ae444 0.00 MB 4 0
99,169 99,169 000000000003ad18372d131affa67bbaa11635a1d239e987072d20480bbf1723 0.00 MB 1 0
99,168 99,168 0000000000001c5ee9797b96c02a2b1773672ead8400243259fa2e84693b52e5 0.00 MB 2 0
99,167 99,167 000000000003fb114ec7becf4e4618d7db6c8c0aabccdbad3b6efebbc77ce518 0.00 MB 2 0
99,166 99,166 000000000002a5ee117bb4e1cbcaed7fe789bbcfa09934db1022b1d29986f88e 0.00 MB 3 240
99,165 99,165 0000000000002c77e2e5671887b3b491906e2df5b91773e5ec1af6a83aaacccf 0.00 MB 1 0
99,164 99,164 00000000000341c980a02a3906f0950c52aacef35501826fa68c2b7a0e31d4ae 0.00 MB 4 0
99,163 99,163 00000000000016731c73e408c31345c5bf9c939281a11e164e9a40cc5fe97b86 0.00 MB 2 0
99,162 99,162 0000000000008e9a8eae889dafc9ce7392c2924c4bdda672398f5c17d2ba9f48 0.00 MB 1 0
99,161 99,161 00000000000434bba06380a5f9ac980e202389a0e30aa44f158460a830905053 0.00 MB 2 0
99,160 99,160 0000000000047dcc44489d4367682df2f0a4685248c22fd69b8e225af3b8ed0e 0.00 MB 4 0
99,159 99,159 000000000002b024eb7927971f8e3b854eae9fa54bff85fe42f4adf73dc9b3c4 0.00 MB 12 0
99,158 99,158 0000000000012892587c4b82ed680ec76dbffd47e9d5c8d54098f5741b904bdf 0.00 MB 12 0
99,157 99,157 000000000003cb8849f96bed201e78cd5d492666a47ebea1498d4f3a78d2e753 0.00 MB 9 0
99,156 99,156 0000000000001de6cc6b648a3d254fd7d13e3297a0deb371a86605cc971b87e1 0.00 MB 1 0
99,155 99,155 00000000000273b5aa05cc1f8ceeea46909cc504fd413232fad5f75a34ca91a0 0.00 MB 2 0
99,154 99,154 000000000000833ee20a9bf140d6316da8f04a611603cb8d7e9b362324451d65 0.00 MB 6 200
Previous 10 blocks ↓
Total Size: 770.83 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,849.82 GB sent, 101.11 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.