Memory Pool Memory Pool Refreshing

2,480 transactions
1.06 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,223 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (753,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
154,554 154,554 00000000000001126695600a668b79372eb0cc845f6aeafca0dbe74e1d7d36c5 0.00 MB 13 16
154,553 154,553 0000000000000d21d31e47b29aad77699e30280f24403782c8806fe5404cbeb9 0.01 MB 26 250
154,552 154,552 0000000000000b7b3d5c4f0b1ab2828583ad623c73d91da3e2775427c73b51d1 0.01 MB 28 30
154,551 154,551 000000000000094492e4ee01218625db26d1c8e0b9e753f5468e7e4b369f24ec 0.02 MB 44 132
154,550 154,550 0000000000000839e87cc60a6dfa78e8c4cd8a5058a1cc29519b65ad7bb0ce16 0.01 MB 20 195
154,549 154,549 0000000000000cb6b1d3fbf9d0477fecca880ad088fbffa8790c918d1771c3e1 0.01 MB 43 0
154,548 154,548 0000000000000caf53b86c5b28b263dcf5fba2a62d1133004c73a7f864a190e9 0.00 MB 13 64
154,547 154,547 000000000000089d7790f6ae8034b06a6cb266146b14f1b56a102e5e1e43ecfd 0.05 MB 117 43
154,546 154,546 0000000000000a72d69c91bc2eb420a8965a3ac6cd0757c1293950f381630cb2 0.00 MB 7 15
154,545 154,545 000000000000056a5e4f7876712b41757d30c685012139b5be6484c0075c748e 0.02 MB 51 220
154,544 154,544 0000000000000112747d17308edbd3fa826b206a63275753e97169171936be29 0.02 MB 43 147
154,543 154,543 0000000000000c83b7277675d16b12af5dce190ce6ff9d395da350986b901733 0.01 MB 29 163
154,542 154,542 00000000000005115eceb9d93bdcf5c79b8732a81af9a287022fc18138f767b9 0.00 MB 11 22
154,541 154,541 0000000000000a9bbcedcd6ee9cf8fb237fb65c89a798ff8c8b9c5760b714a4f 0.02 MB 64 13
154,540 154,540 000000000000060d7bda539be1b4048700d8c5342d03dfc0769118928810013c 0.04 MB 94 148
154,539 154,539 00000000000005c476e0281af0aa6f498285b71c486daa236f98b575c22ce19f 0.04 MB 76 155
154,538 154,538 00000000000008de5c5c5d868ddb752156bf0db2b23f901188ab13f2029c4997 0.03 MB 53 129
154,537 154,537 000000000000098f3e2648d08e10885f4c38b17dfd3c92d14f4d6e434679191e 0.03 MB 105 78
154,536 154,536 00000000000001687137ccb9444b0f003b0a2a7c58041c47790fb6a5488bb278 0.02 MB 61 44
154,535 154,535 0000000000000625817b5256c6da4147533d6600b1b9843de30087e24a134378 0.01 MB 20 41
154,534 154,534 0000000000000c4f4c1f72d19aa27c307cd66dacc4531d2fe87bc67e4df5ded6 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 769.11 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,629.57 GB sent, 93.44 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.