Memory Pool Memory Pool Refreshing

3,335 transactions
3.03 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,813 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,985 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,812 (12,575 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,237 895,237 000000000000000000006ff7cea3ad0c431f66b6cc0275f5c0b2817e669d1784 1.82 MB 3,388 1
895,236 895,236 0000000000000000000072ce7dc7def318fd40b37475a71202fbba93b51df72f 1.66 MB 3,516 3
895,235 895,235 00000000000000000001b9e9d3212b9a3830f52e74fb27d83e3338118dd97065 1.52 MB 3,618 7
895,234 895,234 00000000000000000000065230166fa6a1b6551eeae2a1a2a631a91bee1cf590 0.16 MB 288 2
895,233 895,233 00000000000000000001e554baae4cf14461e9fec436de5f8ca07e9a3af4dfb9 0.92 MB 1,463 2
895,232 895,232 00000000000000000000f8d584eafaf57cad7a220b0a80012ef85aedf30e925a 1.16 MB 1,567 2
895,231 895,231 0000000000000000000219586127b834b193c13a7c44abc7697bf8c487e4049b 1.40 MB 1,127 2
895,230 895,230 00000000000000000001e5e916151c9523532a5a135888e4e0a8ccb4e1a841f6 3.32 MB 421 1
895,229 895,229 0000000000000000000132278310fc09f268deba1011b6b0d54d2c9599fb434a 2.67 MB 1,695 1
895,228 895,228 000000000000000000019994eae2b0ad831c4ebf86920b5015767410bf987895 2.84 MB 1,444 1
895,227 895,227 000000000000000000009330503de2d3b6f72e4fcd1513cca792dee369a61a37 1.84 MB 3,216 1
895,226 895,226 00000000000000000000b2b9c3f05710dcdc5484b1ce3cf563f22efd12dfaead 1.69 MB 3,796 3
895,225 895,225 000000000000000000016969e71348c40ddb7dae4c6a07287f1ad16366753493 1.93 MB 2,904 2
895,224 895,224 00000000000000000001597554ca68cbfdabfe5aea12851110ceea4b3528bde0 1.71 MB 2,569 1
895,223 895,223 00000000000000000001836bf551531dad17c26e73aeb8916468660d2076ebca 1.50 MB 3,517 5
895,222 895,222 0000000000000000000209aad49804d2ce7caccceb8cafb9785256fc857d9ef3 3.14 MB 793 1
895,221 895,221 0000000000000000000049f95f21af3861fe477d3b7a03503e4298068fdef74b 1.27 MB 908 1
895,220 895,220 0000000000000000000197cb262d36294679facf519f78c62f2bd67116c9fa5f 1.61 MB 2,097 2
895,219 895,219 0000000000000000000144851d2be97a526edca81b3bdd36400e911f0a2365b1 2.08 MB 2,073 1
895,218 895,218 00000000000000000001480584e04150169cacb4ce9a4eb34450ffd3c342b648 1.87 MB 1,326 1
895,217 895,217 000000000000000000025c23f946c0c9a8f1506a074645dcfe4d19f5ff9d687d 1.70 MB 2,467 2
Previous 10 blocks ↓
Total Size: 769.19 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,633.67 GB sent, 93.88 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.