Loading Tool

Explorer IconExplorer

Memory Pool

27,936 transactions (4.18 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 36.62/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,580 000000000000000000022b910000000000000000000000000000000000000000 685 0.00453390 BTC 0.17 vMB 2.00
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,579 (719,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,936 192,936 00000000000005898e3e37c71e0997abc58e84827aca0838a5786c90d6b2af66 0.04 MB 85 132
192,935 192,935 000000000000011f7a92ec9f8499d555e9e7b0d8643bab3f1812374237a0be14 0.02 MB 79 25
192,934 192,934 0000000000000579b9e3b079a0b5593ccac7ebd0d5b28a3719600d9e7780db91 0.11 MB 256 113
192,933 192,933 00000000000006f4ab20d2117292d20df602556b0fb91718dd59d784cef94685 0.00 MB 10 295
192,932 192,932 00000000000000eb40f50968972273408e37917ce249c3de5321b783f86584a0 0.17 MB 417 160
192,931 192,931 00000000000006cfb324ac55f355a0ce62316b6bcd0af4c86c5fc7b96c9db501 0.01 MB 32 0
192,930 192,930 00000000000008336ac09ec0b68a8298c2f220d9e08348b3081c23bca0b19d4a 0.04 MB 92 116
192,929 192,929 0000000000000761c16097f857be4938d95bf0ba726869ff47caa7e0abfc7dbe 0.25 MB 512 103
192,928 192,928 00000000000000067e3cf300fffe33a6b263ca48bde9dda469ffbfb935ca366d 0.03 MB 97 31
192,927 192,927 00000000000006291b66f0b8600e7582a70b01adf1602914d8c6ed8dac093c11 0.26 MB 672 147
192,926 192,926 00000000000003f9cf14011b839240146864d2dd65a26d7da2429b59609fb865 0.05 MB 117 52
192,925 192,925 00000000000005b11b477b64993697dc3380035952223b83eb17ddf740f28d2e 0.01 MB 31 129
192,924 192,924 00000000000005f80558c206339d643f07f2b647a5fe7614b6be358cb53afc6e 0.15 MB 328 105
192,923 192,923 000000000000050e439207eeb702e00bae2d170f974c867648d9ff3e6c58f80a 0.07 MB 205 133
192,922 192,922 000000000000012ee5d6cfa047a83d6cf42bd2d57001219a24cebf416fcc2dd8 0.25 MB 586 138
192,921 192,921 00000000000000fa8b5bf09d32c250e1eaa2eafe3bc766ac02f2290dda634da7 0.04 MB 53 60
192,920 192,920 000000000000057ca5740e3d8f751b917df28f241a547e96f0d7367dec30c0f0 0.09 MB 284 167
192,919 192,919 00000000000006d6e1196d6815955f88c3ad1928f64f4fc956fdb18b8a5a6b7c 0.07 MB 256 192
192,918 192,918 000000000000026fd9b195af04eccea86c79d7f107ef8d40a77bea1a1bb9dd76 0.26 MB 594 139
192,917 192,917 00000000000003d911acbb319e6a0dd40da572514bd31e7f31025221af6360f0 0.06 MB 200 934
192,916 192,916 000000000000008f50afb2c37d22eb6cfafe02c709d6530d23ccb8f564254f67 0.00 MB 8 3
Previous 10 blocks ↓
Total Size: 778.09 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 55
    • Outgoing: 10
  • Data Transfer:
    • Sent: 11.97 GB
    • Received: 0.29 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.