Memory Pool Memory Pool Refreshing

3,252 transactions
1.70 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (200,981 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
706,755 706,755 000000000000000000013667af19f8701761db9cc3030d540eb888b1c237fcd1 0.54 MB 990 9
706,754 706,754 000000000000000000036a880345283a5a6ad2039ce0bb0737d792c02a2747b2 1.01 MB 1,658 9
706,753 706,753 0000000000000000000c41aac3a2c4d751fbb4e9050c8813cc4edd0dbc157e7a 0.04 MB 74 12
706,752 706,752 0000000000000000000571e12f6e91e5ad7dc918ba9804a51797d3fda4b15fd1 0.69 MB 1,184 12
706,751 706,751 00000000000000000000e3114b8bb3391fc00e1e0654627bab9893e396f846e6 1.20 MB 2,223 9
706,750 706,750 000000000000000000029aee8d150cf90bb990085e70393dbfba710500b38b17 1.10 MB 1,608 6
706,749 706,749 00000000000000000000a9fef45f6d9bce7cfa8a1c592cf202b5d83f23683348 1.27 MB 1,032 6
706,748 706,748 000000000000000000029e331bfef68e4a571a265eb1550c760993b72746fdc3 1.51 MB 3,421 6
706,747 706,747 00000000000000000009f8ac0b0a964ac60edc5a57e7207f93573ce28882b73d 1.39 MB 2,582 23
706,746 706,746 00000000000000000001876ba3492d8cde0c3ea6e0945c2f9dea381fcae6109a 1.07 MB 1,863 9
706,745 706,745 0000000000000000000bf4d7d0bc8c05a42b537c001ebff59f92b20990fe2022 0.17 MB 356 10
706,744 706,744 000000000000000000083fa33dcb9d5be5137d27af79ad1a0a8a825dacde372f 0.87 MB 1,380 3
706,743 706,743 0000000000000000000852048d84b88ccd1f411401baf398ff84f415d0f181ff 1.44 MB 2,705 14
706,742 706,742 0000000000000000000c16f12abb73419313aa0cc7dfa729411661888dbcb52e 0.70 MB 1,278 12
706,741 706,741 00000000000000000003ff93565e75100b5218c1473a6ed302b68e3b32231546 0.98 MB 718 4
706,740 706,740 00000000000000000006700910a593ae46357b9d8ca10c61abf16e4c7a12b60b 1.50 MB 1,848 7
706,739 706,739 0000000000000000000a7ae32724380b39fb0da98dcb63f5f67e10ab4b5ad778 1.45 MB 1,898 8
706,738 706,738 0000000000000000000d99a82947f05a259416992a0891bd066b8f551d96e2b7 1.41 MB 2,527 11
706,737 706,737 00000000000000000002a3e164d11d5ccaf243fcf552fa7781675794c94fb3fc 0.59 MB 824 10
706,736 706,736 000000000000000000064bc844f16a7a254349f97949f6441e913f80610d46e8 0.02 MB 63 8
706,735 706,735 000000000000000000055a29fbc517990639be3eb903c49e373a44b3c496ce40 1.05 MB 1,263 8
Previous 10 blocks ↓
Total Size: 769.05 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,627.45 GB sent, 93.12 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.