Memory Pool Memory Pool Refreshing

1,177 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
908,084 00000000000000000002349e0000000000000000000000000000000000000000 0.37 vMB 1,158 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,083 (811,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,241 96,241 000000000003719df222dd92cd6ff699dc90870e2dadfd86593a062f43774738 0.00 MB 1 0
96,240 96,240 00000000000592e6788a6186f6e596401968b72dfc12b0a9b5a6f9f67e92417d 0.00 MB 1 0
96,239 96,239 0000000000021aadaed5c8625e9826614673ca1c3b949202719735cf4624a928 0.00 MB 2 0
96,238 96,238 00000000000778ac48aea28e3d2093be44cfffe67c7df4c8b532ac7889b6f974 0.00 MB 1 0
96,237 96,237 00000000000652cab7aa2409dacc4da290cf0ad46d31ec8f5dfbe5871c3940d3 0.00 MB 5 0
96,236 96,236 00000000000701102cdda93cad4792101d602e1753ed98d338a5f71b4fd88794 0.00 MB 2 0
96,235 96,235 0000000000011e316ab21171855a55c348f9d1289b40e8f9a5355d97b9460b2e 0.00 MB 2 0
96,234 96,234 0000000000041ebb87e20f2a8afcc9bf2c8398c78e41b0382d70e5ac6b1d6084 0.00 MB 4 200
96,233 96,233 0000000000024947beb0100a7921afa2beeb20dc15356b0fec1a12b5e749862e 0.00 MB 1 0
96,232 96,232 000000000007c8f0b66167ecb292aaa342293d29b82fd6710ac7af4d73ab048f 0.00 MB 1 0
96,231 96,231 000000000007c8f6bb37e760c582e1c27b00448ce0edb0598aa1ad32a3e8f137 0.00 MB 4 0
96,230 96,230 000000000001acac0544d14881499bd9cbeb2b81a0febdfed3c9004455b445e8 0.00 MB 1 0
96,229 96,229 000000000004947b80aacb3816972f7129d5bb8c192b264733b766df50f46297 0.00 MB 2 3,891
96,228 96,228 0000000000050ed2a6cd141d9a31306209696228b2f5ff3babbcccc34dd93339 0.00 MB 1 0
96,227 96,227 00000000000444f958bad604d3245a4d8c88bcef4e53e0be900bdd6fae832b30 0.00 MB 2 0
96,226 96,226 0000000000053c9c26cc1bc5109854be3a6ca821bbc5e126cd8155de01795c64 0.00 MB 1 0
96,225 96,225 000000000004f88b647ff866eac1b847dc0e48b6cb9198a6301692861455cb8a 0.00 MB 2 0
96,224 96,224 000000000007c2314e40df463201d1818fd3b9fafd1f95656e9e723a964309f6 0.00 MB 2 0
96,223 96,223 000000000002206bdab40ed6b946b6b42f1ebf7f9553c4bfcc6dc5fe9d8f5213 0.00 MB 1 0
96,222 96,222 0000000000027f1ea32e596b2d10baf169874ed93ca12b69ecabd938222d712e 0.00 MB 2 0
96,221 96,221 000000000002fa731f46faac0af0559bd8c9973ad23b9c5fe76ebcbb2f7c75e9 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 769.70 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,677.29 GB sent, 96.38 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.