Memory Pool Memory Pool Refreshing

2,641 transactions
1.20 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,870 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,140 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (621,509 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
286,360 286,360 0000000000000000da7169a16b793181b801fbbd8923ae3dd6ac160159c16c7d 0.06 MB 180 144
286,359 286,359 00000000000000009f6b3b15945730d2cf85fcb52c239e73fbd8f46b82a4a24f 0.02 MB 57 40
286,358 286,358 00000000000000003f90e2a2c7c6e3e22823a9784670e8667211ffced21991c5 0.13 MB 262 53
286,357 286,357 00000000000000002e156a2a506245290c1ffd2734861f91dc78674d53f4854e 0.11 MB 172 27
286,356 286,356 000000000000000115667bd63379593c70f163d7caec1ee5ab139275c055e72d 0.21 MB 441 26
286,355 286,355 000000000000000075d360f36ed58553fe6e8a34d30a21b9bb8488b4ec234045 0.06 MB 180 136
286,354 286,354 00000000000000004ca32d051dc7882706c825008120b113aaab120754dc6f00 0.32 MB 764 46
286,353 286,353 0000000000000000c19f30e5b6a613d31338af246ff9daf0e905c55f0d2dedb7 0.12 MB 176 23
286,352 286,352 0000000000000000b9ea7930b88dbd99cd076cd16b22c6b91ce637d91c684409 0.35 MB 1,007 54
286,351 286,351 000000000000000024b4b6323149f11af4eec878d799002b54858c9b5c85c105 0.03 MB 65 43
286,350 286,350 00000000000000009aeb3174f247b4272e96da63e4009052fe1aa71f7e5cd555 0.21 MB 383 27
286,349 286,349 0000000000000000bc217fe717b1d3fcfcb3e8a0b8b039bb8290fcc6512528ba 0.06 MB 215 117
286,348 286,348 00000000000000003ae38dcbd17d0e05b4b35ef57dc8968f90b50dfb695e1752 0.06 MB 123 43
286,347 286,347 000000000000000049f6db48f30d43a59bacb695a2bd3c594b478c0340c6281d 0.20 MB 339 37
286,346 286,346 00000000000000004b9b1e4efd0c32986d6e1cae7bafbfbe3737dfd8c93abae7 0.08 MB 115 27
286,345 286,345 0000000000000000d8d51b7a58c78ea7de1120a98c8c564cd4b9428265713cb9 0.21 MB 352 45
286,344 286,344 0000000000000000d9db4e31e8f69a5dddbdee10a8bac65120068d9a27eda80c 0.10 MB 160 21
286,343 286,343 0000000000000000ed9dc4048bcc6952e2ed55deea62901b7165c1a87286afea 0.16 MB 181 20
286,342 286,342 00000000000000000dd1cd36da9731b87ae35112fcf2e76c83d84794a3483e55 0.35 MB 883 52
286,341 286,341 0000000000000000bb66047da56ce2001823b0dc0c143606da1cba1a96456fea 0.13 MB 262 29
286,340 286,340 0000000000000000197171621898439d89069bfb247956d04e975b17cc623af6 0.05 MB 122 41
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.41 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.