Memory Pool Memory Pool Refreshing

19,385 transactions
6.23 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (717,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,142 190,142 00000000000000cddff3253f8f5f0e674eda13a00e4e471c23964c75dc5528df 0.14 MB 240 90
190,141 190,141 00000000000006b2de81f8308155cf940b206b092fcb1d7a679f6b7ac34c1284 0.03 MB 51 162
190,140 190,140 0000000000000406a643428ae9f76680616ec64cea2fd4c0bf1f16e1f9b62dde 0.01 MB 32 0
190,139 190,139 000000000000023104fa0df82a690d74f44a66bbccfca3b6e207595368e16914 0.00 MB 1 0
190,138 190,138 00000000000006caebc23247dfab6c95adfe900d1f03ac84c65dce488b0e396e 0.14 MB 386 139
190,137 190,137 0000000000000655842a9a62809b560aea46ae5a93579b91c72c9a6061bec68a 0.02 MB 70 10
190,136 190,136 00000000000007036f5e97940c816d50ab45a1bf66c6181ca1e81f570db9a5b7 0.13 MB 256 110
190,135 190,135 00000000000008f16716f525cbfc7454e173e5091ec742ed5593d7acb286f16e 0.04 MB 88 49
190,134 190,134 000000000000074ebb6403d14d020709d18460d0af858b5f5605d6a6ae985d39 0.24 MB 638 143
190,133 190,133 000000000000053a42d00f6db7d2635802c8c7868120b9a1ea09895cca61c5e5 0.04 MB 137 119
190,132 190,132 00000000000007461fe952fad275775da9caecb31ac9de276442330ff47f8412 0.18 MB 464 123
190,131 190,131 000000000000012ee927d90f243d62d6e444675a730dc9ddda7533ec78713bff 0.05 MB 115 127
190,130 190,130 0000000000000489c9a8f53134a7583b3b7533e847fce786cd480682bfb5a12d 0.20 MB 469 153
190,129 190,129 00000000000004d26329643165f6df14f4f0bed1e1edd4902116338fac0a7cb3 0.06 MB 151 120
190,128 190,128 0000000000000165c8064363aebeefa1fc44837ae1a6513470211276ac0839c5 0.16 MB 252 179
190,127 190,127 00000000000002a467651a6012b03605f6ac9487f7091b7c9d38465afca9c933 0.13 MB 304 126
190,126 190,126 00000000000004b905383d2ad1582e26c2e2a873220391c6f0ac18827dadd5bd 0.18 MB 377 112
190,125 190,125 00000000000003787af94306e200f52093781974b17b02a7bf4e4aa778d6bbd3 0.05 MB 128 296
190,124 190,124 000000000000015001429f53066df50c4f2714e7a63979699f5d05d55b3b0c94 0.09 MB 206 100
190,123 190,123 00000000000006b07b4671c51672f778815181b78b70e54dd2ddf0abfcd0b2f2 0.06 MB 122 118
190,122 190,122 000000000000057c90ce63b02c55c72c6ad7a45b243d4836c99cf89197030c6d 0.25 MB 621 250
Previous 10 blocks ↓
Total Size: 769.02 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,624.48 GB sent, 93.00 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.