Memory Pool Memory Pool Refreshing

1,431 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,908 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,422 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,907 (647,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
260,259 260,259 000000000000000ee008b96092c0847656fb7bf4eb98852010aee72290e1c46e 0.10 MB 298 133
260,258 260,258 000000000000000db18c17e772414bd19b12531e5a989c2d1b36b08f532267d9 0.15 MB 307 99
260,257 260,257 0000000000000019434df8bfe5ce8328884e1c6acf7db820b4cc5e1f8540e3b1 0.19 MB 382 83
260,256 260,256 0000000000000003dd07a17510ff8412927f0c0c60dbf7028236a79574b0ad27 0.14 MB 216 92
260,255 260,255 00000000000000118e4f0ad7bfe1e2be1a8c54926c2816dc734949bf0facf72b 0.05 MB 95 39
260,254 260,254 00000000000000147051fb08d9073bf749b9973aae1b6d2cfd9b365040848d2d 0.19 MB 376 126
260,253 260,253 000000000000001076219fde44e6fa0b264932ce07fb5a5c69a7c1439f07a6a5 0.21 MB 292 120
260,252 260,252 0000000000000013e5e2aad8af3f4bcc32e72d3f5f396eb99eab4f6eac594dba 0.22 MB 595 118
260,251 260,251 00000000000000152ee0999a1d0afebda8c316ebfc0e53c9896511f6b22fbdea 0.18 MB 460 102
260,250 260,250 000000000000001797bb9806085ddee45e22e88dffbcafbd7458e3790ea2fc7b 0.34 MB 912 130
260,249 260,249 000000000000001867debb3b5ca804867769220fd068b8525202b21a8c2614bd 0.06 MB 85 31
260,248 260,248 000000000000001696416e87e376942c2769f18177a924e57d96d6aabbada8d5 0.18 MB 227 29
260,247 260,247 00000000000000039f2046bde6a344da8d80666a3397a7eeaec53fff85cb3647 0.30 MB 863 99
260,246 260,246 00000000000000105fddca4c74a3485321cf549e1d2d5d4c12d80551f44e3a8c 0.25 MB 465 118
260,245 260,245 000000000000000786468df92fa7f131ab7975fdcc01ad8f093ca11417e07a99 0.25 MB 875 195
260,244 260,244 00000000000000049d5f5a5677867b5ec07869aa116838e59b942c5a65cb9260 0.25 MB 707 178
260,243 260,243 00000000000000165575afcdf0a346b08d2ea36355d2a1edaf8ca667f7c9f552 0.23 MB 618 112
260,242 260,242 000000000000000181c7fcef5ec3dfc6defa36240958075d6aefc92de391ccc9 0.10 MB 273 156
260,241 260,241 000000000000000586e4d1a9c790f099ef06d90b1654d89abeb6fa612f544ea2 0.11 MB 234 89
260,240 260,240 0000000000000019f7a2c6cc8f4e2b08cfc7f1a85090a42ed0a5857b9b39caad 0.44 MB 969 91
260,239 260,239 0000000000000012825b6822b111cb90a1a3261c09c8e1fe4b5d52f25b26237f 0.25 MB 632 132
Previous 10 blocks ↓
Total Size: 769.37 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,643.88 GB sent, 94.78 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.