Loading Tool

Explorer IconExplorer

Memory Pool

77,264 transactions
30.81 vMB
0.14009724 BTC
Random Selection Loading Transactions
Max Size: 177.12/200 MB

Candidate Block

Mining Attempt 5af69e3418f883e20ca7aee0c21277a57abbb189b0f17d79eea183af17832b9f
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root b987933f1590b1baf0c437bf1748ede53f3cbb83b75e53f8fff20439ace653e5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,298
Size: 1.00 vMB
Total Fees: 0.05115835 BTC
Feerates: 150.36 > 5.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (458,368 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,684 456,684 000000000000000001e65cbbec04bbf2d7a8ee72fc9878cb3e1661b0bb8e7996 1,910 1.00/1.00 vMB 150
456,683 456,683 000000000000000002575ef4095467fb60a22749e71510bef4c10a6f4859f170 1,450 1.00/1.00 vMB 111
456,682 456,682 000000000000000001e54a9cf02108d7b2b2d4d72f3e483ef4021093f46a4562 2,265 1.00/1.00 vMB 161
456,681 456,681 0000000000000000004ae6b2b98d97bfecb5274c35eaf6794d091d14eef180c5 1,903 1.00/1.00 vMB 130
456,680 456,680 000000000000000000c89d90a8b9a5b846109dfe69685e8b9130bbeb590f621a 1,501 1.00/1.00 vMB 120
456,679 456,679 000000000000000002291358ba9e80dc2189ba2a42f3dbfef37084f2821a8c09 1,372 1.00/1.00 vMB 99
456,678 456,678 000000000000000002569a5878dc6765da13ca3cf4852f3d4479a86404494349 2,057 1.00/1.00 vMB 179
456,677 456,677 0000000000000000000ac25b086d0c7d600ed1a308a410ab3b47f819e49cc3d5 2,288 1.00/1.00 vMB 202
456,676 456,676 000000000000000001dc7cbefaa0ad683cd17109107aebac2a18dc787c5b39ed 2,644 1.00/1.00 vMB 174
456,675 456,675 000000000000000001948274b196a0b786e9b9090ce758515f900580071f4195 3,334 1.00/1.00 vMB 137
456,674 456,674 00000000000000000010ab11eda8da3c2b60dfda7ebc6347b6a6bcfc8f09b1c0 2,904 1.00/1.00 vMB 144
456,673 456,673 0000000000000000008a621c4c95e92fcd53d1a899043c28b6b672dca00ee6cc 1,747 1.00/1.00 vMB 123
456,672 456,672 0000000000000000022cc2e0e725af792fc9bf15afaf04b0393b0c5eae85f687 1,533 1.00/1.00 vMB 162
456,671 456,671 00000000000000000205756dd7d03e1eb921be72ef1443eb1b432f096cb73fb3 2,120 1.00/1.00 vMB 137
456,670 456,670 000000000000000000d60bfccdc0042b931b6d2112934de5facc8e9f4d46c2c5 2,321 1.00/1.00 vMB 194
456,669 456,669 0000000000000000024c33d4907d9923efc292929d369f9c773af16f2435af4b 1,957 1.00/1.00 vMB 178
456,668 456,668 00000000000000000107bb81873bccf74172ee86aa524cc28ab51f8b0efa08e1 3,134 1.00/1.00 vMB 136
456,667 456,667 0000000000000000010804ffad76824cec207fa3ecf6dd8c81a6c88e37934ae6 2,774 1.00/1.00 vMB 151
456,666 456,666 0000000000000000018ea81c992f81246f64eedd530189b80b4dd0b1edd83230 2,217 1.00/1.00 vMB 123
456,665 456,665 000000000000000000d9090b69ce26f36d25561d03213e7b365d51c316ad476f 2,178 1.00/1.00 vMB 206
456,664 456,664 00000000000000000039ed08f6d787bcdfaa24bd7b9e5ad832523737f8b61018 2,206 1.00/1.00 vMB 134
Previous 10 blocks ↓
Total Size: 782.48 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: 668.22 GB
    • Received: 15.43 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.