Loading Tool

Explorer IconExplorer

Memory Pool

39,197 transactions
28.56 vMB
0.05872542 BTC
Random Selection Loading Transactions
Max Size: 145.09/200 MB

Candidate Block

Mining Attempt f5b1c80e2311548cb6b4a882f28a92dcc4fd1b3f662da58ca8972d1e9cb6b62e
Version 20000000
Previous Block 000000000000000000012d6c916022b0c29b256de4137f6a37cd2f35e9040386
Merkle Root 1f92e5e10b40d544fc8ec4da3003d0e815158cefb2819277fbc37e90d4c401b3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,921
Size: 1.00 vMB
Total Fees: 0.00355656 BTC
Feerates: 10.07 > 0.36 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,543 (151,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
763,468 763,468 00000000000000000004acd86f3b9c0e714889539c9fa19eb5f82a7e4f8d66e4 2,824 1.00/1.00 vMB 26
763,467 763,467 00000000000000000000e256c7649f839b7f316a4076a24167fd5e4d956104fe 817 1.00/1.00 vMB 17
763,466 763,466 0000000000000000000292fc002af6b4d504e9153bc21ac4715013b8ced03822 796 1.00/1.00 vMB 17
763,465 763,465 0000000000000000000455c91cb04a0bb8aa36bff4c49c79a92cbbcf00d0e8c5 1,676 1.00/1.00 vMB 18
763,464 763,464 000000000000000000030ebf04589eff95e0f49c3eb86e8d8e7f4b6c518de193 3,342 1.00/1.00 vMB 36
763,463 763,463 00000000000000000003c552d4c057bf117024177beb1a86507b9645b13c46b2 229 1.00/1.00 vMB 14
763,462 763,462 00000000000000000003ecdc47a112f81ae096575b9bb391fa1def1d3cdbe036 639 1.00/1.00 vMB 16
763,461 763,461 000000000000000000074ec795b4c8b16931822f8fc7bde2a86464bbaa54cd53 1,770 1.00/1.00 vMB 20
763,460 763,460 000000000000000000078e719e47511042a5d6fb1a9c9810a6d6b5d5d8d80620 3,159 1.00/1.00 vMB 34
763,459 763,459 000000000000000000054415e818a18e893040a299e967378025708728a6ddc7 2,309 1.00/1.00 vMB 25
763,458 763,458 00000000000000000001fee21bccae8ff27cf595cf0189c2b97aacae6d36374d 2,002 1.00/1.00 vMB 28
763,457 763,457 00000000000000000006b77a43415999adce6d5f2ccb8c9427f4e3f79675aa6c 512 1.00/1.00 vMB 16
763,456 763,456 000000000000000000001e8a614ae9f103eb42b1718642fff545b70e92557e99 1,966 1.00/1.00 vMB 16
763,455 763,455 00000000000000000003833cd4fd4df638d4c0608373370db7208a6a6e7693eb 2,885 1.00/1.00 vMB 30
763,454 763,454 0000000000000000000586628923cff4596b2853c1d4832c719f98658145fe2d 3,054 1.00/1.00 vMB 24
763,453 763,453 000000000000000000002e8023ce753b198d9ae0d413976d9732694d5d6dcc6a 3,188 1.00/1.00 vMB 33
763,452 763,452 000000000000000000000965336afb44d587b01e2edb844a97c86e296ea14f17 3,190 1.00/1.00 vMB 42
763,451 763,451 000000000000000000027c4914acfea77110f930f4f3e9938a673a63cbf5be8d 2,855 1.00/1.00 vMB 23
763,450 763,450 0000000000000000000693732a2980b89c0ce8c2f78dc3a7343cc2572d4f0eae 3,142 1.00/1.00 vMB 31
763,449 763,449 00000000000000000004c73e2948bddc2e613365effa6b25b718595b1c4fa3f1 3,199 1.00/1.00 vMB 31
763,448 763,448 000000000000000000012518e987722c243387c2206c7bd6264483017f576a1a 3,414 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 781.57 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 622.66 GB
    • Received: 11.36 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.