Memory Pool Memory Pool Refreshing

1,717 transactions
0.37 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
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,864 00000000000000000002349e0000000000000000000000000000000000000000 0.37 vMB 1,716 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (755,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,305 152,305 0000000000000619f0953088dfeca7573132a542563b1430088db86c0511c411 0.01 MB 26 145
152,304 152,304 000000000000098c70499b54d48b29a340654c26906282067776b7dd31d45be7 0.01 MB 31 272
152,303 152,303 0000000000000364cbdee933593bc5c796dfbba6ac022d81d93c8fdf060a2a92 0.02 MB 55 293
152,302 152,302 0000000000000b7284050dd821eb129de44c313dd8c64789cca38961b0a67429 0.04 MB 83 113
152,301 152,301 000000000000049227852e112525df4dd64dcd52ff34db1f803d666e0e593fd2 0.03 MB 70 57
152,300 152,300 0000000000000978f358cdd0b63da5f6c8a6a973fc065845768c352011b245b8 0.02 MB 25 40
152,299 152,299 00000000000008b5cd15c9c87ea7b82d1d54a1a7324ff979608fbc61a709dcde 0.02 MB 84 274
152,298 152,298 0000000000000cf091e155817e2b35dde88c6f0abbc230ad304eb8dd782c23bf 0.01 MB 23 67
152,297 152,297 0000000000000101e72afb486f96187e5bbf8c724c5690ca910c69ebbe58533e 0.03 MB 72 342
152,296 152,296 0000000000000a14b7207bdb8fae49f7f264c68b481ff55a2de67253333807d2 0.03 MB 72 98
152,295 152,295 00000000000007359d920f9b832ac16ed2fbd7fbb117dfcadefd732a9dc4a462 0.02 MB 70 75
152,294 152,294 00000000000003d36422b9d38d28dc4e7fab70940e2c1c434ed19b3e1fc72359 0.05 MB 103 104
152,293 152,293 00000000000005ddffbb91200ffd5c0d3fd4b99992eb71e290fc2e94300e8ddf 0.01 MB 18 386
152,292 152,292 0000000000000acf9c40c1bf61e01ebb4b6b3dba26d46ad72833b2bdb062ee4a 0.00 MB 11 223
152,291 152,291 0000000000000141235bdc0ab1df2ac79d5adf03b65b904a6996400222f567ed 0.03 MB 73 128
152,290 152,290 00000000000000a825268fb83f57b9fb9decba8a19ff35877a38e48391078df6 0.00 MB 1 0
152,289 152,289 0000000000000aeae58ec9dbd6093f6bc6a1fb43546b6b11d5d5912c29c7e84b 0.02 MB 70 9
152,288 152,288 0000000000000d5d7533ed5a0d408ebbee4eacfea1fe95d2273b9876c62835f3 0.04 MB 52 145
152,287 152,287 00000000000007e0332bf3faca487c4c6baf291bc1ee93ce3c0a95a6788006df 0.03 MB 9 59
152,286 152,286 000000000000032c81ad523361f60018546b30810f4c3339a3f9aad659b23286 0.00 MB 8 389
152,285 152,285 0000000000000716e644989c02d2c7cb7fb1344e4ac92d7a408781bea0c02dbb 0.01 MB 37 53
Previous 10 blocks ↓
Total Size: 769.28 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,635.55 GB sent, 94.33 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.