Memory Pool Memory Pool Refreshing

1,391 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,368 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (63,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
844,150 844,150 000000000000000000007d05ca21e9717ed8e3166d892dfe9c6d89db1474d6a8 1.52 MB 5,711 9
844,149 844,149 00000000000000000001edb23a6cc7d06dab1563df6dcd4824d266394cdc61fb 1.53 MB 3,498 15
844,148 844,148 00000000000000000002e27e5d7abf33acc375f4e6f55234fa906decc42f67b3 1.50 MB 6,103 8
844,147 844,147 000000000000000000026af109859cf66807ffa73ca879275d4c557b70d00f3e 1.48 MB 6,421 9
844,146 844,146 00000000000000000000bcc3a3765b047a635fd2c6d7338cd47a7d356468eac3 1.58 MB 3,909 10
844,145 844,145 00000000000000000000e0c3bbcd73c160503041f5c74480347c08a3d43c0224 1.60 MB 3,132 16
844,144 844,144 0000000000000000000106f9d6da2c0b1568cfd5f194a0e9dd40a0e7c8b1bcbc 0.00 MB 1 0
844,143 844,143 0000000000000000000036da5deaffa9c8575a25b087892c284da5a3c701b25d 1.61 MB 6,898 8
844,142 844,142 0000000000000000000242fabe0d87b223f522330729e138e9a7d50a418a4b1e 1.53 MB 6,417 8
844,141 844,141 000000000000000000034626878bfe8162a7f3743975263e154e4573767392c4 1.45 MB 6,778 8
844,140 844,140 00000000000000000003255baecb2552fb761bf85642512141175899bbab315f 1.59 MB 5,073 10
844,139 844,139 000000000000000000004b60d6f45bc3e92e3a55e38397e8d4f17926c032ca5c 1.50 MB 4,538 10
844,138 844,138 0000000000000000000067551cd2a36649818086eac4739c519a3505477924f3 1.49 MB 2,510 11
844,137 844,137 000000000000000000016dcc7a41ebc5a5a8f2d1f07e542ff2ad448a0d8b8535 1.65 MB 3,741 15
844,136 844,136 00000000000000000001b26ec1234a8042c281f5df5519c651a48561cfb34114 1.59 MB 3,279 20
844,135 844,135 000000000000000000022dd56e2d021c14515aebd48e9f9671a39e36007df6c9 1.57 MB 7,119 8
844,134 844,134 000000000000000000012c70db690eec1489590949afa0af3a4feff21cb45e5c 1.43 MB 6,313 9
844,133 844,133 00000000000000000001df079b63e5a11c470b8d7b7a2ee09d1f7f1c4b1d5e88 1.59 MB 5,691 8
844,132 844,132 00000000000000000001027406147387b26708110425f0dd649f52ac1572dc09 1.86 MB 4,067 8
844,131 844,131 0000000000000000000291ca886843d9228e1ef45cdcebd11b6f1a7b2b049a06 1.53 MB 4,252 11
844,130 844,130 0000000000000000000128dcc8836395ebd68ba9de1557ebf2e659ac0b0110f6 1.46 MB 6,749 9
Previous 10 blocks ↓
Total Size: 769.07 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,628.06 GB sent, 93.22 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.