Memory Pool Memory Pool Refreshing

8,396 transactions
4.07 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,343 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (615,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
292,193 292,193 0000000000000000063f99ea7ffd35e6866efdb5f78d5a50816fb91a610c7e64 0.01 MB 8 1
292,192 292,192 0000000000000000f8f4cdf0b5b21a5cc72fa28eabcf2f3f10b3d02f71ecb07a 0.09 MB 153 30
292,191 292,191 0000000000000000e9c2ef77a3136afa4c00d08e63931d71c238bbb3d0c54ed5 0.19 MB 348 30
292,190 292,190 00000000000000010063c301c20fe003b8295177285b68dede7ca468a513f947 0.24 MB 468 30
292,189 292,189 000000000000000001e86d332c99d5c922e1c2fc40d62e2744007c12b00a2b8c 0.45 MB 815 31
292,188 292,188 000000000000000060cf11d02b4ae8119b10a751aece5c397a2be3888645dd25 0.29 MB 433 25
292,187 292,187 00000000000000009fc23806e00d182d6d9e31e9d4e2f44cb4102e3a3a759e3c 0.35 MB 703 34
292,186 292,186 0000000000000000d565b772253a6250da1dd2650e880a673b2d0a0239d5c079 0.09 MB 256 47
292,185 292,185 0000000000000000e5f8444dc6e954c4a42189b4cc35a77fd2b1e7bf01712164 0.36 MB 644 30
292,184 292,184 0000000000000000911574c6bdb0a17328d86455ac05980c44324c6188771066 0.01 MB 32 22
292,183 292,183 0000000000000000f1a6edb37958039685d841c1d858da13a0c6672ab59e6de6 0.10 MB 144 25
292,182 292,182 0000000000000000f8a7d17090a16227e841339e18bd3c06346448427fac57d0 0.11 MB 224 46
292,181 292,181 0000000000000000b72562708968b642dac75e5fd3e1482e56141d37acb370dc 0.08 MB 170 37
292,180 292,180 000000000000000069c088a219976f56207bf623c257b1fa47485aa812abd555 0.24 MB 405 36
292,179 292,179 00000000000000005de0b9e07ab0a5b6f3187a98a6aae6c2e57efee302d53f88 0.10 MB 138 24
292,178 292,178 000000000000000000abd4377e9aaa559ddeeb449267375468183a6c48868a1c 0.52 MB 954 31
292,177 292,177 0000000000000000869d0e25f656fccd95bab0100263f055d30869e789891e85 0.10 MB 132 17
292,176 292,176 00000000000000005fe810452c91b4893276577e795b3f9374ab5841f68b0512 0.08 MB 189 32
292,175 292,175 00000000000000007aa747411b02971917317d15cd0b9c5967c7eb4a7ce7be4a 0.01 MB 16 19
292,174 292,174 0000000000000000b8fb6b7932322dfc1a94e83fd6d0dbbd62eeef4e2a57fc7a 0.19 MB 290 26
292,173 292,173 00000000000000000594557d487133b8d27afa0183a7d5b6e329b3f5319374dc 0.27 MB 538 31
Previous 10 blocks ↓
Total Size: 769.17 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,633.43 GB sent, 93.81 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.