Loading Tool

Explorer IconExplorer

Memory Pool

26,624 transactions
6.40 vMB
0.06270429 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.72/200 MB

Candidate Block

Mining Attempt f0c61b3b22d2aa941ee59c8ff30f05454eb342f0e976e19e61aa30b465c2dc0c
Version 20000000
Previous Block 0000000000000000000122093735b2f0c7f736a0caf36530187991a0a75008ef
Merkle Root 361470f4e8424eb89428a066b408088943a49a5e37fd739b39c46dee615ea04e
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,155
Size: 1.00 vMB
Total Fees: 0.04645748 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,004 (720,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,940 192,940 000000000000068b943d1d1d8d9dd23042c9bf4d7aa90d8cded1c66d2f82b0b7 0.14 MB 406 152
192,939 192,939 000000000000030063c462badc69ccc63535eb674deab2290b5bced397651f75 0.25 MB 873 15
192,938 192,938 0000000000000122fa4d16afd37b9d422b38718d4121484819c5cf1b82f41cd5 0.13 MB 241 179
192,937 192,937 000000000000049d8f0b20e16c925221fe486ccea488b3f35b1f501f5b77b913 0.00 MB 9 15
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
Previous 10 blocks ↓
Total Size: 778.85 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 384.95 GB
    • Received: 3.46 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.