Loading Tool

Explorer IconExplorer

Memory Pool

81,721 transactions
29.96 vMB
0.10343513 BTC
Random Selection Loading Transactions
Max Size: 181.45/200 MB

Candidate Block

Mining Attempt c4c00f43cd4bfca715a587a887b72c0e45b4e2e0a24f350159d807cbe3e7ef01
Version 20000000
Previous Block 00000000000000000001988ac308b422066efcf6e9b3cd8e9afb4f26462c1591
Merkle Root bdb39e70112bb5ef4e505c538458ee78e45c0e8cd311cd462717785b0ecda102
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,110
Size: 1.00 vMB
Total Fees: 0.02735536 BTC
Feerates: 150.68 > 2.74 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,626 (802,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
113,518 113,518 000000000000482e5d27580c1fa25fbb1b5473a7fe71f696256a8845ac0f87df 23 0.01/1.00 vMB 534
113,517 113,517 0000000000005a6fb5d8b84dd1a693c92f9c674f2cac6d51d078503d0251e1db 18 0.00/1.00 vMB 0
113,516 113,516 00000000000053a1d94ebc4d0105eb8d381b135632356ad9a8a0f307d36407ab 3 0.00/1.00 vMB 0
113,515 113,515 000000000000d1f1cd060f91b3029807b89f6c39e7bf6b32d88245b3594af198 19 0.01/1.00 vMB 333
113,514 113,514 000000000000357ef0648e2ae9c000bfcbcd087627a52b4a17b8436585aff1dd 1 0.00/1.00 vMB 0
113,513 113,513 0000000000001fb1d2c68f3028efcd718380ad597d5e9d2f66e24dcbef029ade 5 0.00/1.00 vMB 3,875
113,512 113,512 0000000000007bc0c8c9263d91a8958467081124e51ab4d888956e75847552fa 124 0.03/1.00 vMB 34
113,511 113,511 00000000000065ad0469dacd83854ed9299caac1200d0b8f4140bb5daa8a897c 1 0.00/1.00 vMB 0
113,510 113,510 00000000000082dff57553ab2f65f8dcb680cfada1117efa760d1a5c6084286a 1 0.00/1.00 vMB 0
113,509 113,509 000000000000cf33fe432944b8239479371f340c103518458ca2b52fc45e6510 11 0.00/1.00 vMB 0
113,508 113,508 000000000000afbf7acfe830d5bf547a7d010a5b4a5bcc58f8e56fe7f541a68b 15 0.00/1.00 vMB 276
113,507 113,507 000000000000c517cd52bdc90a6a10116b86dd22826dee48e1cf22b321ad1f43 18 0.01/1.00 vMB 0
113,506 113,506 000000000000d272842e9ab886a0e02d6c07bb258e26e53cccaf1565f845a14f 4 0.00/1.00 vMB 3,865
113,505 113,505 0000000000002b061c0d753e66857b271bf38eb72170b9c9c285b48e1382a547 11 0.00/1.00 vMB 357
113,504 113,504 0000000000008f59f34ed3698bea1b734e6e0523c30aea0da84895b72d60a925 10 0.00/1.00 vMB 333
113,503 113,503 000000000000a787578a4862766a7d371736ea15f824eb52d6257866e170bc57 34 0.01/1.00 vMB 0
113,502 113,502 00000000000077427014d3530b8078de0250195a8f3da5d7502f806f66623169 24 0.01/1.00 vMB 322
113,501 113,501 0000000000004e6835531fec9a386cdb446fb5becdb6ccb9d09431afcef8f937 11 0.00/1.00 vMB 625
113,500 113,500 00000000000019cca398fe0a4d6d4fffb2396596d4866b933971b4c16b5bfddb 14 0.00/1.00 vMB 0
113,499 113,499 000000000000c393235f98122ddf88a6a0beb01bcf8f9bb781dfe428dc134a2b 10 0.00/1.00 vMB 680
113,498 113,498 000000000000555f40b2d40928f98082ab7cf9003a19c98784d3fc70e2a53e34 8 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.47 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: 772.19 GB
    • Received: 20.15 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.