Memory Pool Memory Pool Refreshing

436 transactions
0.11 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,601 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 436 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,600 (814,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,549 94,549 0000000000063898bf54c22322b513cf4fb40edd2690833ae1e9c1016161162a 0.00 MB 8 0
94,548 94,548 0000000000013660436531b17d6970b8f1953dbee5b94df5a0e1b5d369c3f4fb 0.00 MB 1 0
94,547 94,547 000000000006cfac62cd7330d098bd0661ed8183750b2560303e1165fb977246 0.00 MB 1 0
94,546 94,546 000000000002180e5d48abf0f816a612f376afef3479c130d6da96c39fd207e4 0.00 MB 2 3,861
94,545 94,545 0000000000057996fe73c35617198f730f8a8f572f62ab5c79b8dfa4b323b12b 0.00 MB 1 0
94,544 94,544 0000000000002f3ce1b13a206ad23a56ec7b2f442d16141a22f7d193dcd8f2ca 0.00 MB 3 0
94,543 94,543 00000000000262afa32bd2139a93e50ac0d94111324315c401497d0955df3e0b 0.00 MB 2 5,208
94,542 94,542 000000000003f570fa6ae83f1499ea9eaabce64ba586a352b49bb89176f2c1cf 0.00 MB 1 0
94,541 94,541 0000000000027db1778f1bc1c6c754540bb0b2972320b511baec0b304a36c546 0.00 MB 4 0
94,540 94,540 0000000000097440a852a31da7f7c5e0d609f3594d4b9b465915733da3d34d40 0.00 MB 2 0
94,539 94,539 0000000000034b64d238bbf942aca6fd63048a49ab6ae2fa8c815ea7c38e1850 0.00 MB 2 0
94,538 94,538 0000000000052cf86806efa4ee4a7d079ef0d1c880c602ab8c15b0eea8954961 0.00 MB 1 0
94,537 94,537 000000000001b9a2cd7466e1876f9e465d3212714d97a41e76e6350d4dd5cb3e 0.00 MB 1 0
94,536 94,536 0000000000066d904d334bf10bd53a9b5e366035e2aeaaa0c351e48532717ebf 0.00 MB 1 0
94,535 94,535 0000000000081e907f71228a570485566c8d63eb60d991dc74b86ed483b7eb95 0.00 MB 2 0
94,534 94,534 00000000000588e11326dc8f0df2ed92d6e9b9fa13dab71bd15a11da491a7266 0.00 MB 1 0
94,533 94,533 000000000001514a9de3f9904e559585309a6ebb97b08704c39ddd7a54de86e4 0.00 MB 1 0
94,532 94,532 000000000001dd021fcea6a3f19588169080bc12b4f7d80b7d2f98b6007a8745 0.00 MB 2 0
94,531 94,531 000000000000e1270a2e29498def2b11ec641fc543858e45ce1a91f34b66e650 0.00 MB 4 0
94,530 94,530 000000000001c056e0d0b05f9327bea0cf0edb9dd57434c19336924096516cf5 0.00 MB 2 0
94,529 94,529 0000000000018dec5b304c6fb704af9df2c70c1b453d52a3c092d3ee65013095 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.52 GB sent, 101.03 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.