Memory Pool Memory Pool Refreshing

881 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,706 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 878 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (678,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
229,152 229,152 00000000000001244700465b4411b880635448375e534c1f4bdad41a41105aa6 0.04 MB 64 38
229,151 229,151 0000000000000235bf46f64a3c21508d5b219cc5201bded13515ab5166e7ef0d 0.05 MB 84 82
229,150 229,150 000000000000006508c02ea4ea478c800ceaf49723fbdb7a4feb8d2daa4b9db9 0.34 MB 759 168
229,149 229,149 0000000000000055c08cc28f0b34c075c8b4f4b894458c8043ecccbc88738f6a 0.16 MB 370 170
229,148 229,148 0000000000000274c3869e6668bbc5f677dd4c68fd7c0b02ca2db13cebbc5721 0.04 MB 66 42
229,147 229,147 00000000000000bde9b1ff83d875a0ec422d111e28aba70a105648a170747d7a 0.17 MB 409 170
229,146 229,146 000000000000023c65cb28c9530e8cc672cc4ffc771cba69aa1ccb9f574c10a1 0.05 MB 134 76
229,145 229,145 000000000000014b8ac503e5beda35f912d764f9ea36ce0dc1f3342cb6155c6c 0.11 MB 183 148
229,144 229,144 0000000000000093a99bd0fb8b9b450b75a9609f04bba331e847ed0c032ad86b 0.15 MB 246 125
229,143 229,143 000000000000003eb66cb2c72d41be9e28f7a2bbea56d7b4d01a43b1f6cd837e 0.33 MB 514 137
229,142 229,142 0000000000000167e21793fc55349b0cc231753594a83cf6020602efaf829e82 0.29 MB 543 456
229,141 229,141 00000000000001ab87a10ba55ba60b54e32f52339e38ed40bbed45ad6c9772ec 0.04 MB 80 2,155
229,140 229,140 000000000000020d8e3bdddb8508e09575b6c57e5c7b63aa4d9d75deed3ab397 0.15 MB 190 100
229,139 229,139 000000000000012e0f1708e5772e8299ed1bc390b4570a777dbf50c15206600a 0.00 MB 3 0
229,138 229,138 0000000000000219fd5288208bcf60d4c189c5d45a89c4e4dbde9842b45081d8 0.22 MB 359 149
229,137 229,137 00000000000002406d1b11f5f15ab8e2ed1f175f6fcb6b566d9d756877170920 0.10 MB 113 93
229,136 229,136 000000000000026fb3daba737f3ffc40724c796f9e55491123cf3e4460395b82 0.15 MB 165 71
229,135 229,135 000000000000006fe83c0f5b8b2d13729bee2401e1d6f883a9f96eec175f4fdd 0.18 MB 261 120
229,134 229,134 00000000000000682686b91d2653fff91fb0eff7dbce69d2d027baba54390a2f 0.00 MB 5 67
229,133 229,133 0000000000000077975fed939334b62a568538eb92a9f6da32d1fd34622419f6 0.19 MB 224 108
229,132 229,132 00000000000000c0c071dd4c5c34ef7bff40c074015ca39e7c21aa6a0c688aa8 0.19 MB 308 139
Previous 10 blocks ↓
Total Size: 769.00 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.61 GB sent, 92.77 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.