Memory Pool Memory Pool Refreshing

739 transactions
0.18 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,794 00000000000000000002349e0000000000000000000000000000000000000000 0.18 vMB 737 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,793 (51,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
856,276 856,276 00000000000000000002ccb2a438ab375020a819ee9158983be4d069e4c23fba 1.56 MB 3,699 5
856,275 856,275 000000000000000000017795eb3a0a9e57adfe54956bda3b25086b374d1dacc0 1.59 MB 3,503 2
856,274 856,274 00000000000000000003197106c03bb953cbee0be10b823c2f62ad884721dd84 1.63 MB 4,402 6
856,273 856,273 000000000000000000015313cbe3f74216a7dbcf73ab668b163d84f58a513d97 1.62 MB 4,609 4
856,272 856,272 0000000000000000000162f41dd25fb11652531d4559a10626e6aa4d17706b3f 1.78 MB 2,038 3
856,271 856,271 00000000000000000001a575d78fccdcc3cd7143db9eb6c78a6821799163e522 1.82 MB 924 2
856,270 856,270 00000000000000000000a98ccf55f1aa49d843c04ed0c7fb9bd377899e651c35 1.74 MB 2,408 3
856,269 856,269 000000000000000000003cb304e20b885f5c48f8929a616edbf96400948805ff 1.61 MB 5,160 3
856,268 856,268 0000000000000000000141be63fdcdf656e0d7cb1fe456857ad39f64d39a907b 1.54 MB 3,414 6
856,267 856,267 00000000000000000000811ae4202bb3395c16fc44becc774245a24e4cab4ab8 1.55 MB 2,529 4
856,266 856,266 000000000000000000024e654cc48cb3d4f0cc33f937bbd3622238c49ae7dbf8 1.31 MB 2,478 3
856,265 856,265 000000000000000000007843953b21991aeadc15c07edd7ca85d79a7aedb6d31 1.31 MB 1,840 3
856,264 856,264 000000000000000000024ec667f63a5209c54814e6c7085b9291bfd046091456 1.20 MB 1,482 3
856,263 856,263 000000000000000000018411a40a261ac1f8f08b6d24123808b5f3523a2aee2d 1.21 MB 1,290 3
856,262 856,262 000000000000000000022d9a1498fa68b98693acd69822ade65b4d25370620c2 1.63 MB 5,151 3
856,261 856,261 000000000000000000006a6a5ef320255c7889b28f4af0501cd75d2fb3729d64 1.71 MB 6,336 3
856,260 856,260 000000000000000000030b9cb3d162e6003738e2b57f39e496617335542bd43a 1.57 MB 4,553 4
856,259 856,259 000000000000000000020a2321ef25b34f75995953e2b24df7c151c058036e5d 1.66 MB 4,098 4
856,258 856,258 000000000000000000003dcbcbc40af69a13cd7c4a82fc297a2e78af5bf50c40 1.62 MB 4,430 3
856,257 856,257 000000000000000000016e2da22947c75113bf3b721c06d7abf72f712739973a 1.68 MB 3,148 5
856,256 856,256 00000000000000000001c2957ea3efadfc2a6b2a6660a61c37ca8016711d4786 1.43 MB 2,220 6
Previous 10 blocks ↓
Total Size: 769.15 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,632.65 GB sent, 93.64 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.