Memory Pool Memory Pool Refreshing

5,596 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,645 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (720,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,680 187,680 000000000000095f988fee7c22255514103ddbc7b475fb12721b1766cfcbfbc6 0.08 MB 142 51
187,679 187,679 0000000000000643c903c41d886605cc2204a18539dca3ea387ec039410b0923 0.14 MB 431 163
187,678 187,678 00000000000002f060006b5ccecdaa7d03433cc48ce47de9d24a54a769e77d17 0.04 MB 102 143
187,677 187,677 0000000000000907dfe19d57f95610cd1a14bc2000abb8ec1f0f27c557cfba11 0.00 MB 10 50
187,676 187,676 00000000000001fd6feb32f4b367af4cde57161980923b14dae313f056db528b 0.09 MB 276 14
187,675 187,675 000000000000064dd61a890f9c848ffe1a3b21af71b46bdf8efc10d06b52744a 0.05 MB 80 65
187,674 187,674 00000000000002aa2c3b5243770d261f55853eeb9e8687c913194479561a3e63 0.18 MB 331 109
187,673 187,673 000000000000041eeb7d6c3d61ac930c51e8ef12799acee5ef19490cc5030b76 0.05 MB 73 100
187,672 187,672 000000000000016f317ae29898169ef9612823883d4dfd472e37de47ed618850 0.07 MB 123 115
187,671 187,671 000000000000017c7941f7a4e41c66af134a7dbcce10b466f3a65d8e3535d443 0.25 MB 289 96
187,670 187,670 0000000000000737d1ff576875fe12f09223ef96e9fa7c26fc53a2fc45791319 0.05 MB 120 112
187,669 187,669 0000000000000256e5f5903da0211d0ee935d5ceb54a408eb7a204a36d42da75 0.05 MB 98 57
187,668 187,668 00000000000008a554ee0393dbda95b0b0d2e8f7b973aa27dd11ee47d4b71f06 0.24 MB 459 106
187,667 187,667 00000000000005409cecae75c85e7d755e1477abe12245c8b22b4b3a498d81f4 0.10 MB 225 165
187,666 187,666 000000000000026d82ff6b6df4ab4661ec0d2ddf7ad3b0614862bc8d6d152316 0.05 MB 118 16
187,665 187,665 00000000000001b7e91236a5fa2f6cb2d6479a841c09f91a8b84256c3ad8cff0 0.06 MB 137 220
187,664 187,664 0000000000000902af6fd21d62d24f34c2e8ba9d39c9a7c1b2120a0f3ad24611 0.25 MB 541 121
187,663 187,663 000000000000053208a28cd54db7a16a18b86353f6a961f3765d7d28fd1fa6c2 0.09 MB 211 361
187,662 187,662 000000000000092ed176a39bf86c16286f2f5a025b0bf641d603ac347cca2a51 0.00 MB 9 303
187,661 187,661 00000000000008b1bd15cc29f000784927095caa1ce26d26f017b4b374915111 0.05 MB 106 144
187,660 187,660 0000000000000014fe5e7dd83e9e8a40362f077a8fe91bbfeae62e056c335e8e 0.04 MB 84 134
Previous 10 blocks ↓
Total Size: 768.99 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.56 GB sent, 92.76 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.