Loading Tool

Explorer IconExplorer

Memory Pool

80,858 transactions
30.70 vMB
0.08918662 BTC
Random Selection Loading Transactions
Max Size: 186.79/200 MB

Candidate Block

Mining Attempt 958f12e69b68076813a7509452eb99164e30b1ce1fe3b7ea9fe37a0ace1671a9
Version 20000000
Previous Block 00000000000000000001989f6db1d6f3f0e853c7a7de668ab650133d23b899c9
Merkle Root 3609f3db1a4365a3a5c6ef012e6f6a427900b1be1e84ba257edf21a215fa16e8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,469
Size: 1.00 vMB
Total Fees: 0.01901267 BTC
Feerates: 150.77 > 1.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,375 (140,306 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
775,069 775,069 000000000000000000053310ef7b50057cf3d63f6aa4b2f02ac43e6b56db143c 2,372 1.00/1.00 vMB 12
775,068 775,068 000000000000000000029412ec1dfa295a6d8b23e3acc62d9a5c0d9c70ccb4ab 1,148 1.00/1.00 vMB 7
775,067 775,067 00000000000000000005bb81870628334d17dab7f98fd9d58feda2da56aa69dc 1,695 0.97/1.00 vMB 8
775,066 775,066 0000000000000000000682b3073c92038904a0a2625310f8aef0f0e74ed4290d 67 0.96/1.00 vMB 1
775,065 775,065 0000000000000000000043d334bcd56654c5c552757988416e77ed028f25d58b 1,155 1.00/1.00 vMB 6
775,064 775,064 00000000000000000005b02c1738e20ea2fad92c691db03923af6183d74f5937 2,221 1.00/1.00 vMB 9
775,063 775,063 000000000000000000057368e3c1c1576613ef041964f05e64b46bfdc56da128 3,282 1.00/1.00 vMB 19
775,062 775,062 00000000000000000000807aae78897fae484fe41cd4b8b8a3764a33d8fec746 3,447 1.00/1.00 vMB 18
775,061 775,061 0000000000000000000128765fd1f69a89d5edfc726194d4b2ac9dd5b7477027 908 1.00/1.00 vMB 5
775,060 775,060 00000000000000000006f8372bb07f595262b07ddf3bad1086eb7e8b38c2da34 449 0.98/1.00 vMB 3
775,059 775,059 0000000000000000000561d66bb03d001e6a95776b8b93c88b51ee41c497a234 638 0.97/1.00 vMB 4
775,058 775,058 000000000000000000040233d24ccd0825ad2d1253c4bf3d2182e678998c129f 1,165 0.43/1.00 vMB 12
775,057 775,057 000000000000000000068aac09e93b84477b85464b8a57c02e59b9e725e13a1f 416 0.70/1.00 vMB 2
775,056 775,056 000000000000000000068898d457c76e8b3781d5651dfb4552c13723326dd942 1,004 1.00/1.00 vMB 4
775,055 775,055 00000000000000000002f260b025757bc76f218dca438b60e2afd0b224e942f5 747 1.00/1.00 vMB 5
775,054 775,054 000000000000000000042b2a8104a14271b12ec9e0c28918b7fbdd6c5f5a8d19 2,954 1.00/1.00 vMB 15
775,053 775,053 00000000000000000003ac6b322826251dbf909df51c0944d4c95284696650b1 1,283 1.00/1.00 vMB 7
775,052 775,052 0000000000000000000244fb88e3e9349419a905e03e78a3e89c38c4e0c70f7c 1,254 1.00/1.00 vMB 6
775,051 775,051 00000000000000000001b7bbec41af5a80634352fb0881c56494eae30ae32dfd 2,864 1.00/1.00 vMB 18
775,050 775,050 00000000000000000001db4c4e84e01ff32dc1390216e53197bda7c03e56fe93 1,985 1.00/1.00 vMB 12
775,049 775,049 00000000000000000005232a14475db0138e7cb4f8ed4b8586983a743d9e2b0b 2,792 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 783.04 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: 720.06 GB
    • Received: 18.14 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.