Loading Tool

Explorer IconExplorer

Memory Pool

14,448 transactions
7.52 vMB
0.05602207 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 41.76/200 MB

Candidate Block

Mining Attempt bfc446c8c232b24cf09851b3b269b4279ac886041d34e6224ad1794fb5972a85
Version 20000000
Previous Block 00000000000000000000e687af6501ddd9cf3b65e64074a5f6330970f0f2158f
Merkle Root ff65a2d431b8cb9150c485fd33e3777ae51f50707100d4a905d039486ac88c57
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,388
Size: 1.00 vMB
Total Fees: 0.04085292 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,418 (713,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
199,997 199,997 0000000000000198a3a2b31b05409b20011a60800183a629814f73453b8a6ba8 169 0.05 vMB 84
199,996 199,996 000000000000044b1b5e161f64cc16ee6d5b9f4b795cd44feea6670288e7b738 20 0.01 vMB 248
199,995 199,995 000000000000008b5cc7149815a72ee057dcbf8926e788b49b97504853104398 236 0.17 vMB 102
199,994 199,994 0000000000000553828611e5ead40e4d153f09557573bf89dc637b9880859789 94 0.09 vMB 87
199,993 199,993 00000000000000e1508de5ee2d86d9d8f59aab0515a72f9dccf88085cd105046 212 0.20 vMB 86
199,992 199,992 0000000000000255f8f7dab3346c395127dceacdb685868c615cefe4a7557ccc 49 0.01 vMB 142
199,991 199,991 00000000000003e4ee39220994dfa2e0f83428196ee2d3565ef4834ce3943383 91 0.03 vMB 131
199,990 199,990 00000000000000963225fea4bb2dfb8811c4397ccc19c9e227052e04be54abef 57 0.02 vMB 223
199,989 199,989 000000000000008da064ed2571a631e0f16398e1b1528782569ab6ca42f095e1 111 0.12 vMB 60
199,988 199,988 00000000000002888a65d7f66230aa13da067d9d56dedc9641fd7e79641332d0 130 0.04 vMB 67
199,987 199,987 0000000000000039e605806d60ace6b06f6b9e86d61cd80ad70563abc72ef1a1 199 0.18 vMB 88
199,986 199,986 00000000000003027b79333ca834a5f34a74349162d48708c4b5a31062f64a8b 109 0.04 vMB 136
199,985 199,985 00000000000001756979b1b8a105555102c96b1b73026be75ad6433b532dcb10 102 0.03 vMB 111
199,984 199,984 000000000000020f0588bef4356a41006005dcb4687d9de389b988260ae7469e 30 0.01 vMB 10
199,983 199,983 00000000000002991b725e4e06dc1aebd205cbbfc06f4f76d6c2714bdccbd7b2 247 0.14 vMB 228
199,982 199,982 00000000000005883d69291dcfa751eefcc09fb78372e59c77db35c906b3e2ff 155 0.04 vMB 28
199,981 199,981 0000000000000440a8b1353b6430f6bae5197c75a1a1048a7b7b968c4400f105 33 0.02 vMB 97
199,980 199,980 000000000000048d24cdd38618bfd8145138a910ae393a11fcd3783aefad5085 51 0.03 vMB 73
199,979 199,979 00000000000000bbf75b307b0808e47df9095c276fc6903dce0297c0e1f7c0ee 128 0.10 vMB 293
199,978 199,978 0000000000000462febb3257f2c087465ee66bf4c3e5e71f78669f342ab44388 28 0.01 vMB 85
199,977 199,977 000000000000025ffdcc329123635f985500e8522a7d057bb64746ef64d8a667 57 0.07 vMB 83
Previous 10 blocks ↓
Total Size: 779.60 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: 292.02 GB
    • Received: 1.20 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.