Loading Tool

Explorer IconExplorer

Memory Pool

84,876 transactions
31.84 vMB
0.16690781 BTC
Random Selection Loading Transactions
Max Size: 189.53/200 MB

Candidate Block

Mining Attempt 3920e977a85c51174276c6c5cbe2eddd928fa7e2be325a712f9b024ac939416c
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 8e8c47aff53299697f64b58e40383d46a6ffc7e12cc8c6f0f80615530fd64e3b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,057
Size: 1.00 vMB
Total Fees: 0.05282491 BTC
Feerates: 402.75 > 5.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (495,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
419,244 419,244 00000000000000000152169e3e118b5d4d24a958e58c27e1bc5135bce1cdc4b9 1,225 0.58/1.00 vMB 52
419,243 419,243 000000000000000001a19133c3fe78479be603621f74eb6eda337c92c21ba71c 1,033 1.00/1.00 vMB 25
419,242 419,242 00000000000000000412c84ed6b88cf7a6e4d3e943f6fda0384655acfdd2c947 840 0.69/1.00 vMB 25
419,241 419,241 000000000000000004903adb20bf72fa310c6338d31001f267e33e0b11de20f0 2,794 1.00/1.00 vMB 70
419,240 419,240 0000000000000000043b95498fda3a5dbbf8600dba99971767e47995d8bde39b 1,916 0.92/1.00 vMB 47
419,239 419,239 000000000000000003b255d93c2aea40ec3fa139e8ff48247981a7d123c23533 1,299 0.67/1.00 vMB 44
419,238 419,238 00000000000000000312f0ced51e4dc5cea87fc999042641ab91b60fe52a5064 1,862 0.99/1.00 vMB 43
419,237 419,237 000000000000000004afbe01bfb8402f0ef89d85c5454000a598709d17e140aa 1,167 0.52/1.00 vMB 51
419,236 419,236 00000000000000000393d692bb6a25f1e6b66d62dd6fbbc8d8aa1e04a16deac3 612 0.99/1.00 vMB 11
419,235 419,235 000000000000000004b5972f43aa1f663cb1a48c4fffa053d61cfb0b58d6cdff 2,395 1.00/1.00 vMB 61
419,234 419,234 0000000000000000013baa02d4c3f7b6f08a0f6822b23de1f37ac4f8f2210074 595 0.34/1.00 vMB 37
419,233 419,233 0000000000000000009158e5fbe76c787adbfd587aba9c579195fd304c6a5708 706 0.30/1.00 vMB 55
419,232 419,232 000000000000000004e6303df6eb78be80ccd6b96322c8e0c25153951ed5fce8 1,093 0.48/1.00 vMB 48
419,231 419,231 0000000000000000015480bafd37c50fbcd8ad39a001303e32812821d36771fb 972 0.41/1.00 vMB 50
419,230 419,230 0000000000000000010bf8fb61de05d1f6faf213d966566d721d83c81a41d64a 210 0.12/1.00 vMB 42
419,229 419,229 0000000000000000036029cfc053aa160a2361127aab542d1b576c03ffcb95c2 1,600 0.66/1.00 vMB 48
419,228 419,228 000000000000000004667a9da36513673e484939ceeef0b03934e3957a1ce7a1 102 0.04/1.00 vMB 47
419,227 419,227 000000000000000004cd138d1bb8d25ee49df969db880ef48e701efa55829c0f 721 0.29/1.00 vMB 52
419,226 419,226 000000000000000003983b04976a9e75d77c00428b2cdd7bf59fb41b7a8ea05b 206 0.10/1.00 vMB 52
419,225 419,225 0000000000000000002f1c0c67c017026ec5d4f9c483142ac5fe18a3e4144af9 971 0.48/1.00 vMB 48
419,224 419,224 00000000000000000355f1c3519652da5b539c65139b58e0eb6b5fad74277e08 87 0.07/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.65 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.66 GB
    • Received: 16.30 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.