Loading Tool

Explorer IconExplorer

Memory Pool

55,974 transactions
31.85 vMB
0.20238303 BTC
Random Selection Loading Transactions
Max Size: 171.67/200 MB

Candidate Block

Mining Attempt 7ad93feb195aeda6237af4c320cab7b91cd57a3e1273da7da21d8a3f38a14c9c
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root b8e4dfa74629d0d6ce446f12101af9f7e9bdce281eaf5fc2e99a2261f2f31166
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,488
Size: 1.00 vMB
Total Fees: 0.09208442 BTC
Feerates: 502.67 > 9.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (381,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
533,358 533,358 000000000000000000290bfa94c8ee6278a9c65d32f753d527e78848fc1df78a 773 1.00/1.00 vMB 8
533,357 533,357 00000000000000000003d4097c0d9252e411d79a70f4620ae3697259c389c34f 1,282 1.00/1.00 vMB 8
533,356 533,356 0000000000000000000ef15cf63dbb1c78769190f2ffc529a4364ad7dedb3255 1,901 1.00/1.00 vMB 20
533,355 533,355 0000000000000000000443631001a6a27735783c2f21b5147115012ef2eb1d05 872 1.00/1.00 vMB 6
533,354 533,354 000000000000000000281430a0876ea68202fe5e8d97cdadfc445245c2ec015d 1,426 1.00/1.00 vMB 10
533,353 533,353 0000000000000000002806dfc12ff8a37666b48f216eb2f7f783a4829f105f99 1,269 1.00/1.00 vMB 13
533,352 533,352 000000000000000000228f42fb91bc0657532081e04841f737329aa656e91d91 1,008 1.00/1.00 vMB 9
533,351 533,351 00000000000000000028597bc446ac5646dc1541ca201d98c0257383e9c4bc51 1,286 1.00/1.00 vMB 11
533,350 533,350 0000000000000000000d04a1bf95cb2ff8ae8ca11cc7cdd62680462d98627c6c 2,853 1.00/1.00 vMB 19
533,349 533,349 0000000000000000000718529f9d53a13c882140af2948c9749006c7b4c5f1cb 1,128 1.00/1.00 vMB 11
533,348 533,348 0000000000000000001c74a7ae8c7f0a721aab234c1de67b83641d093e9ee2fb 2,030 1.00/1.00 vMB 16
533,347 533,347 0000000000000000001c29da8a8354d91b6d2938b72a8f6808898bb88973cad6 1,390 0.45/1.00 vMB 42
533,346 533,346 0000000000000000000938ce035cc3ae6b5587bf2cb59d75b0c3bdadd6d523ce 2,642 1.00/1.00 vMB 18
533,345 533,345 0000000000000000001db5200cc7da4d8323933fa19486d65338980f1e0900ad 1,496 1.00/1.00 vMB 16
533,344 533,344 0000000000000000001118147cbfc0cda33f8c3c4ee880040f8abefe158e1e40 1,020 1.00/1.00 vMB 2
533,343 533,343 0000000000000000001fb7053a18209394990c86be6801174aa1f540aff4c3ba 2,814 1.00/1.00 vMB 14
533,342 533,342 000000000000000000122cb8853e7aa925c954ae8b3035c854f6d6a0df8693ca 1,964 1.00/1.00 vMB 11
533,341 533,341 0000000000000000000da56b222292b4d7d8ff357d1baf0038044f45193c20cd 3,064 1.00/1.00 vMB 40
533,340 533,340 00000000000000000028583fe217477d87dbaf0fa7ac07bfd57be4d8ba1d17dc 1,273 1.00/1.00 vMB 8
533,339 533,339 0000000000000000001571e75d42ea46f7618a976ce25f2a29e98a976ddfdb58 1,753 1.00/1.00 vMB 7
533,338 533,338 0000000000000000002c0b9f25e4d11ea15261ecb8ab4b64f719089e11b65244 3,151 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.06 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: 651.13 GB
    • Received: 13.42 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.