Loading Tool

Explorer IconExplorer

Memory Pool

13,875 transactions
5.69 vMB
0.01825370 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 34.00/200 MB

Candidate Block

Mining Attempt e6f75bb2f63acd41f0788a2882fd3ad83e6237caa012ce1d4ef010a06fcd485f
Version 20000000
Previous Block 000000000000000000008aabb7749a6ed62d33a69524678c2e46a9362255797c
Merkle Root ae3a238be8a57abbe2092dc80d8f9cd16581aab7d541e6fac9f27693ca4b8606
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,126
Size: 1.00 vMB
Total Fees: 0.00865905 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,454 (741,154 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
172,300 172,300 000000000000053c12da577fc895f447e5f2a0b760e704860cbe60411f5c6bf6 20 0.01 vMB 73
172,299 172,299 000000000000065989501245e392a269276c5d06ba85c71fabbb97c9d18e8a61 45 0.01 vMB 83
172,298 172,298 00000000000009ecc3e8567d5e6cd95007c991be57cbed9d996a7a0d73e354c7 18 0.01 vMB 207
172,297 172,297 0000000000000b2f03bca3b164aa7b002b9aa287763da1268567b73595a4c184 15 0.01 vMB 147
172,296 172,296 00000000000005f234ffd041cb60e605adecbc0a504f1a03e615dc64f1a6addd 29 0.01 vMB 121
172,295 172,295 0000000000000855aee90b84d61d4e3218062ef2bca9b8c5b8c07fc5b9060456 82 0.02 vMB 104
172,294 172,294 0000000000000006243d8e6f60abee4ce84b3bb19ebb77539315adaccdc668a9 1 0.00 vMB 0
172,293 172,293 00000000000004584de06dd6814683a312e9c048ae7d97c52fbb49eb94fafaa1 16 0.00 vMB 73
172,292 172,292 00000000000003ecfd8b2daa2f1e282a0cbf8996abff862023114abd734b7a6c 74 0.03 vMB 44
172,291 172,291 00000000000006e074100968f74f61e611557f850af7dbf93be767ef1723669f 1 0.00 vMB 0
172,290 172,290 000000000000097829c142abd23e3d815fe4243034189c546f3363760fb0f5e4 19 0.01 vMB 139
172,289 172,289 00000000000003d409ef24001cae5d09f81ac0e5e9cfa343c1f81bf407435b07 1 0.00 vMB 0
172,288 172,288 0000000000000ae9f79ab3a7ee7a2af7100dfca7a51d0194631f6af110f3982a 7 0.00 vMB 115
172,287 172,287 0000000000000097ed07d13fd8f79d34ff25bbe2249e9757e918e6b70f00b720 10 0.01 vMB 51
172,286 172,286 00000000000005c5596e11de8be21d7c73374a6e4003fd0581fb786752911c75 7 0.01 vMB 8
172,285 172,285 00000000000007b3a3ec55ab7cfaef5f9446b30b44ab981e04b672a4bc7f7856 2 0.00 vMB 0
172,284 172,284 000000000000043159ed2baabbdfa6ea79224f11bff3585067a262a8235a8bc9 64 0.02 vMB 16
172,283 172,283 00000000000005d1501d6f18ae9baef6277f80d2fc39c6e30c898484d7165a6b 14 0.01 vMB 29
172,282 172,282 000000000000074ce90f37457a0c5072eb4e46e47f2869f42b12f623a416b744 22 0.02 vMB 6
172,281 172,281 0000000000000233a5d1b66b716e53e8b774bf689c9a8a59c174abb84f268b7b 79 0.06 vMB 53
172,280 172,280 0000000000000043fbc211a98ecac9305cce590f70b3a864076f18d6c48f7fc6 71 0.06 vMB 203
Previous 10 blocks ↓
Total Size: 779.66 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: 310.42 GB
    • Received: 1.47 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.