Memory Pool Memory Pool Refreshing

4,354 transactions
1.27 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,558 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (650,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
257,491 257,491 0000000000000016e8a22107bc00813a252ec763aaa15c68f1a049cecfa492d0 0.16 MB 402 94
257,490 257,490 000000000000001df8f080272d9883816f6a32bf85dd46a2f63effb33dfdf163 0.23 MB 551 102
257,489 257,489 0000000000000019d9e2c3034d83c605261427e62562adc4c8c70fee7b0c65f5 0.27 MB 587 103
257,488 257,488 00000000000000142bf9f147992bdfdf69c592bf23f2c2630519dc1f43c045b2 0.04 MB 101 104
257,487 257,487 000000000000000766ba3231cbe736999293b8d522f0fc37ebc8f1cd58cf32ad 0.30 MB 597 98
257,486 257,486 000000000000002ffac69ba7aacdd96476c4151b341f07a2c6013ba85d515fcb 0.06 MB 101 44
257,485 257,485 0000000000000008490c05998f5d9a6aada36532c7f75b2799561383c8663881 0.11 MB 356 122
257,484 257,484 000000000000001aafb9486a0b4cc40b3b69379b39310fa72fbacac1e17d5ae8 0.14 MB 319 82
257,483 257,483 000000000000002158f3c9d19e3575f416880e86fb235dea2b2b74125528a042 0.07 MB 114 72
257,482 257,482 0000000000000020f8f43beb6112e8e0eb08e1f69a205874487f5f969f5175eb 0.04 MB 98 92
257,481 257,481 000000000000001241be79fedeafcf211a10b0cdfb0ade26facfec8f56dd830c 0.02 MB 44 89
257,480 257,480 000000000000001f76cf3bb95a851b1b82906a0cb5480f4f8570b01c1ca44d19 0.01 MB 32 104
257,479 257,479 000000000000002239781162b7914911db9f67534963d2b70fd426432b3f56b9 0.04 MB 67 66
257,478 257,478 0000000000000015d277acc3a67c665ff687ccb1596a42abad288b43d8f9859b 0.23 MB 419 80
257,477 257,477 0000000000000025aa70d4c81dffa143f14ae860dacf909c7c83c4cce07109ab 0.49 MB 469 35
257,476 257,476 00000000000000145be16a66cb82265428b2b92529629d25c35a0a1afd14e5ba 0.25 MB 600 140
257,475 257,475 000000000000002e91b97667779c8a2021dc64d36a229f3f682fd86231d3e0c0 0.02 MB 48 115
257,474 257,474 000000000000002885892f90fa3f04cf5e612022ff8edd3a5dbfeed27294791f 0.11 MB 248 84
257,473 257,473 000000000000001536b480aea22fcf17d2ff5653fcf6f91d19d445b7cd7037fd 0.03 MB 72 74
257,472 257,472 0000000000000009c10e8dc6e728ef94235f928695015b6b54cc56512cafc738 0.30 MB 580 94
257,471 257,471 000000000000000185d257ed3b4ad671de287033dba89e2c76678402aced5ce9 0.10 MB 214 114
Previous 10 blocks ↓
Total Size: 769.31 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.76 GB sent, 94.48 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.