Memory Pool Memory Pool Refreshing

4,949 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,833 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,833 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,832 (653,356 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
254,476 254,476 000000000000000b71cb722710cd4a07bedcc9f2be06ed6fa4f7756c1b79a436 0.23 MB 375 87
254,475 254,475 0000000000000000d9fd4da5a322a987e8b3e13301b1eb44b41a5cb692328326 0.17 MB 436 140
254,474 254,474 0000000000000025b5e2e0c2645c577a6773ab0c6bf2cc17a82b704ba3bb07d6 0.25 MB 488 131
254,473 254,473 000000000000003d53b095c9041ba21ad095bf6b562b66abb3f6b0482971df34 0.25 MB 656 134
254,472 254,472 000000000000003c729dc0a3a66f6ddef1cbfca8707adad7bf314b1b79cad5d8 0.20 MB 329 107
254,471 254,471 0000000000000023f0c084f5a664122a64a05df11ece5cf56b64686e46ab7604 0.06 MB 8 13
254,470 254,470 00000000000000242dccdab1c60fc021f9e5f33b2dce12f0fcc18942996d2808 0.47 MB 1,002 109
254,469 254,469 00000000000000285bf3861765bf1edb4eb5996019f26384c25e4b6a388f761e 0.25 MB 600 155
254,468 254,468 000000000000000bd62179e96281a05dc5ffc7b7e3e659bce0cbbeb4bc8937f3 0.27 MB 512 78
254,467 254,467 000000000000000c9aabf97f7ca722a8c9b794ba0e412683af68ddd338d856ad 0.19 MB 477 134
254,466 254,466 000000000000000fadbf2e3e0971b59acf9836a4054dba8119f0a2b3b353580f 0.26 MB 519 129
254,465 254,465 00000000000000211546a06753423260eff4b1d3568faf08e9219ca7c964fadd 0.30 MB 801 156
254,464 254,464 0000000000000022d2c67df63287477553b638cd73e196dc0911198eed6e9654 0.11 MB 282 110
254,463 254,463 000000000000002901b2562034dc661b38fd0c149ad2daa6705b0abfb167a765 0.16 MB 274 71
254,462 254,462 000000000000002c711bb428481dddb91584be340a075305ebb3f42976579fcb 0.25 MB 540 140
254,461 254,461 0000000000000031d6d8a291aaa6ab8bce682dda1969f232905aa41b764fc14d 0.25 MB 597 184
254,460 254,460 000000000000000c0d93b6c9f924a444b87cd23fed2dda49baf76894f915ab21 0.12 MB 190 96
254,459 254,459 00000000000000039ab83323f5b7ec373e2f9402c6cabad35455ad81e84adc87 0.25 MB 615 170
254,458 254,458 0000000000000019acc9d21120f0135579a6fedf717ed268ffa83b9355ec4278 0.05 MB 43 59
254,457 254,457 0000000000000020874b8efcd968ce15b99ec58c84fcf49050140fee4715b887 0.09 MB 129 239
254,456 254,456 00000000000000031ce6bc24e4c2050f78600a8bf2a831ef172c6655e34e0514 0.38 MB 662 114
Previous 10 blocks ↓
Total Size: 769.23 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,634.73 GB sent, 94.07 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.