Loading Tool

Explorer IconExplorer

Memory Pool

76,685 transactions
28.95 vMB
0.07523267 BTC
Random Selection Loading Transactions
Max Size: 177.09/200 MB

Candidate Block

Mining Attempt ac05d1fc56ac8716bd5bf5f76c29b13b00f3d37a4bcf4717a0ec97ec6f1a1a08
Version 20000000
Previous Block 000000000000000000018a1745256f25ae444f4fd5c5dd6ed2078735484c4179
Merkle Root a4f86707ad16be7829a2cff1fb6f3ae89a2256675f50ecee6e9f18469221407f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,425
Size: 1.00 vMB
Total Fees: 0.01205250 BTC
Feerates: 74.05 > 1.21 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,241 (40,751 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
874,490 874,490 000000000000000000027aac2c36a425d72e4e6c7477a83be6129c00a7aa8232 3,235 1.00/1.00 vMB 10
874,489 874,489 00000000000000000000a4adbe6a6ca89c5d6ebae6c8e63c6819f4f979fa90db 3,164 1.00/1.00 vMB 11
874,488 874,488 000000000000000000028a6bdb8c663b275d76af14fc2503ab067f1a62a743a3 590 1.00/1.00 vMB 4
874,487 874,487 000000000000000000002cc56b414aefd5753dedc2716c7e747102cc74c98cbb 1,687 1.00/1.00 vMB 5
874,486 874,486 00000000000000000000e7b549ed280f96159e321a66c6f29a063182fcb241aa 409 1.00/1.00 vMB 4
874,485 874,485 000000000000000000004570d5474404ebb0fb4dcb243029c89777dd369e1385 210 1.00/1.00 vMB 4
874,484 874,484 000000000000000000010198d09c256a8499123e4ea94d846cc0d5414a6565e5 2,364 1.00/1.00 vMB 5
874,483 874,483 00000000000000000001098e7d553cc5b4af66f5bcf1c7a0abfaf0d6cf1a7689 3,492 1.00/1.00 vMB 5
874,482 874,482 000000000000000000010cbbc5ec82afb17544ee2facad74ed3dde95229fdaeb 4,529 1.00/1.00 vMB 7
874,481 874,481 0000000000000000000072c67cc5d73a6ed872d2e775e376674bdf6c94f293b0 3,048 1.00/1.00 vMB 5
874,480 874,480 00000000000000000001946a6cdd8f6dfce9f1c0005ed22833eec3fb3d1fcc6a 3,460 1.00/1.00 vMB 5
874,479 874,479 00000000000000000000600b1398a6a0cf45a9e0c4fa59a80d1e7a65dba165e2 3,960 1.00/1.00 vMB 8
874,478 874,478 0000000000000000000067de38b3c27ddf528ca26f12f93b9c4ca83ae1205c4c 1,509 1.00/1.00 vMB 5
874,477 874,477 00000000000000000001155895728446223587b53639e9a5288e3798c6676d04 2,641 1.00/1.00 vMB 5
874,476 874,476 00000000000000000000e45d664fc8e255bd196dd675955f962f57496cfec194 3,288 1.00/1.00 vMB 9
874,475 874,475 000000000000000000001a02f60de7d5ade7f5d5b068fd0b9634e497935cf023 1,778 1.00/1.00 vMB 4
874,474 874,474 000000000000000000006d35f5fe9d31e6029ad6e06d808a4152737ca85c7b9f 3,253 1.00/1.00 vMB 8
874,473 874,473 00000000000000000000d8bf1e3ba7910d3dff61205eb87a27a338d87caf5669 3,837 1.00/1.00 vMB 8
874,472 874,472 0000000000000000000258004c6e3a40b69ef1d9eeb7484fa4d7a28405508580 3,776 1.00/1.00 vMB 6
874,471 874,471 000000000000000000006135f6c1f56abc68792bbae43152ef239dd2ba51979e 3,366 1.00/1.00 vMB 9
874,470 874,470 000000000000000000012f3d18c26f65a91c5995093d6c21983270aee7e1726e 407 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.81 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: 710.28 GB
    • Received: 17.05 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.