Loading Tool

Explorer IconExplorer

Memory Pool

80,787 transactions
34.75 vMB
0.18202958 BTC
Random Selection Loading Transactions
Max Size: 194.65/200 MB

Candidate Block

Mining Attempt 3474fd63e34ec7cd930eb458bdb3d4f90bfbab752824450a4290d3c0322c78b8
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 88bc2d8c984d5155356bde6b5f254c40e5940e6fe9772910a8a4a7445acdd874
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,123
Size: 1.00 vMB
Total Fees: 0.05091708 BTC
Feerates: 189.28 > 5.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (33,010 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
882,405 882,405 0000000000000000000027fe316d373f1bcd464a1d500b8adf771d88697eebaf 4,199 1.00/1.00 vMB 7
882,404 882,404 000000000000000000019e77067b3a0253b9e1ddf2584b24ddb3410bd8321fb9 2,068 1.00/1.00 vMB 2
882,403 882,403 00000000000000000001f0f51417674f254c8fe112100b39f762b2d5af2eb5b1 3,541 1.00/1.00 vMB 2
882,402 882,402 00000000000000000000597d2d1d7ef48c2240ef068eb3eddd339c5616582bcd 3,075 1.00/1.00 vMB 4
882,401 882,401 000000000000000000019b4a399c5d602011c5f0890a0b0a7478f0f4d9580e53 2,277 1.00/1.00 vMB 1
882,400 882,400 000000000000000000017e0511f667c1fb7b60eec8c0b91c054c7b0dbee44fa3 2,975 1.00/1.00 vMB 1
882,399 882,399 000000000000000000008f7fc85fbbaa24895d57fad7279c8d18c0d393ae96e6 2,806 1.00/1.00 vMB 1
882,398 882,398 00000000000000000000e5da4c4f5aef61d52fb6a37ae1a1cc22009d789bf7b4 4,377 1.00/1.00 vMB 2
882,397 882,397 00000000000000000000a659c549d8a28a60bfc7276f9b4e4e41eeea3d79db64 4,533 1.00/1.00 vMB 4
882,396 882,396 00000000000000000000a52ba005452738ccc2bede8433decb09ada90e76d5b0 3,962 1.00/1.00 vMB 3
882,395 882,395 00000000000000000000835af0606a80d00ff418239c5ea75266d5843748877a 3,455 1.00/1.00 vMB 2
882,394 882,394 00000000000000000001349ceacef25ae1cb868b4d3ab9b3586a0addc4c6d033 3,451 1.00/1.00 vMB 4
882,393 882,393 0000000000000000000211f6fb5f24dc62aa31ad55514e18035000e85674f3e0 4,375 1.00/1.00 vMB 5
882,392 882,392 0000000000000000000201fd95334ff4d5c8e10499e0aa5b91745b6de0c27490 323 1.00/1.00 vMB 1
882,391 882,391 000000000000000000012cd7ad28ebe479124050832e9706d761ffff2a277fe2 3,650 0.96/1.00 vMB 1
882,390 882,390 0000000000000000000284a66018fa5b4b8104cb1259bfc1f49fc0d087c1bb71 2,726 1.00/1.00 vMB 3
882,389 882,389 000000000000000000024b6042e3dd315010583d3928c09ec55c888d9aa2906c 2,225 1.00/1.00 vMB 2
882,388 882,388 000000000000000000004c56f4f2fa8dd154e304b1030c5af0f0e10563a605c6 57 1.00/1.00 vMB 3
882,387 882,387 00000000000000000000956e9ff764555ad4f43724aa4eb558b1b9990d5ff1de 454 1.00/1.00 vMB 1
882,386 882,386 000000000000000000024140a3417d6ff23b0ddbde2308d8f7c5f98550ef98f6 1,584 1.00/1.00 vMB 1
882,385 882,385 000000000000000000002d50c75e27eb0ac9ebda079ac3ffdd460d641efb7242 3,041 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.11 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: 734.20 GB
    • Received: 18.55 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.