Loading Tool

Explorer IconExplorer

Memory Pool

22,585 transactions
9.97 vMB
0.02459384 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.04/200 MB

Candidate Block

Mining Attempt f6fd3f707e3e78a90f6df6f33ae9cba0726811fd47df99efb71af559977174fa
Version 20000000
Previous Block 00000000000000000000530b19dff44f12db6823c6764166133ba764e9326fca
Merkle Root 584581677f2e3af58c1a408cea0c8f1d61325040e44e7ca4efb0169d9179ce68
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,252
Size: 1.00 vMB
Total Fees: 0.00849440 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,508 (707,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
206,334 206,334 0000000000000001f78072b87f74df67c0d8c3ed71cbfe12d3894fa17da67809 75 0.04 vMB 171
206,333 206,333 00000000000001acc6ba1caa93a8e81b70d4bf7b56901ffda9ef1a91aa674c60 222 0.16 vMB 196
206,332 206,332 00000000000001679278a24826f34ca5297085066b07494b846b4bebae88bce2 77 0.02 vMB 130
206,331 206,331 00000000000003bc4260c68db7f6ec3536cee5a5ccb2c48396b04b6b737bd0c2 105 0.04 vMB 360
206,330 206,330 00000000000000fd9629ae9d8b54dd4a36cb59271ab3053827027fe354f42e82 64 0.02 vMB 259
206,329 206,329 00000000000004d99a1aa84ff84cf0bdbe21f4cf151c5a702c92573793e675f2 16 0.01 vMB 215
206,328 206,328 00000000000000f8d6e477d4dae173903c2d77281bc10d4ae99f3b04a49c8569 142 0.06 vMB 412
206,327 206,327 000000000000009c4492a00082c222318d1c962e65c00478ece49c1da6c0ad8a 95 0.04 vMB 149
206,326 206,326 00000000000004ae94ad0ff2ef0cba8e9297d24443a54514070a3d3d4937db36 146 0.07 vMB 169
206,325 206,325 0000000000000454f34531a1051df905756ac3a8dee3346a0c68ffbf16954189 321 0.12 vMB 175
206,324 206,324 00000000000000d9c9948e4bdc8094fa3246fb070568023969cfe0e4b07f47e4 10 0.00 vMB 358
206,323 206,323 00000000000000a96bd0b075dcc3deee270e3faa1eb2b3784349b42b66aef8bc 10 0.00 vMB 149
206,322 206,322 000000000000016f4d4479f04568c60c69edda92697f98fcfca563610ae10989 31 0.01 vMB 21
206,321 206,321 000000000000012ef6ef2080e07a92fa37824ff32d8b6a80830971635298f1ad 92 0.10 vMB 86
206,320 206,320 000000000000044637d07f2df000a4e337019064ac189ff34dc16d612f62b84e 110 0.04 vMB 259
206,319 206,319 00000000000003c042cf1066fd8a24f145228be78537223f9cf1276e9d6aad8d 21 0.01 vMB 177
206,318 206,318 00000000000002702ef8cc649917c68c50cc78a47fa45dd9f02b62769bb433d3 20 0.01 vMB 118
206,317 206,317 00000000000001d703e14c7350285b558d0ea5170b0661b7283152bd672077e9 198 0.12 vMB 115
206,316 206,316 000000000000011ba9bde86fdd5cd30e366256831ac10aa72c98079c25797ab5 293 0.13 vMB 151
206,315 206,315 00000000000002b002408b51e275976f83f8baeb054287c53a6f8585a62f84ac 234 0.11 vMB 178
206,314 206,314 000000000000018ad8c67b67065859d06c7bac5a42bb47bed4fae8707bb36316 296 0.20 vMB 81
Previous 10 blocks ↓
Total Size: 779.75 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: 378.87 GB
    • Received: 1.90 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.