Loading Tool

Explorer IconExplorer

Memory Pool

44,859 transactions
26.83 vMB
0.06648939 BTC
Random Selection Loading Transactions
Max Size: 141.64/200 MB

Candidate Block

Mining Attempt 86d1ea5762ffaaa11b99da5d9653e73e964ed471d1b9bd7cc8212ae7964b8a6c
Version 20000000
Previous Block 000000000000000000020dec92be5b66055ed2368df5e48e27f67c41dcd290ec
Merkle Root 419575a100f9d515415bd9bbacec3aa411486576e67c4844f4302ac6b4d723f5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,306
Size: 1.00 vMB
Total Fees: 0.01693070 BTC
Feerates: 100.36 > 1.70 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,724 (794,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
120,525 120,525 0000000000005f2589bfe355a1cef7c34921d78cb48cd2cc3161eb9f0cf408e4 38 0.01/1.00 vMB 484
120,524 120,524 000000000000448e8cbcff522c4fa50eb0d0732c9e7963555e3db57fe6c72a2a 7 0.00/1.00 vMB 626
120,523 120,523 000000000000099620ea3a4a1aec1b0e344b223e9450ebc79d8f95ddbfffde4d 13 0.01/1.00 vMB 373
120,522 120,522 000000000000135d2510349151db711a31fc7adfae68d370cd774487787094d0 6 0.01/1.00 vMB 317
120,521 120,521 00000000000030d1ec693cec52b354fc0ae9d88933e7c91c51d6502b39ca4a60 20 0.01/1.00 vMB 1,036
120,520 120,520 000000000000613ae79d68846c54ada06b5832700acb9cc78922c0c27137927a 16 0.01/1.00 vMB 741
120,519 120,519 0000000000009b01575b8c22a75cee0ea1b89af637ca66d9a47e7f5e0062a7f6 10 0.00/1.00 vMB 0
120,518 120,518 00000000000005d6f7a1507adea1f915bcf1cb2ccc47b1602602835053fccedf 11 0.00/1.00 vMB 0
120,517 120,517 00000000000068a3c5910f77f2d042e21b0676054bf0a0c7fbbea5bc35f49a3c 10 0.00/1.00 vMB 0
120,516 120,516 00000000000098db67a9c756c4c7e4019ec20ca92e4b07180ac53fa7f97082fd 23 0.01/1.00 vMB 604
120,515 120,515 0000000000004754d47b3c82691efa093a79af0773bded36bb047c9d8d1528f7 10 0.00/1.00 vMB 0
120,514 120,514 000000000000a3e973bd712d46c40dab35629dda7c93a7ba2076b7e444c619aa 9 0.00/1.00 vMB 248
120,513 120,513 00000000000070977f58ea75b51a789e549000b89895619f4aadb3f0c570c476 57 0.02/1.00 vMB 110
120,512 120,512 0000000000005af2c9ee4d433d9c9a740a4e6c401b8867fa7fbe3fdadabfd01e 1 0.00/1.00 vMB 0
120,511 120,511 00000000000034c8c30890a9e2bcc0b1f4d5a9fb1135b44b1aa381ad25d27ca6 9 0.00/1.00 vMB 316
120,510 120,510 000000000000731c1df8b2e924fced56dc206722eccc39e39af73114edcacacf 22 0.02/1.00 vMB 665
120,509 120,509 000000000000539c4f12bbdd4596ec5f738afdf3eb02d18ef6b1dde64d0aa859 11 0.00/1.00 vMB 0
120,508 120,508 00000000000074ba0e4769947dcd7c376e71c3e8cdc357a51ffaf6074ec41c89 8 0.00/1.00 vMB 311
120,507 120,507 000000000000271077c5fe895557cab460dda10e53762ad277f9b7b6fc21b222 11 0.01/1.00 vMB 950
120,506 120,506 0000000000001adaaa2114e77e3d5bc0991bc9a5dc5d8dc12e724e71a723c4af 8 0.00/1.00 vMB 0
120,505 120,505 0000000000005cea2b94e9b06f87851331a655fed414389ec7de1e633b3fe7b6 20 0.01/1.00 vMB 777
Previous 10 blocks ↓
Total Size: 781.91 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: 645.67 GB
    • Received: 12.76 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.