Loading Tool

Explorer IconExplorer

Memory Pool

84,473 transactions
32.63 vMB
0.09825319 BTC
Random Selection Loading Transactions
Max Size: 197.78/200 MB

Candidate Block

Mining Attempt 3d2aa37e48a8abc55797e296e006ceadd4f0e622c57ce4831e05c28f749124e8
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root 3ee4c0d0d5d8e1698701143b99e40f6c3c804031ee23c761dc914430794101f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,037
Size: 1.00 vMB
Total Fees: 0.02609023 BTC
Feerates: 223.65 > 2.61 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (505,204 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
410,012 410,012 00000000000000000615640c26599b6b3d9f1b8f091e8feb3ded075ab4c04301 2,855 1.00/1.00 vMB 88
410,011 410,011 0000000000000000037743ee86bf8182cec34ace1546811db9068ad75eca47b0 1,587 0.91/1.00 vMB 32
410,010 410,010 000000000000000002e10fa01a3927be30edad836b85c7cae119d0b2a3cf3903 1,783 1.00/1.00 vMB 32
410,009 410,009 000000000000000001095a8577383f13707581f9b0ce129eb400685c5531a2bf 2,562 1.00/1.00 vMB 48
410,008 410,008 000000000000000000a92e8fc85d5bc8f5427a25fdf07b5d1d3d9379bf4fa7fe 1,187 1.00/1.00 vMB 26
410,007 410,007 000000000000000005571ff250cc080873780cdb8dcae0979f7ef3032d0b7890 7 0.00/1.00 vMB 171
410,006 410,006 000000000000000004bf525b233ba81bc4ee0812d3822045ea8d6dcbc2820dcb 1,953 1.00/1.00 vMB 26
410,005 410,005 000000000000000003196cc3372abe0da190988595135a115cff0dc1ca71fed5 3,028 1.00/1.00 vMB 45
410,004 410,004 0000000000000000026d14b72547b6dfa199734d40c671aeb642e9e30b770c58 3,631 1.00/1.00 vMB 80
410,003 410,003 00000000000000000137d4b2f6ced5aafdb05fda6f8d9c1438e70e2e78197dc6 1,390 0.63/1.00 vMB 35
410,002 410,002 0000000000000000029737a5a45ee389090a2b6562efb593aec6ad2441893311 153 0.09/1.00 vMB 26
410,001 410,001 0000000000000000031a8a4a11a1680a6c78193bd0e6af2d5ca006d6f2b07757 1,388 0.55/1.00 vMB 40
410,000 410,000 0000000000000000060d7ea100ecb75c0a4dc482d05ff19ddaa8046b4b80a458 612 0.57/1.00 vMB 18
409,999 409,999 000000000000000004370c922f1d282f64ac8f0cb5d7552fc3d88fa6df8e360a 2,916 1.00/1.00 vMB 51
409,998 409,998 000000000000000002b45d29816a80c04183dac8c4654430e953ed13a5cd15e7 1,567 0.84/1.00 vMB 34
409,997 409,997 00000000000000000408ea1f20212a1bb1390fb2b2a2b22473f8893003f2f4ad 1,617 1.00/1.00 vMB 29
409,996 409,996 000000000000000000f035e7e4edf049e8b97e1f5a16065c2bfa8de0084d002a 2,089 0.99/1.00 vMB 34
409,995 409,995 0000000000000000061e42a2f9a01f7e796d74c9cd548ee828b17ffcf4970fec 2,544 1.00/1.00 vMB 56
409,994 409,994 0000000000000000047550c8c5eaa06b871d842005880530a92b5305b2872e96 1,034 1.00/1.00 vMB 22
409,993 409,993 000000000000000000818bbafff7e3867cd443023a87a69d1a25edb5e718c1ec 1,891 1.00/1.00 vMB 34
409,992 409,992 000000000000000004bf82d84e04a5a4ee6d28bd6bf2e00b59185b5aeb4188b7 1,848 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.76 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: 709.02 GB
    • Received: 16.82 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.