Memory Pool Memory Pool Refreshing

15,842 transactions (3.88 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,032 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,480 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,031 (872,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,167 36,167 0000000099a044e189b934356018c472e3030db7176860f7c577eea036c80d09 0.00 MB 1 0
36,166 36,166 0000000091b948603b124b40bbff1f4856efc3b0fd2a3d370cc09dd500e42d6d 0.00 MB 1 0
36,165 36,165 00000000016661189acb12fa0c3c3a6bf0d65568b054d0058ea4cf01a18c4b3e 0.00 MB 1 0
36,164 36,164 000000009457e808213c218365ce2431411affd80748f90acaac63e6d24f41ed 0.00 MB 1 0
36,163 36,163 00000000a90a81807f402363cf4704e00d869237b36a965733730798ea7c5d46 0.00 MB 1 0
36,162 36,162 00000000b77982b9c40eadea69f5cdbff3dd1cd39cc7b357b938f544ed0ff05c 0.00 MB 1 0
36,161 36,161 00000000463da73f6bad286c082062141ea55334221d6350906cdae82a74368c 0.00 MB 1 0
36,160 36,160 00000000b71f21d9d13997fc469aa92cdbee1c24458a7c23c12db324b15e1bd7 0.00 MB 1 0
36,159 36,159 00000000237d15971fcae865af934b71d86a2b2b6edd31c44bf5d31cbc058838 0.00 MB 1 0
36,158 36,158 000000003a7c9622170ff18e719316d6d76663c552004379fb6ec8bfa5a73d75 0.00 MB 1 0
36,157 36,157 00000000ba223e0654b2ddf0905b6773458fe1900f3e77f5162b1e68fea387d7 0.00 MB 1 0
36,156 36,156 000000004ad046685c80a56567de067f5f3bafbd0c761b4bfe672ac874a296e4 0.00 MB 1 0
36,155 36,155 00000000635f5468e3f3675678443bb2c16033b87632543756f450c2eaebea5c 0.00 MB 1 0
36,154 36,154 000000001f6703bfc96a535a759533ef48e4ffd4fdfd0e8d3af60083d3ab828e 0.00 MB 1 0
36,153 36,153 000000001b4397f394f77b974799cceee56375a75e7ee676b3b258ac88988c9b 0.00 MB 1 0
36,152 36,152 0000000021eb1c6f4e25a2fffe3b5c93facf01b1fcdf52f10118820e2300f0e4 0.00 MB 1 0
36,151 36,151 000000001fcbdc42982835cc8a36c30cf4d7625a86ffc55fc065d79eb9324ecb 0.00 MB 1 0
36,150 36,150 00000000a5186c15d7a66b59a7af535555be2d028c882e61a6017683c802249e 0.00 MB 1 0
36,149 36,149 00000000c1529ce0e667961a14d05613de4a5424e1c26738c935b30a4b549553 0.00 MB 1 0
36,148 36,148 0000000013a4825d6eda071d74426b6e7cbe0de4e1a7867447b5d9156e2af1a2 0.00 MB 1 0
36,147 36,147 000000004e607040b5f31c5000b58afd3f9957f14946901ac6262cb72719a2a4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.61 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,894.32 GB sent, 105.52 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.