Memory Pool Memory Pool Refreshing

6,329 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 18/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
908,697 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,688 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,696 (839,362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,334 69,334 000000000108d61ea09ae7ecbfc57d718ee4ed17c5da57ef432765f3dbd05d29 0.00 MB 1 0
69,333 69,333 0000000000b0b7169bcadb83331282e7493897f6630093fd477c44d38995db06 0.00 MB 2 0
69,332 69,332 000000000105c61464108460d9b3f34b360bcdfc294d13a6eb54f3145f3b82c2 0.00 MB 1 0
69,331 69,331 000000000159f3a1df333b86ae4d3ce3b0a9ab89c1163db0dddaff20a8270061 0.00 MB 3 0
69,330 69,330 000000000156b38ae99b8d90eb8f5bd9b1136c0b74f1a961fe21ea534babf77c 0.00 MB 1 0
69,329 69,329 0000000000d502921974cfb35dfe9290661fdef84ab7a1e232d4d7b3bf8f1c63 0.00 MB 1 0
69,328 69,328 0000000000baaa37d293011dff895851c20097eec5174783b8596252ffe6618f 0.00 MB 2 0
69,327 69,327 00000000014975e31d50adf8b2b4d201d7c448eaf20a051be4fd478050eff403 0.00 MB 1 0
69,326 69,326 000000000094e4cbbebda95ec56ee3aebf76494bd099e76d56ef3d1090e5eb7b 0.00 MB 3 0
69,325 69,325 0000000000fdcbdea4205324361eb6985657d40926003ae4d4c21b5915113f52 0.00 MB 5 0
69,324 69,324 000000000064d6e46fcd0beae1104df2ca75cbe03c8327eb369c9c933fab5ddf 0.00 MB 3 0
69,323 69,323 00000000003d1768a83a1a612f14cdeafbd7fbd22739e4bf717c15512e8f1d68 0.00 MB 2 0
69,322 69,322 0000000000432e85d685912a5c58d414caa552533e80b66fc302a5846b430215 0.00 MB 3 0
69,321 69,321 000000000143094a5d7b6b5626991fa7eef6906da516dfa768312df8340a80ca 0.00 MB 2 0
69,320 69,320 0000000001225f535d0facb9db59d0d17eb0c528d602c5271d7c29ba3898b9ad 0.00 MB 4 0
69,319 69,319 0000000000a75626a4186469925bca86e1b836b64fcd99e9a57e76ed53d0b9bd 0.00 MB 1 0
69,318 69,318 000000000063aac27ed28a01d6367188e6c9a2f81642ba2f0e198c91e4519949 0.00 MB 3 0
69,317 69,317 00000000002a6e3bd4d7de19b5d20f43fd062f3f9929e1fe67d2d9a6378ac42c 0.00 MB 2 0
69,316 69,316 0000000000602fef2f6cb5678fd0b00087a9584a1501f5442704c8aa0f4c53ff 0.00 MB 2 0
69,315 69,315 000000000001312ee8525d55297aebb3fdf0ac2436c5b0a37ac6e459512362ac 0.00 MB 5 0
69,314 69,314 00000000013e11f5f6ceb41ab7493e424b2dd768583fb70a404ba20b1b533057 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.00 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,854.29 GB sent, 101.94 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.