Memory Pool Memory Pool Refreshing

1,314 transactions
0.55 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 1,305 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (601,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
306,206 306,206 0000000000000000045a3022b6f96d7b04b2ea3b89d69fe31cd5c55e42a9e657 0.18 MB 376 32
306,205 306,205 000000000000000054892ba685902ea1b858d145ae547c8890c5324760a73e6e 0.23 MB 364 25
306,204 306,204 000000000000000038dea6f503ed3593b1495e135d9ed646c2ebb97a1ff35bd7 0.16 MB 142 19
306,203 306,203 00000000000000005bd4f1d32fa0a601e3ece073d6326f4df20d2a66c1fe463e 0.30 MB 385 23
306,202 306,202 0000000000000000260d3ff3cf03626381e20b2cba31e285b3a0f033a1c1f320 0.35 MB 569 55
306,201 306,201 000000000000000047a3da6e086c98c3c771f535f2f708d9695dcf73cbb67781 0.50 MB 979 71
306,200 306,200 000000000000000010c01758e3f0a1fd25a76a97dd52a40d062c0ce7318acd71 0.35 MB 666 27
306,199 306,199 00000000000000000fef065b5beaaa68bc6ee42783ab6095dd735ecbfac4e1d1 0.35 MB 1,000 95
306,198 306,198 000000000000000038d6489abcff8661d096409c73f6596570e3dbfee2ff10fa 0.10 MB 180 28
306,197 306,197 000000000000000033b4f572639ccc3f1106c9ab91351f34a88e70789563fe07 0.04 MB 65 26
306,196 306,196 00000000000000000054a76b8f33dbdf78fc13f589467a613e473ba1e2f5745a 0.03 MB 65 31
306,195 306,195 00000000000000005b3f88a1098eb618dcc0d1ec23e86dc6282a5f1116141846 0.14 MB 221 26
306,194 306,194 00000000000000002d6dc037f43d31977d87bf521207af1d834a3ed73ddfa439 0.19 MB 214 15
306,193 306,193 000000000000000040c79ca0f7c128690d93ed3906b0798ecb32251a5305ade9 0.12 MB 233 28
306,192 306,192 00000000000000000e72b8fdd326aed038bc1e9ed80cdaf2732d62cd10dd2c4d 0.73 MB 1,134 26
306,191 306,191 00000000000000004225234ff77c27ff56c121a32231b29dcf7d6b7900b859c2 0.16 MB 61 9
306,190 306,190 000000000000000009c5509c961b04164ab3595f67f254a71b31ef2fb9c645da 0.35 MB 773 34
306,189 306,189 0000000000000000510be2252c4282632e3a8e27cc90db8c540df0ee74042ed3 0.30 MB 162 13
306,188 306,188 00000000000000001ea64a6e31c4fe535c1fc9e7f4fa171987518648c8753d5e 0.35 MB 920 42
306,187 306,187 000000000000000012b209ec18c29914083bec901210a088a2dd35f85c3094b8 0.35 MB 464 27
306,186 306,186 00000000000000000c41fd9121668e35fb54ffcd1cf229de05680dcaf6aaffcf 0.35 MB 549 25
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.