Memory Pool Memory Pool Refreshing

6,918 transactions (2.89 vMB)
  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,869 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,366 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,868 (848,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,187 60,187 0000000008608633e89451716f61a4625e699178a69e53fb97d57cabf76d5651 0.00 MB 1 0
60,186 60,186 000000000431ab6ec4dee82eef3ca805a1c983a52798ff9a6a1e1749b0d44127 0.00 MB 1 0
60,185 60,185 000000000a5360d1f74d86c6f65aca39e266c713d7c56f2f48ab349618f27b96 0.00 MB 1 0
60,184 60,184 0000000004b2eab82ab404cef76da9e561b1c36d6b3099cd0a0601aea697a192 0.00 MB 1 0
60,183 60,183 000000000adb9f42fc3beb0fc0de711ced84a60a39ef6c82100be179e1fd2343 0.00 MB 2 0
60,182 60,182 000000000c84fa31451c5d833fade926c6642b08ee60d3f01ac491767c7afc01 0.00 MB 3 0
60,181 60,181 000000000448c326d3e1c5dd0d7b66b7df24a566c884c835222308954f010c7b 0.00 MB 1 0
60,180 60,180 0000000007853ded1bdecc3270d4cfcebffd4e3c8dbd90cd9b8d590068469ca6 0.00 MB 1 0
60,179 60,179 0000000002fd6aa781b3534e9d60e3e994e58bc2f988441c1ad60f102dcc09f0 0.00 MB 1 0
60,178 60,178 000000000da01f67851ee1b575749fa43e9dbcee3c056544ac9e9325895a414f 0.00 MB 1 0
60,177 60,177 00000000071818c70ef9f8a4180d4c4add24c39ff53d541d8117713c4d20f5f6 0.00 MB 1 0
60,176 60,176 000000000a335a32911ae056ef080bea3300c19680d6b5704ee409bce3e20e23 0.00 MB 1 0
60,175 60,175 000000000981dd25afc9ff8fc3c2cf641427f80ff64744028d38b59b18a12d1a 0.00 MB 1 0
60,174 60,174 000000000196eb4766519d33277c1fa25ecbf092faf0e22c8c9f3786bc217423 0.00 MB 1 0
60,173 60,173 000000000a102b68637516301f6e91356d070eb91d3976bb31e3b62c08659afe 0.00 MB 1 0
60,172 60,172 000000000f64034e710ebb54402e4d2a22707d5e065b9d2c46f34e93d102fecc 0.00 MB 1 0
60,171 60,171 000000000181bbc53b5fdae39e23390a59f60c491992340a51cf68b0ec22f7df 0.00 MB 1 0
60,170 60,170 0000000003c644b6a7c1973bf6004180ca8f21dc1346c977b06035f9145e8e6c 0.00 MB 1 0
60,169 60,169 0000000008e4cb5ad126cf7297bd7462613c702e18facb392b1122282f3c669a 0.00 MB 1 0
60,168 60,168 000000000c7a7c55bbd55578a5f0ed0ea2f416d6ed5d13a161224f37af623095 0.00 MB 1 0
60,167 60,167 0000000008a5a9c5451820402e64d3ea57f8b62c946e598c97812bf59a5aaa4a 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.31 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,862.29 GB sent, 103.69 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.