Loading Tool

Explorer IconExplorer

Memory Pool

35,784 transactions
25.95 vMB
0.06417832 BTC
Random Selection Loading Transactions
Max Size: 132.64/200 MB

Candidate Block

Mining Attempt 3647cf82016e1956b08a867ff35c406c38284be36b71142283a751fbbb6f3d6b
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root 30958cfd83e0bb49b7b6482a250cc2ec1dd87e4beea457444a01e70b63d57ce3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,175
Size: 1.00 vMB
Total Fees: 0.01656942 BTC
Feerates: 145.40 > 1.66 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (225,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
689,163 689,163 0000000000000000000760b572c4fd40b5fc3553dc80d75e9b3922418ec86474 2,653 1.00/1.00 vMB 76
689,162 689,162 000000000000000000046dadf85597093bf9ce3150e839871d70d52a412c7d8b 2,554 1.00/1.00 vMB 75
689,161 689,161 0000000000000000000d1759c5b89a5aeb4b86d81ec99cd3f315faa0e08503ff 2,162 1.00/1.00 vMB 71
689,160 689,160 0000000000000000000204c3a1b46def9ae7bc03a3694ba053fd8abf021409b4 1,836 1.00/1.00 vMB 62
689,159 689,159 0000000000000000000d0acf726c1ffdd72fa8dcf30b1e1211eb3e1a69d35b60 3,190 1.00/1.00 vMB 62
689,158 689,158 00000000000000000005f7f2420b753d3401029bd261dcdd70a194f38e2cdd74 2,531 1.00/1.00 vMB 65
689,157 689,157 000000000000000000035979e69e65d91887dac64b60c8c0833a3def330d7bb4 2,794 1.00/1.00 vMB 85
689,156 689,156 00000000000000000005043ed67cf4eaf9eca79251eafc94111666640a962668 2,962 1.00/1.00 vMB 68
689,155 689,155 0000000000000000000d6e16ef4a9e1496c2b9cf0b4a97ff46992207289a7f13 1,727 1.00/1.00 vMB 65
689,154 689,154 00000000000000000007880e4eca6e130e3ef7f9d20e792add2fa1eb5bb1c188 1,522 1.00/1.00 vMB 75
689,153 689,153 0000000000000000000896540dcc7dc067664cec2e71307dada2f8fb7804011c 3,118 1.00/1.00 vMB 74
689,152 689,152 00000000000000000008f3d92589ec8d36b074b4af060e4b2f6541a29c520dba 2,410 1.00/1.00 vMB 73
689,151 689,151 000000000000000000006ad130c712f695026710def762bb08ad3ccf31cfbaa7 2,559 1.00/1.00 vMB 89
689,150 689,150 00000000000000000008bbfb20dd54c367b5eb7f5f8e307fc9035ebc23da7b3d 2,258 1.00/1.00 vMB 76
689,149 689,149 000000000000000000049cc9eb4e3a1a4690a06c2b2d4566c642c13f97875fb0 2,106 1.00/1.00 vMB 73
689,148 689,148 00000000000000000001e9d1bde9094042515ce05bb908e33cb77a13e5d164f5 1,518 1.00/1.00 vMB 66
689,147 689,147 000000000000000000012b3099ede31d943454cd7b217c671c38cc5506f9f73a 2,529 1.00/1.00 vMB 78
689,146 689,146 0000000000000000000760772aa6b5456cf3e3ca1ceaea1a1c022353f3daf1de 956 1.00/1.00 vMB 69
689,145 689,145 0000000000000000000a390da0d1758e455a21f13374c47f6c25a74b06ee1d85 1,084 1.00/1.00 vMB 65
689,144 689,144 000000000000000000096eb9ebb0d868c182b8784900e2229e6cbffac524b5fe 2,954 1.00/1.00 vMB 70
689,143 689,143 00000000000000000003dd65edc16524cc356aba2b19e3f59362b90d47880ada 2,417 1.00/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 781.82 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: 636.20 GB
    • Received: 12.35 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.