Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (728,159 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
179,548 179,548 000000000000048d68d0372a4ea9ea2c7b4d328e1242a2a3acc79eae4f1eb2d1 0.09 MB 156 79
179,547 179,547 0000000000000489a915e2694c7fd7d7308be8f4128f550d83268946276db0d2 0.04 MB 120 106
179,546 179,546 00000000000008c496c012417817784e3f45d799024e11b2b3b3abb9dac42a18 0.05 MB 111 90
179,545 179,545 00000000000000274a3d7f5df9ed7ed5acd715f3a487130f47a1cb1cf23ecdbf 0.06 MB 89 89
179,544 179,544 0000000000000286b7980fe253ad8254b3d6812c1216cc6c376f779e1f22f646 0.01 MB 42 149
179,543 179,543 000000000000051e9facb26fe6364bb9681ce7b24501dbadd51e2be93cafda63 0.01 MB 17 15
179,542 179,542 0000000000000022fe8262b5f692521c7ada0720a560fb88b83018e546377c15 0.03 MB 103 16
179,541 179,541 000000000000065121fcca4e5ff38fc4565b893d7642bf65d519b8d0417d767a 0.04 MB 63 96
179,540 179,540 00000000000006cea6d6a7d914177540dadec18c114cc8639d56e709109ad3cb 0.01 MB 36 12
179,539 179,539 00000000000007e570a4589bdbd543f4942a6a1c576fb1e0b22b040b49785bc6 0.05 MB 98 93
179,538 179,538 0000000000000068093e794ad9d94492c66cfed260f87a761a3ae870c541e422 0.02 MB 45 121
179,537 179,537 00000000000008bf5967654048ba8cc0a8fda11d573f17a4e3b3f84ccfebde81 0.02 MB 29 80
Previous 10 blocks ↓
Total Size: 769.01 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,622.19 GB sent, 92.93 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.