Loading Tool

Explorer IconExplorer

Memory Pool

17,558 transactions
8.01 vMB
0.02603093 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.02/200 MB

Candidate Block

Mining Attempt 115625a109604fa80cc4f51dec9caaa9690ef4f634445f192d43eec4a1453780
Version 20000000
Previous Block 000000000000000000005de82c89e76a4485033bd94c0162c863c16d02ff1cea
Merkle Root 48bea956fa033793fa98ee1cf1d6b768f5ccf279a0673f971fe22dd1a25a3fc4
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,843
Size: 1.00 vMB
Total Fees: 0.00938521 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,398 (741,074 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
172,324 172,324 00000000000009a779150cc4bb55430793b7ed1739083f72c7cba742827cfafc 95 0.03 vMB 175
172,323 172,323 00000000000008293a7332e1637d5da995ef7bd8bafbbc209704ed072c74fa93 1 0.00 vMB 0
172,322 172,322 0000000000000698b72e20a02ef3fc473d79073e61f0719cf34ca96614f57f77 54 0.03 vMB 138
172,321 172,321 00000000000001965652fcfdc131c6a533a05f749266481e7281b9823600d141 71 0.04 vMB 196
172,320 172,320 00000000000007e3a56ff86ec185ae4132b338418ce83f3f2c7db499d9da2800 104 0.03 vMB 145
172,319 172,319 00000000000006aa8a79dc5aea0ad08704fddaac63796383dd01f5c6d3336236 11 0.00 vMB 0
172,318 172,318 00000000000007895be91891290ebf82e36adb3392c951b954c6fd2731dd4de4 25 0.01 vMB 47
172,317 172,317 00000000000006bb71b599561d799d1d061f56ea304c7858d6f73696b4935b99 26 0.01 vMB 49
172,316 172,316 00000000000008a8b86bbba3d6e1efdfdd427db2008d4f2a5c37ce50e9988d9a 19 0.01 vMB 226
172,315 172,315 00000000000000d5262e533cdeeee5a78fd3c9043698299ed7ebd53d135af051 8 0.01 vMB 14
172,314 172,314 00000000000003524df10b7661bf672efcd319307a0cb37be6ad77ba394085d5 68 0.02 vMB 163
172,313 172,313 000000000000060833bac9e737111ea0918a33fce2515a5b28fcfdc36b8c9737 99 0.04 vMB 55
172,312 172,312 00000000000009d8b5746682b6bdca99e635309d4f241282cac0647c5278712f 1 0.00 vMB 0
172,311 172,311 00000000000007b5b6042012de69897c5932d82d2593d76dfca9139aeb2ae333 1 0.00 vMB 0
172,310 172,310 00000000000006258422a498564d2c277e10455deea7336b20f8baada33619a6 99 0.03 vMB 47
172,309 172,309 0000000000000acc7ca951b1ae580cf64feda0677df9473c17a0cb549e463654 15 0.00 vMB 488
172,308 172,308 00000000000009b9ea7e90bf87e210fc7672c473fdc3ddc65b13f5d965be11b6 15 0.00 vMB 46
172,307 172,307 0000000000000956bffd06fcd6641c883b19181eee1a26fb28dee90a88831b5e 71 0.04 vMB 67
172,306 172,306 000000000000047b6d4b9aa1b482dfeed8b67542d99675db910dc058e13c06f1 10 0.00 vMB 68
172,305 172,305 00000000000005b752f7ca8ca0ed8db543e56b20988aa1d98e1ddc3ecb3207ce 66 0.04 vMB 55
172,304 172,304 0000000000000a98a47835241dfdfcef66c34e2fb9aa49e60e0e00753ab2e62a 7 0.02 vMB 52
Previous 10 blocks ↓
Total Size: 779.56 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 261.89 GB
    • Received: 1.01 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.