Memory Pool Memory Pool Refreshing

10,100 transactions
4.62 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (639,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
268,330 268,330 0000000000000001f899b39d5cc5b79f37cf22f72d1d160c5f5f002bd34def7b 0.18 MB 212 8,400
268,329 268,329 00000000000000049d667c338d6527e509c4b7ea8c9dcfcdc533f5a81da2887c 0.15 MB 273 56
268,328 268,328 000000000000000573237ab03bc2c65aebed77ea4f53e51b3104d98f85c75eb4 0.05 MB 73 22
268,327 268,327 0000000000000006eb687c1ce7dfade95b6ff234be6ce2c8cdd083794a59cf0a 0.10 MB 75 17
268,326 268,326 000000000000000384be818db610f841753c21de2ee7b8def32787fd15c63713 0.35 MB 819 99
268,325 268,325 000000000000000828055c6d2641b5781523583e1f4b853d616e5e6b2f7c1f0a 0.06 MB 131 34
268,324 268,324 00000000000000031792b44f14699cd42ab402cea5ed4b0bee2a07476996b16c 0.37 MB 724 69
268,323 268,323 000000000000000438037bb22ca5800af4089cfa53299971181ab144ccdad51a 0.17 MB 351 78
268,322 268,322 0000000000000006d5d2e1c52c21eebfa0c71b4aa95d6234baa3ff2e28afcd09 0.56 MB 1,053 95
268,321 268,321 0000000000000001416405ac9b64db0412c1267adc7a6bfdb8088a173226c0de 0.20 MB 435 71
268,320 268,320 00000000000000023eed388e4acbc660095b605730200aaea3840adca991a8bc 0.05 MB 104 63
268,319 268,319 000000000000000259d1e2e6e87523a968a6c1d1871848e0f02d7ddda56cef2f 0.07 MB 182 71
268,318 268,318 0000000000000006a555e512a0abf1501bd4f3fb1a59f7159d255c1928cacfb4 0.05 MB 106 36
268,317 268,317 0000000000000003a408dfe5c90d9b3fc8f636164ad478296e2bddb6213ac2b1 0.06 MB 145 54
268,316 268,316 00000000000000066688117744be45506af318f8153d2d40c55433034909122b 0.14 MB 363 80
268,315 268,315 000000000000000717513c9d9a82b3771e90312253a19291a903149e93f2a085 0.15 MB 220 39
268,314 268,314 0000000000000001fd45b379e2b133eb6c296c50e5b07f92d127e0e885a28010 0.22 MB 287 28
268,313 268,313 0000000000000006c507a5cd0a351e975458414d38997ed674bf1f2404f05ada 0.50 MB 1,190 89
268,312 268,312 0000000000000006582c04053b398acb36db97e693231a56baff1ca3c8be4956 0.17 MB 354 81
268,311 268,311 00000000000000080a6635c7c3917dac01ab7fff7a6e3e527435e730377a9d4e 0.06 MB 151 67
268,310 268,310 00000000000000082951571fc266659b4d7dd739f0808ec0303c3ce7eb89a3f0 0.13 MB 295 44
Previous 10 blocks ↓
Total Size: 769.03 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,625.70 GB sent, 93.04 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.