Loading Tool

Explorer IconExplorer

Memory Pool

78,282 transactions
29.43 vMB
0.07621253 BTC
Random Selection Loading Transactions
Max Size: 177.81/200 MB

Candidate Block

Mining Attempt d32e8ba26629978db5e6adba45a70c8b861361ec78fb46efcc40d36265bb03e1
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root ef45f197b3e8787f02c4e0c2287d29e9d8aeec344b39cbeadb60fbe65ba8d69c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,186
Size: 1.00 vMB
Total Fees: 0.01268371 BTC
Feerates: 15.32 > 1.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (65,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
849,194 849,194 000000000000000000009c093ac5a87d1dbf4827dba52efb1d358962e03ee997 7,011 1.00/1.00 vMB 9
849,193 849,193 000000000000000000030c1edd89284c1fa6c960b855737c58c9843a1c2c3831 7,490 1.00/1.00 vMB 8
849,192 849,192 000000000000000000021e74139e95f87020528f341550bf46d9996ba7e09518 7,018 1.00/1.00 vMB 9
849,191 849,191 000000000000000000016179040d35c3549ceb795de213e7e2cca9bb360daf3a 5,631 1.00/1.00 vMB 9
849,190 849,190 0000000000000000000306d8b7e2c5a35deaf8d92397fb7032419f4cc33e9bbb 6,026 1.00/1.00 vMB 8
849,189 849,189 0000000000000000000024ea7025ffefc0d027fa00d87651ffd965c9baab0ae0 3,607 1.00/1.00 vMB 12
849,188 849,188 000000000000000000018baf7f0f07be5eb3bcf96e7f3087bc689e5e2092bc45 4,823 1.00/1.00 vMB 12
849,187 849,187 000000000000000000005060514bb1c6b57f7cdb26bf4794ef195430c5172b91 3,743 1.00/1.00 vMB 10
849,186 849,186 00000000000000000001594a06baac3c1a3d82c759ee57de0f109edd13abb688 4,352 1.00/1.00 vMB 14
849,185 849,185 000000000000000000008d4aa1146caaa14575542305ba0a7f74ca50f9283bab 3,012 1.00/1.00 vMB 14
849,184 849,184 00000000000000000001ffa506a016ebc3a49ba42d30475526473e4ec4f72bf2 3,317 1.00/1.00 vMB 29
849,183 849,183 00000000000000000002bd8bfdbe81cd5b6da31d7940fe47d9cc4fd5a7ec21fc 5,488 1.00/1.00 vMB 10
849,182 849,182 000000000000000000004471b47c2d53eea80d3fa84e5d3737658f9e4cc55e48 3,586 1.00/1.00 vMB 12
849,181 849,181 0000000000000000000358f78e2ff514fe2318f2147c2f37180cce22d5c4eb95 3,824 1.00/1.00 vMB 18
849,180 849,180 00000000000000000001053f3220fb43242c258cab579fe68cbaf3d9aa4249cc 4,156 1.00/1.00 vMB 12
849,179 849,179 0000000000000000000158250a43af4ff573cd3540d914aabc14ec164c54d88d 3,611 1.00/1.00 vMB 24
849,178 849,178 00000000000000000001a1c41ce817fd3f5eb294f0c24a7b3dd6c2c64f0fc89d 5,192 1.00/1.00 vMB 9
849,177 849,177 00000000000000000002b752be79f3cb208707658c58ee9ae9e71291399065e4 3,986 1.00/1.00 vMB 13
849,176 849,176 000000000000000000032237dced482f7c014a0825f29b6e74a864d485e3c2de 4,504 1.00/1.00 vMB 12
849,175 849,175 00000000000000000000e7749f584661aa2c3bb340ca5d5dbf0a9a23fab26ed8 3,562 1.00/1.00 vMB 16
849,174 849,174 00000000000000000001e2de41673e6c2df405abe09d079c0bff045621730c6e 3,648 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.64 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: 672.40 GB
    • Received: 16.23 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.