Loading Tool

Explorer IconExplorer

Memory Pool

6,565 transactions
8.92 vMB
0.01731540 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.00/200 MB

Candidate Block

Mining Attempt cc942ad167e08193fae43c9e12b599a2026b71eb22efcbac290edf314d61a283
Version 20000000
Previous Block 00000000000000000000c62eb6b3574aa0b8d680bc9d2c401c79c53a05e8a987
Merkle Root d6a2b570c7f27845c77eb56b48c8da4013d4d08c4b087fdabdaab50db4874458
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,266
Size: 0.997913 1.00 vMB
Total Fees: 0.00431525 BTC
Feerates: 30.21 > 0.43 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,805 (742,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
171,507 171,507 000000000000038ba8d9e3a09f47cd3f5e92d417b8b2231c66bdffc2eff050da 1 0.00/1.00 vMB 0
171,506 171,506 0000000000000280493b11a9ddd8268084f7b2ad78b6f6ccdbc63350dd2c20e1 64 0.03/1.00 vMB 31
171,505 171,505 0000000000000926560158fe8a336acb8548a52fd68175a15b7ddbd220f2d382 29 0.01/1.00 vMB 7
171,504 171,504 0000000000000909bf60a6e85624fe437bb58c1e47399553889ebe656244f136 17 0.01/1.00 vMB 40
171,503 171,503 000000000000032861910e709bff3ce2ded95e7db11d2781bcf90b56f257602f 10 0.00/1.00 vMB 86
171,502 171,502 00000000000006c68fda43c0e33bdb30c629d66edca630797d2dac9c1b033461 29 0.01/1.00 vMB 123
171,501 171,501 00000000000003df7cad23237deebc5e2ee77c4537692fe88d9bcb41f83fb20a 22 0.01/1.00 vMB 47
171,500 171,500 0000000000000033c1c1833a32a088a36021af837ffb007ca39a762cb178c358 1 0.00/1.00 vMB 0
171,499 171,499 00000000000003c0fbefcb541a353addb21d3cf32839b3db0c64565057c7e1bc 79 0.03/1.00 vMB 164
171,498 171,498 00000000000006ba02f9f6cbcfbeef9a00ff8de57f8a1fca5a11dd6ae7d7c68b 48 0.03/1.00 vMB 87
171,497 171,497 000000000000082b012d7821e1398ce982e8202bf574c4cd313ad262134fab26 60 0.02/1.00 vMB 36
171,496 171,496 000000000000059ee4ef41031375ecf0096d4b2b9b352127e58ce57314143387 1 0.00/1.00 vMB 0
171,495 171,495 00000000000001378c8dddf3ae2db489032f033cda79b404c0fc75e19038b396 30 0.01/1.00 vMB 57
171,494 171,494 00000000000002bbf43b0cae7a4b6e903511a9e5bcca32a544c9e24103f3a1f7 33 0.02/1.00 vMB 29
171,493 171,493 00000000000006f72bdcdc6af5640909ea601d55ebdc760097da5bb9581044d0 70 0.02/1.00 vMB 56
171,492 171,492 00000000000004f17e51d17abbf65ed41ba230e3fb39e458d2c85a01b54dfaff 88 0.04/1.00 vMB 156
171,491 171,491 000000000000092215021d41120107c1a7ddd7f91598988d3b86075d01996063 6 0.00/1.00 vMB 0
171,490 171,490 00000000000000ef9955a32f6f9e9350b870211fd4cd9a45208dea40f3fb9d0e 99 0.05/1.00 vMB 82
171,489 171,489 00000000000007e6d8e42e23dbe1c2d7b32220fcdf6360bce8c76e23d1bd2163 79 0.03/1.00 vMB 35
171,488 171,488 00000000000009e9536afdea57b901018609855fb37a62d3d084480970691200 37 0.06/1.00 vMB 46
171,487 171,487 00000000000001b4ec5dcefd8cb88b561646532725214645586309ff25c05894 61 0.03/1.00 vMB 277
Previous 10 blocks ↓
Total Size: 780.27 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: 515.86 GB
    • Received: 4.38 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.