Memory Pool Memory Pool Refreshing

2,488 transactions
0.97 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 2,488 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (100,505 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
807,252 807,252 00000000000000000002cc2c2753db89cb9c4df90bad37b3bc68b8629aa1d5b5 1.68 MB 4,238 18
807,251 807,251 0000000000000000000408881bc6cc58bc825641fef3107c9b81190f4665636a 1.72 MB 4,319 18
807,250 807,250 00000000000000000000a72bb6407a0d72147f384b530df061c9206b34475983 1.40 MB 2,419 22
807,249 807,249 0000000000000000000087eef2260a54a98309bfefc84a017a7ce9d9e521cddc 1.38 MB 2,403 17
807,248 807,248 00000000000000000003b5ec5f237a308580a2b79fa4437343462878bb2226f5 1.73 MB 3,962 15
807,247 807,247 0000000000000000000092c8e9bf4f7f5421ca393716aa68e352cbec7e348206 1.65 MB 3,647 18
807,246 807,246 00000000000000000002ce4b2b54ad022b99e53a9ff04bd96233a5df7ec5b3ff 1.63 MB 3,341 22
807,245 807,245 000000000000000000051e51aa02ca30e4d8aa0df757f812dbaf1fbef6ff1087 1.53 MB 3,243 12
807,244 807,244 000000000000000000010415c5860124aee3dab54ad5955ef8fcd32f2dde2819 1.71 MB 3,493 16
807,243 807,243 00000000000000000003974cebcc3c9bda501dae0bac13485cf081573a3226ef 1.56 MB 896 15
807,242 807,242 000000000000000000044e78e8a9c702e2eb2be5a0021687719dcbee1e7be036 1.55 MB 2,974 22
807,241 807,241 0000000000000000000176e252feb07446e13b52f660a44b0af93d517634467b 1.69 MB 3,534 20
807,240 807,240 00000000000000000001ccaace0d2be37e5e048809a0c2c807283ec6eee79d22 1.46 MB 3,099 30
807,239 807,239 00000000000000000002604d3728d97d66586bfba0ccae4f29081f192fd76998 1.33 MB 1,785 15
807,238 807,238 000000000000000000046154932075c6ce9205a8af5103007be824bdb7fdcc1b 1.61 MB 2,596 14
807,237 807,237 00000000000000000000211b9c0cc977469e814965b82f0d4e9c26fcf13fe77b 1.86 MB 4,844 19
807,236 807,236 00000000000000000002a4d9ecfd0c8bcd8b08aed453d3c6fba68ef9bb856d3c 1.97 MB 5,916 15
807,235 807,235 0000000000000000000486f00ab0356f91fd6e48680eb61a07df00416b16e80d 1.85 MB 4,440 18
807,234 807,234 000000000000000000010fc77b258af01a6ada40fec99072ceacc0063354c46f 1.77 MB 2,849 15
807,233 807,233 00000000000000000004c0d362e8c712c0c970d20b520082a7d0d69e21157b19 1.48 MB 1,763 20
807,232 807,232 00000000000000000003794b3760ace007cd98110e7cf9b1faabafbb37677aa4 1.64 MB 1,269 17
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.35 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.