Loading Tool

Explorer IconExplorer

Memory Pool

76,631 transactions
28.54 vMB
0.06881626 BTC
Random Selection Loading Transactions
Max Size: 172.99/200 MB

Candidate Block

Mining Attempt 2990439f22df99d6f1018725b97b2e625f1287745d61e01e80983a4158f2d3e7
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root 157a98ea8266e4c2b7ef8dba7945caf6969605a3478f33ffc9d081a5b6e5e5b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,810
Size: 1.00 vMB
Total Fees: 0.00956434 BTC
Feerates: 73.20 > 0.96 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (109,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
805,444 805,444 00000000000000000003bf78226ac1dd4db389ef74ce2ff4d84e8d83a4f8fabc 3,555 1.00/1.00 vMB 20
805,443 805,443 0000000000000000000372c1414db9f90b80096e98efe3adf943b586a8096f98 1,711 1.00/1.00 vMB 10
805,442 805,442 000000000000000000013cc67193d84e1a0b7025d263aa1b55c0e80347d937c4 2,925 1.00/1.00 vMB 9
805,441 805,441 00000000000000000004b57a94498471b7286eaf881b55d3800bab9d6117b3cd 2,900 1.00/1.00 vMB 10
805,440 805,440 000000000000000000011b8c24bf7752a47ada75b8b328dfcd43b225f14693f7 4,444 1.00/1.00 vMB 9
805,439 805,439 00000000000000000003be517b718b44ddaacb2e3e60b4bdd8f688e9e0422156 1,924 1.00/1.00 vMB 10
805,438 805,438 0000000000000000000090735a7d6625a98771c44c0c007d7181446964dfcf78 3,055 1.00/1.00 vMB 18
805,437 805,437 00000000000000000004a755f8ce41d521ba324f95d79f9039bf61ddb6eeef13 5,166 1.00/1.00 vMB 6
805,436 805,436 0000000000000000000199cc7a579010831aeb7ea7546f09553120f2ed558acf 3,182 1.00/1.00 vMB 12
805,435 805,435 00000000000000000000353f67fda45f6c79fa50338c2770fbb2fd47c42f585a 3,479 1.00/1.00 vMB 18
805,434 805,434 00000000000000000001695e66e0c21f776198b787aa8a8c5493b7d94d84b18c 3,913 1.00/1.00 vMB 7
805,433 805,433 0000000000000000000308bed352c56c748d7a4ee5f9f18adbe00367142b9a72 2,945 1.00/1.00 vMB 15
805,432 805,432 00000000000000000000b98e1acabca7df8c77f73f4556de3f31a1094eefd102 4,132 1.00/1.00 vMB 10
805,431 805,431 00000000000000000000f046f27d4a4f3a329d0ab6291c7e439ce61da816d736 2,856 1.00/1.00 vMB 14
805,430 805,430 00000000000000000001355d2fac32bbc2234fd998e4d76b6d7c414d95b4f5a2 6,361 1.00/1.00 vMB 6
805,429 805,429 00000000000000000001727e448f076aef3ccc01d264bf7a891f6b08b1c61da8 6,165 1.00/1.00 vMB 8
805,428 805,428 00000000000000000004fbf05735c649433d1fddc1522c4fb59df2c6739f6ac9 5,213 1.00/1.00 vMB 7
805,427 805,427 0000000000000000000406ac6b86675f99a02a7f4fd52fef5196d28e2c44e1ba 4,018 1.00/1.00 vMB 8
805,426 805,426 00000000000000000002ee6b878b87f5088fed416fc18f647c5713cd8a000503 2,476 1.00/1.00 vMB 14
805,425 805,425 0000000000000000000296367f7796f36ad0512d3151bdea9184a290b1b549e8 2,427 1.00/1.00 vMB 10
805,424 805,424 00000000000000000002b9d3b3932096a9324bfe18acbc5c66691113decf1333 2,127 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.59 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: 671.59 GB
    • Received: 15.96 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.