Loading Tool

Explorer IconExplorer

Memory Pool

81,612 transactions
29.97 vMB
0.07989414 BTC
Random Selection Loading Transactions
Max Size: 180.94/200 MB

Candidate Block

Mining Attempt 1e7ddb418ea6903569f9947f5e0023245a013a0c3d208e7e5a88077bb16115d8
Version 20000000
Previous Block 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58
Merkle Root 99387fdb9104a88b9c7541445f4594e3dcb99898b92349cf6edec4e1ba219a7d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,728
Size: 1.00 vMB
Total Fees: 0.01874890 BTC
Feerates: 151.12 > 1.88 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,966 (706,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
208,537 208,537 00000000000000dfb44a8872a9f9745fb9ebcc7ca31fc78bf159ca28a6617c66 50 0.04/1.00 vMB 79
208,536 208,536 00000000000002e3bd1d96d7b6e8d81aa2e28072a798431f29d1399971e33d01 575 0.25/1.00 vMB 185
208,535 208,535 00000000000000e33fd3a9626b66ed1aa42b55fd2701118c98392b3743abcc81 89 0.05/1.00 vMB 240
208,534 208,534 00000000000004c03b3bad75b760ff1c2c94091ed496f1496ade9d6569371716 701 0.25/1.00 vMB 187
208,533 208,533 00000000000001325d79be1e8905a231787c8e5e5fc334d964f7d6bbe6166e96 780 0.27/1.00 vMB 234
208,532 208,532 000000000000016f134a15e982450fc84aa3887a116a900fd99659c8c81bb72c 897 0.48/1.00 vMB 164
208,531 208,531 0000000000000018a236cf8e31c0f549c6a64f6cb42370dac18ecdcba7664bfe 11 0.00/1.00 vMB 205
208,530 208,530 00000000000003732456e39d8fe86ba32632b1779502888bce97bc42afdf172d 156 0.06/1.00 vMB 199
208,529 208,529 00000000000000d1d92976ef62854f71d2a6c885c12dfa40a6da35f4b8c10d2d 370 0.23/1.00 vMB 132
208,528 208,528 00000000000001f0813fff83a7614689b1a05204f2362f5ff849f770c6f6488c 11 0.00/1.00 vMB 12
208,527 208,527 000000000000018da7d77d5dc75920ae2208b561e7bbe9085c8d5dfaadb099a0 786 0.25/1.00 vMB 237
208,526 208,526 0000000000000432bc9f652a9047be6d6c68b84d9b152a65fe43ba057c11125b 202 0.08/1.00 vMB 164
208,525 208,525 00000000000002eb8ad03607a40669b7d841e302b30c0601232f2e27871bcaef 435 0.18/1.00 vMB 166
208,524 208,524 000000000000023526b2fb28e7d9372a957340025fd6eb180c36b26a06178057 10 0.00/1.00 vMB 3,027
208,523 208,523 00000000000001dc85f89bea690530501ace15889c1e1f88c9ca463e03c3f1dd 487 0.20/1.00 vMB 169
208,522 208,522 0000000000000095197fe9f3783b15f139e917d21d980e652e3e5081e3efdec4 644 0.28/1.00 vMB 187
208,521 208,521 00000000000002d65dd409c7135dad2220a6436731a3387a0296dabf636e3dc5 131 0.05/1.00 vMB 79
208,520 208,520 000000000000028c9d460e03cc96e12dbe33a9b70d013c8430c6232532b83a3e 430 0.17/1.00 vMB 183
208,519 208,519 00000000000004ca8dc75d3dcf3f403a92da6d163a80ba8395b00eda2e3d7a5a 142 0.05/1.00 vMB 12
208,518 208,518 00000000000002e844d5dd41d8e09629dd807b305fa1d901cb7629eae68cc53b 333 0.20/1.00 vMB 139
208,517 208,517 0000000000000014e48db60c46d3838298100a453b4fa04877d6bfc66a70a787 383 0.16/1.00 vMB 197
Previous 10 blocks ↓
Total Size: 782.33 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: 660.38 GB
    • Received: 14.70 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.