Memory Pool Memory Pool Refreshing

17,484 transactions
5.54 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (636,530 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
271,188 271,188 00000000000000007219895fcdcbe227df158c9059e57c6b1dba72ab62d93e32 0.25 MB 680 84
271,187 271,187 00000000000000064bb57c6681a117371f06c4efe26917d9179a56cc20cff9f2 0.12 MB 197 41
271,186 271,186 000000000000000299c72d3515d2213a92c3bc93225c498cfc15a32b8c1acebf 0.25 MB 476 53
271,185 271,185 00000000000000066169b299a667f4ea037061871c7205854e597e091dfb727a 0.10 MB 228 44
271,184 271,184 0000000000000000625cd1ff4b40a21f04710e4a911d1f8b88ad8ffce92c1320 0.11 MB 212 64
271,183 271,183 0000000000000004435265513215f4ebe838811bd673de2d676311b385707a1d 0.10 MB 223 53
271,182 271,182 00000000000000034310f1847e086efb41ca74edf930bc61d85a6c3da9607c47 0.14 MB 282 68
271,181 271,181 00000000000000023fd395f95400c05769e9267dcef2216833d107c262b111f0 0.22 MB 370 55
271,180 271,180 00000000000000029b79b75d7880c1346a9daed68bba6436be96334f88dede21 0.16 MB 134 25
271,179 271,179 000000000000000208747b0ff742c327ebb4471b1430eefc90a8b70ac5934917 0.08 MB 158 35
271,178 271,178 0000000000000000ba471db57776a48e4b1759f0e24cc510d0c1852383d02454 0.34 MB 566 47
271,177 271,177 0000000000000002cf64295eeaeb5768b6d4a8aa2b000ff892bf3b278598b783 0.25 MB 479 43
271,176 271,176 0000000000000005d8d80cd37cdfcec5dc8c9f9185bb1d146f07fa08796fdc35 0.13 MB 236 56
271,175 271,175 00000000000000067ab041bd85de3a616778f09d0ae5f68d80cacf7bfe3bc95c 0.05 MB 86 42
271,174 271,174 00000000000000007aa501c8256d07993987c9cc347b8ced8a953e9dd0939983 0.19 MB 425 63
271,173 271,173 0000000000000003dcd6648d625d66f41ee6fc2075abcea0b01e8752b63d30d6 0.05 MB 61 38
271,172 271,172 0000000000000000a431b877c2596c23318ae7cf4f3e64ff044fd108de758dea 0.04 MB 120 73
271,171 271,171 0000000000000003d4b96520d7b00c6eeb87bba99451d5046c16c6812a385ed3 0.10 MB 245 57
271,170 271,170 0000000000000001688c155eb12cbe95d9fabcdb8fbf9868318f0156aa3229e0 0.05 MB 127 54
271,169 271,169 000000000000000021cf7bcc412b3de621f78021a037dacfaf3c6dcb77783599 0.04 MB 86 60
271,168 271,168 000000000000000352b4432016ae3aced4497bcb73481457204d3cc04ff0f0e2 0.13 MB 318 49
Previous 10 blocks ↓
Total Size: 769.02 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,623.70 GB sent, 92.98 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.