Loading Tool

Explorer IconExplorer

Memory Pool

78,663 transactions
29.85 vMB
0.07557647 BTC
Random Selection Loading Transactions
Max Size: 182.29/200 MB

Candidate Block

Mining Attempt 969271f21099aca72ac038bf9f0dc8fbdecefaed3b1ff9c6e0fee1027793d79c
Version 20000000
Previous Block 0000000000000000000004a53d2ccfc82210803da3fce74ac3709abde32904b7
Merkle Root 6436e5a186d385e02e7f96277c2b83e0d60f48222e8ea3b0e18b9f3c6f8e46de
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,906
Size: 1.00 vMB
Total Fees: 0.00948983 BTC
Feerates: 150.58 > 0.95 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,372 (192,138 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
723,234 723,234 00000000000000000004deca7e33c8d96e82559453ec0e6a004cce19c0812be7 2,125 0.91/1.00 vMB 8
723,233 723,233 0000000000000000000a847e783bb13e1f9c9eca4ab99a488c61d3882c405c07 552 0.21/1.00 vMB 15
723,232 723,232 000000000000000000084aef21fd7f979a4df9e81ed36c0ed7d7bb077892697a 419 0.58/1.00 vMB 6
723,231 723,231 00000000000000000003519256f0ff804f968252db3be15e25ea6326a1311856 678 0.33/1.00 vMB 7
723,230 723,230 000000000000000000002ef17c128a15cee3b2588d2bcb2bdfceda38151279d5 546 0.22/1.00 vMB 9
723,229 723,229 00000000000000000006c86c1bfc2dac597de38ed079ed66f282d6d9588b2eaa 826 0.41/1.00 vMB 7
723,228 723,228 000000000000000000025276ff51b3bf1c9f95dd8b6c5ef08f23c1e865fa8a28 261 0.07/1.00 vMB 14
723,227 723,227 0000000000000000000587f8513d5e7af602d645243b603f0a1c02aac23e7f4c 1,317 0.43/1.00 vMB 8
723,226 723,226 0000000000000000000788d6fd3d7fdcfda8d0bc9fc161ad4c83b08ad715b468 1,171 0.46/1.00 vMB 9
723,225 723,225 000000000000000000070f8e0fbcebd6ee77eae55c2e08df8e442ee304e0e7af 1,989 0.97/1.00 vMB 5
723,224 723,224 000000000000000000032e9a176db68efc7b24ad99b6e6cf9d7589498e8ace2c 1,235 1.00/1.00 vMB 6
723,223 723,223 00000000000000000001b151d89e3a77f08875d4b384e1ccecb496a30a5ada2b 1,738 1.00/1.00 vMB 18
723,222 723,222 0000000000000000000806416686271e693612bf9f37a089096b07ffc99f05a0 303 0.10/1.00 vMB 11
723,221 723,221 000000000000000000020c726342120c7e9f5d18da24f63b2cd4805806bf9594 292 0.14/1.00 vMB 8
723,220 723,220 00000000000000000006167ab1d2fd7397af1b158d0db0f7f57a28afd8b20fc6 841 0.35/1.00 vMB 9
723,219 723,219 00000000000000000002f9f4f4842589826a4c69b2817c0cc0ac2209d4e24c75 67 0.02/1.00 vMB 7
723,218 723,218 0000000000000000000303c389a6ea21cec84ea65f592a44f761fb3fdd87fa1f 194 0.06/1.00 vMB 10
723,217 723,217 0000000000000000000a374c4d5edc83249e769528da67121e3278c9ca32a204 256 0.09/1.00 vMB 9
723,216 723,216 000000000000000000034c46db2fbee0ea773a2b200b923af42d303170be6468 1,044 0.49/1.00 vMB 8
723,215 723,215 0000000000000000000834fba9f9310b4939fd81eaeb557f40da1a8465e5dd61 478 0.30/1.00 vMB 18
723,214 723,214 00000000000000000002ca332690c3b6de18451b4e53c3ff510e8b46b50100e2 448 0.30/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.04 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: 719.63 GB
    • Received: 18.11 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.