Loading Tool

Explorer IconExplorer

Memory Pool

83,573 transactions
31.64 vMB
0.08847424 BTC
Random Selection Loading Transactions
Max Size: 192.73/200 MB

Candidate Block

Mining Attempt 60b8b84743f497177a951cc15b3d9bada23336b4444a2d26583aa1fd6ab11a28
Version 20000000
Previous Block 000000000000000000015a7ee9281539d48f0ebf8c2030b737ac721a110fec89
Merkle Root eccd133b782448a4a42d48e34ea72fde9c8a095f4410999c3cb6908857cbe6f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,874
Size: 1.00 vMB
Total Fees: 0.01966472 BTC
Feerates: 182.65 > 1.97 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,212 (681,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
233,736 233,736 00000000000000750f638700ded83f72a88cb1ce95e7d4c4df8f2e08b930a0e2 627 0.25/1.00 vMB 177
233,735 233,735 0000000000000042c685d3eec403f9e709d2db2d6030e0ae2a222bfb8fd185c9 178 0.08/1.00 vMB 194
233,734 233,734 000000000000004bf315b7e079bc523f28e71318596e50f763c89c0596aaf038 72 0.03/1.00 vMB 197
233,733 233,733 0000000000000081c155392e72860d41ab363e2c1b301102f2f129f0026f120a 510 0.25/1.00 vMB 139
233,732 233,732 0000000000000011419a44fcd62f944d7eec78e7482494050bd9817910ca8f51 96 0.05/1.00 vMB 140
233,731 233,731 0000000000000135c8bcc8dd7727d55197ba0c56eff68cf70450f8a24db9a236 167 0.07/1.00 vMB 148
233,730 233,730 00000000000000bc03fb2a0f6227d3dcb96aa506c39bc85b621418d3ef1128e5 214 0.10/1.00 vMB 137
233,729 233,729 0000000000000023cd09c09a35e95f5de68a37a5e8d573a753736a91d82897ce 22 0.01/1.00 vMB 150
233,728 233,728 00000000000000735ec902d47f75a7ce19276800f5650c671e4aaf47480bc6eb 218 0.09/1.00 vMB 150
233,727 233,727 0000000000000123670012b77dca57bc60a40f41b65e051075315ea62d9f89c5 81 0.04/1.00 vMB 161
233,726 233,726 0000000000000066829ba8f81a07d2dc38120a21187109ef871e4061ab4349f7 389 0.17/1.00 vMB 165
233,725 233,725 000000000000000ca403905bcbeeee3616bf9ffa638195783db4a5762be972b6 237 0.13/1.00 vMB 68
233,724 233,724 0000000000000170d0ff81d37610010c048f5ebb8d0b72b4edb3272fa98dcad3 160 0.15/1.00 vMB 67
233,723 233,723 00000000000001796bfde16641381fc0c0ab9e9264f7852cc52f86a7ae8e5513 403 0.23/1.00 vMB 160
233,722 233,722 000000000000015c4d9a6c1acbaeadd7fb7908a6813dec2af42c2f8a52d18a66 291 0.16/1.00 vMB 159
233,721 233,721 00000000000000a9440ddf1f89e34e66be64c6c77b9768719f09f908aa33e20f 1 0.00/1.00 vMB 0
233,720 233,720 0000000000000094e7c172d2c52f2763bdd1e000a16f3ba9c579d97baef3ba9b 216 0.15/1.00 vMB 91
233,719 233,719 0000000000000130098632c3fc98fe02dc5a305a2cb05644a9885b3a04cdc3f9 75 0.04/1.00 vMB 90
233,718 233,718 00000000000001dbf3d9b93ccc5081e58681c232b2ab43f2a6fe91f7486e5950 189 0.13/1.00 vMB 113
233,717 233,717 00000000000001b28c480518255d16a7d36eb7dff338c1bca800aba66e0acf36 583 0.25/1.00 vMB 183
233,716 233,716 00000000000001844ad7798bc8c253f87bc0e4f4dcd8689c0628da3aa7c8631b 276 0.27/1.00 vMB 198
Previous 10 blocks ↓
Total Size: 782.76 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: 708.94 GB
    • Received: 16.79 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.