Memory Pool Memory Pool Refreshing

7,082 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (728,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
179,569 179,569 0000000000000989bc317807822802442e092ae52d0e6730ce53aae8008e2bae 0.07 MB 151 117
179,568 179,568 00000000000003d6e1aba4fff067f6f0b20eabe71c4e91ed0eea08e662eab172 0.03 MB 77 114
179,567 179,567 000000000000065db1183774810679173039436f1be6d890679d0ce4c5528472 0.05 MB 93 141
179,566 179,566 00000000000007e98ff37c8d8824af4c92909a7bf6553bb9941f562135b0899d 0.03 MB 73 97
179,565 179,565 0000000000000682f47a73238a1a34b37d8b9dac0602842bf1c43b63c34eeaaf 0.03 MB 39 142
179,564 179,564 000000000000089cb32126846f09e984c539c90345b640a908abf33cc28ffa49 0.05 MB 115 133
179,563 179,563 0000000000000095ab7e83d9f456df50065a66ba6df7f1c589a35800fa8d9c84 0.08 MB 152 182
179,562 179,562 000000000000065a0919e66f3a719649ddb134a80ba7316b12d25a6e9aa12ad3 0.05 MB 80 90
179,561 179,561 00000000000007905e9e4fbcd5e9c90a8881a464097278fd4ca55d6436e6913c 0.00 MB 1 0
179,560 179,560 00000000000004212140afba717232fa24df219e68edb4299c128392de30f3e7 0.05 MB 102 1,206
179,559 179,559 000000000000036bf21e55174399cac10513639f256eb9d7815b5d87322eae3b 0.07 MB 130 206
179,558 179,558 000000000000034802895e770ca62fe6c8724fbaeb4776e8f5cd45859a7c24e6 0.05 MB 128 100
179,557 179,557 00000000000009638f9f4bec66b0347690d1b2dc7c75a4de33229777db06b47a 0.05 MB 123 94
179,556 179,556 0000000000000087042f9d0ef92c31de093bd06ccb6c85e7159569b0505da032 0.01 MB 12 40
179,555 179,555 000000000000032ea999eb5c94d72921285080bbd4ae703407050e5248dab168 0.01 MB 24 147
179,554 179,554 00000000000005e7bd44b10a58a0826073b6fe824016ae419cac1a19657fe0c2 0.12 MB 81 599
179,553 179,553 00000000000006f66f0190b96d5796df1e5fc8988f6351546c99533736a38069 0.03 MB 88 110
179,552 179,552 00000000000005a384a97eb922225038f699758910b40e7de518315bfb644ffe 0.01 MB 37 74
179,551 179,551 00000000000008a5c8d61a02dbc56ac13170c228c4445497ff60de1c0cc6ebb0 0.06 MB 155 129
179,550 179,550 000000000000081fed07a4adf9cf1d0f5db37c71f7622aa6d7c7905b4520e9a8 0.03 MB 114 109
179,549 179,549 00000000000000ef13d7391136e2f0f06c2ee5f8a5b03146e48662f8050afa54 0.09 MB 169 148
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.