Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,705 00000000000000000002349e0000000000000000000000000000000000000000 0.42 vMB 1,271 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,704 (15,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,154 892,154 0000000000000000000055167969d5bd0f9d7eea5871fae8f36b2659fdca74dd 1.84 MB 3,777 2
892,153 892,153 000000000000000000004a343db5ccb9f5bc0cfbe1fceb53e97209879f25c50e 1.50 MB 2,662 4
892,152 892,152 000000000000000000014eec5a98315c5a91112ec26059a022eaea03299238b2 1.89 MB 3,750 1
892,151 892,151 000000000000000000024c0eb86167eee0d8e460fcb5d9053dc7861236b8944a 1.65 MB 3,898 1
892,150 892,150 000000000000000000023cd2b57e634fa08b144945114b6105745c5c9c79f29b 1.69 MB 4,177 1
892,149 892,149 00000000000000000001c82d2fb3044458efe66204706d0c6c0b072dffce4478 1.68 MB 3,157 5
892,148 892,148 000000000000000000001a82f3eb987b069794c7b5ecf4f783e9be6d21491608 1.79 MB 4,421 1
892,147 892,147 00000000000000000001143ce37787bd2e987dfd4629dc1846b4bc1886c19fcc 1.75 MB 3,738 2
892,146 892,146 000000000000000000019c72f24215ade3d0fbc42efee54b0bc3b33aee0d0864 1.66 MB 3,481 7
892,145 892,145 00000000000000000001abd503f50c1b9d8e591bf8b03db7baa2aa6e9daad988 1.69 MB 4,009 5
892,144 892,144 0000000000000000000125bc63ca855fac9ec984c99fa08a8918ebd95ed7c3d2 1.97 MB 4,436 1
892,143 892,143 00000000000000000000391d0fbf4744735b7efce687ee1af97602bc4a507c42 1.82 MB 4,237 1
892,142 892,142 00000000000000000001ad733e2e0b85a4e43c7cf77a11e0b570c5c7d61e56df 1.64 MB 3,197 7
892,141 892,141 000000000000000000003515f1b10df491317ed3d0f22bc9eedd784c8a51cade 1.96 MB 3,694 1
892,140 892,140 00000000000000000000d97d2e7aa394bbfe96494789f99e3e413c4e8711acda 1.73 MB 4,555 1
892,139 892,139 000000000000000000017f7fbee0e06eab086301c565fdbeefe530029785965d 1.56 MB 3,741 3
892,138 892,138 000000000000000000020b6747ebe3a3dbc0095fe3105109a2d90a8252e1d1d8 1.66 MB 3,355 3
892,137 892,137 00000000000000000000d0d8692b134fb1eda34f7dc3f3bcb24a522335143d00 1.72 MB 3,948 1
892,136 892,136 00000000000000000001ea92e116c5100253b7985d5f8e9c6bcb773b12aad266 1.70 MB 3,994 5
892,135 892,135 0000000000000000000139242667d6e58ecd847f091bbf49119ffdbdfa99d9bf 1.60 MB 3,850 2
892,134 892,134 0000000000000000000161fc9f41a29ca55e957d7cf69c617bd7f8af63be0ce9 1.63 MB 2,145 2
Previous 10 blocks ↓
Total Size: 768.99 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,616.58 GB sent, 92.77 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.