Loading Tool

Explorer IconExplorer

Memory Pool

19,487 transactions
8.84 vMB
0.03844259 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.67/200 MB

Candidate Block

Mining Attempt 092278227a7dbd41afacd753feb400436c2e61a16ee09203fc33ed268204be76
Version 20000000
Previous Block 0000000000000000000170c67e58e6b2743a2a358553ccfe3fb9590b1d57ba5f
Merkle Root d473fe3672832615effcb855444c3a37b5f765b178bd842ccf436d3355b773f0
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,775
Size: 1.00 vMB
Total Fees: 0.01919109 BTC
Median Feerate: 1.91 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,402 (741,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
172,303 172,303 000000000000025d5a3cd8ea0d0a74043425f870e4baf1159723562a778f3f5d 6 0.00 vMB 114
172,302 172,302 0000000000000ad3cf6117b718b1711254051b8a196f003c67345c211b8497c2 7 0.00 vMB 69
172,301 172,301 00000000000000f4e431300f36eccd5b1f9fd51f620848eeddfe1c0c4fd87185 47 0.02 vMB 31
172,300 172,300 000000000000053c12da577fc895f447e5f2a0b760e704860cbe60411f5c6bf6 20 0.01 vMB 73
Previous 10 blocks ↓
Total Size: 779.57 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: 270.12 GB
    • Received: 1.05 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.