Loading Tool

Explorer IconExplorer

Memory Pool

35,380 transactions
25.85 vMB
0.06833792 BTC
Random Selection Loading Transactions
Max Size: 131.56/200 MB

Candidate Block

Mining Attempt 588e511ff1aac682b0e742210a2cd433391e9eeab783dd89c2e7e475987bf170
Version 20000000
Previous Block 00000000000000000001870bbdf84bd9c66dfb3a3bf8fa88686553f61f93d86a
Merkle Root cf2792b5a66b90b0eca20cf2814110116e6ea1a91336c6d716f062b6244c1c5a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,309
Size: 1.00 vMB
Total Fees: 0.02104426 BTC
Feerates: 150.77 > 2.11 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,697 (295,586 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
619,111 619,111 00000000000000000008a06f3243b7d5fd904d6fb90cd11db9603cc0552e6c8a 2,656 1.00/1.00 vMB 21
619,110 619,110 00000000000000000007655dfbd1360e20a1be8bdca76cd618798b18c2fa4f06 2,315 1.00/1.00 vMB 16
619,109 619,109 000000000000000000007b20c8d94d2e68caa2bffeb6cad1ff741c9bdb64b79f 3,094 1.00/1.00 vMB 18
619,108 619,108 0000000000000000001162cd5571ecc2600d23fd6909553347ddc1ed145f15f7 3,161 1.00/1.00 vMB 26
619,107 619,107 00000000000000000006a3f64b72aeeb88414d25eb7b3c7187e9ebfd575e2c46 3,206 1.00/1.00 vMB 35
619,106 619,106 00000000000000000005ecf50ef46791df24b6cbeba424fec4f794ea4dbdf0a1 2,098 1.00/1.00 vMB 21
619,105 619,105 0000000000000000001170994d245952dcdc66d915a62977e3110d1f23381651 2,605 1.00/1.00 vMB 15
619,104 619,104 0000000000000000000fe63f1629b9763c8bcf2878e86cbcfb7b6bbeeaadafa7 3,075 1.00/1.00 vMB 28
619,103 619,103 00000000000000000009a771b46e7664bfbf7a69dec61216b5bcf206429a2d36 2,812 1.00/1.00 vMB 20
619,102 619,102 0000000000000000000558ba39037defc4ab2f4653d8b2a081ae17b42cc5f97a 2,824 1.00/1.00 vMB 22
619,101 619,101 000000000000000000039469362b8bae21fc6e7d8103f89f9b4300d77868ba00 3,161 1.00/1.00 vMB 19
619,100 619,100 00000000000000000006bb7f9eb33e55e09a7c72e99246251449d2093cbbcf44 2,056 1.00/1.00 vMB 34
619,099 619,099 0000000000000000000f2ab81d4964520460be5cfe256395896f6632ae421e38 2,565 1.00/1.00 vMB 22
619,098 619,098 0000000000000000000a90908fdfea25af9697292c5f8908a95cd0027bb53c78 2,722 1.00/1.00 vMB 23
619,097 619,097 000000000000000000006378842350c66b47bf3c7e24af36d7d9e22925bddea4 2,931 1.00/1.00 vMB 32
619,096 619,096 00000000000000000006402857d8a5aa3d71f96add33239a9fd7c1c982c57dbb 2,538 1.00/1.00 vMB 24
619,095 619,095 00000000000000000007b3f8c93a57ad17b3a8c725607a5af18474d2ad24b2c6 2,948 1.00/1.00 vMB 27
619,094 619,094 0000000000000000000819da0bd9aaf002410070bff6fd1ba9b3376367940c56 3,106 1.00/1.00 vMB 23
619,093 619,093 00000000000000000004c58eeb6f7cdc39ebb4a5e75d751e48dc05dd7404ff9e 2,966 1.00/1.00 vMB 40
619,092 619,092 000000000000000000050ac9e5b43bc3ea0486bec7769edaf629c7bf6416c339 2,728 1.00/1.00 vMB 31
619,091 619,091 0000000000000000000ccad6cb19ef8781186ac9a9a72f42c3e014e19eeaa678 2,426 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 781.85 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: 638.82 GB
    • Received: 12.50 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.