Memory Pool Memory Pool Refreshing

469 transactions
0.20 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,767 00000000000000000002349e0000000000000000000000000000000000000000 0.19 vMB 460 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (858,554 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,212 49,212 000000000c14530f3ad60a7763526c092eeb42c06a02901ccb53ecc57abdfab7 0.00 MB 1 0
49,211 49,211 000000001df01df5e8b04ae805e563ad2e71f6110769aebe2b8a20326de9cad0 0.00 MB 1 0
49,210 49,210 000000001dbaf4e2bb6a4776f896d5b52c833e8ed12b02c294b16092c05e3ce0 0.00 MB 1 0
49,209 49,209 000000000e3aaa47d1277d938e1521c2512fb9c7d8d224baeca41056606795a6 0.00 MB 1 0
49,208 49,208 0000000012a94b00621444dd1bbae6b8a83293b6381523fc74a79d3be3e8fe04 0.00 MB 1 0
49,207 49,207 000000000b1e9dbb93963771b4d93fda87f22954b94fe8f63c28a8d7579bef1f 0.00 MB 1 0
49,206 49,206 00000000153deffc52456b6032eeb41642c2b021eefaacfd4b2875ba9b06db62 0.00 MB 1 0
49,205 49,205 0000000029b8f6fadbd832c433301f6b759f027f78da17528e77afbe15d2b3ca 0.00 MB 1 0
49,204 49,204 0000000014fecdc9a832afc8e6c6cf88a1d16b6c82ce80beeceab29a73c84b61 0.00 MB 1 0
49,203 49,203 0000000021f77e1505b936914e38e5e9b46e28c68509ac79298264a72a72f05d 0.00 MB 1 0
49,202 49,202 00000000299d7e4d45f7109eb00c1a7d22c52ca008fc05e3acc43b2185f689e3 0.00 MB 2 0
49,201 49,201 00000000208335a1f151d935f0ac01c6f9af80463fb2271f8fce63a8a8130b9b 0.00 MB 1 0
49,200 49,200 000000002937c086a343b7c1fc1f0fdb300b0ce046437c11b1e9f544282ccbec 0.00 MB 1 0
49,199 49,199 00000000227ee01f2ef0d85e93bb0d98c284120b73b0824588cd18e93cca6e10 0.00 MB 1 0
49,198 49,198 00000000287db7e5376a8f2c082280b747dad8d1773d83c626455c7d316c8d35 0.00 MB 1 0
49,197 49,197 000000001ae14d28f8682414aac5191c67f0dcd14e296c8c0077c23fab0737e7 0.00 MB 1 0
49,196 49,196 000000001c3bdb761109f8df8e391622246eb4cb8783496e0d2538e16a6f050c 0.00 MB 1 0
49,195 49,195 00000000235b4e171d43e10f7603c8c1b64cc0490ba737edb24eb8208b079741 0.00 MB 1 0
49,194 49,194 000000002614d90b0141f06eafb7ab017d32bfd5d04f09a89b6eac90dd6c8796 0.00 MB 1 0
49,193 49,193 0000000017f81dcf25b0ec1874adb05ab29ead4245dbb8a209b78678b645fb9a 0.00 MB 1 0
49,192 49,192 00000000005339563488be74ac5181f82ffe4fe943409cc4937104df76d1eab8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.10 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,629.07 GB sent, 93.41 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.