Loading Tool

Explorer IconExplorer

Memory Pool

79,022 transactions
29.61 vMB
0.07407424 BTC
Random Selection Loading Transactions
Max Size: 177.88/200 MB

Candidate Block

Mining Attempt d80f7deebb8cf8ed29cf593448889b07e2eb68cbe29381eb0b7e5cbe1a994757
Version 20000000
Previous Block 000000000000000000017605c1e892b5219bb01111e98918f1b31a287e9eade5
Merkle Root 22faa43a6607efa551156ff1143b3b91b9272011df8cbe23903224893c610ef6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,111
Size: 1.00 vMB
Total Fees: 0.01381950 BTC
Feerates: 302.06 > 1.38 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,012 (252,369 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
662,643 662,643 00000000000000000007ff83f6f172416a5522e4d1be2fa2c9047a4929d8765c 2,546 1.00/1.00 vMB 134
662,642 662,642 00000000000000000002b4f31da03ba1e7019408ff79a31bf0e974374f742160 1,189 1.00/1.00 vMB 28
662,641 662,641 0000000000000000000283c1322b7bf1fad8c0815091b7cc8722895d46ec5e3a 2,864 1.00/1.00 vMB 36
662,640 662,640 000000000000000000049fd45b909f16e9acab1c445c99ba6934b9c05d131201 2,821 1.00/1.00 vMB 126
662,639 662,639 0000000000000000000a06a30bc8fc174242317eb6051270a9dab2447dade0a3 2,834 1.00/1.00 vMB 100
662,638 662,638 00000000000000000004200db30fd35e53ebef3b79056507829dd8cd6cc920df 2,205 1.00/1.00 vMB 55
662,637 662,637 0000000000000000000384773b0632cdd733ff66a2f132543d39bf7cba8bef7a 2,761 1.00/1.00 vMB 50
662,636 662,636 00000000000000000002b9a4d61fab30279ffb585d98510e4454ca7869f8cf82 2,860 1.00/1.00 vMB 64
662,635 662,635 00000000000000000005cfe1be08ac23cf46dbbfa43769debfe3a07c24430377 1,855 1.00/1.00 vMB 99
662,634 662,634 00000000000000000005cf659ed6e8c448068199f02962e46535f9ab2cd78dfe 1,286 1.00/1.00 vMB 105
662,633 662,633 00000000000000000004abcf9791b56a44e97934b52d0ea4db980e7502bfbdd2 2,772 1.00/1.00 vMB 63
662,632 662,632 0000000000000000000ef8903c602eb9f788c898c356c6e5a1e4addf51b1992e 2,553 1.00/1.00 vMB 114
662,631 662,631 0000000000000000000c041baf7dfd34463cb6cddbd38f85cc45e30df66974cb 2,769 1.00/1.00 vMB 93
662,630 662,630 00000000000000000001e14c9dbac4452f4a75a4b60b6d9d9df3ee2b62262855 1,792 1.00/1.00 vMB 113
662,629 662,629 00000000000000000002ae3e452d3abf27c719982e7e9788418cd75089de5fc8 2,314 1.00/1.00 vMB 103
662,628 662,628 00000000000000000006b1a6230c1c42756f874c47d7d651afb6d13114d1144f 2,349 1.00/1.00 vMB 100
662,627 662,627 00000000000000000002b9fcd1c0a219b873038bf1fbf51f99e573315dd50b1f 2,692 1.00/1.00 vMB 103
662,626 662,626 0000000000000000000999467694a1b2740d385ac532f943460626f674064e83 2,568 1.00/1.00 vMB 130
662,625 662,625 00000000000000000007e79d9c9cbdcbe092172915f7deab5520535473c42734 2,326 1.00/1.00 vMB 131
662,624 662,624 0000000000000000000e1187af5c5d0ae4a82f3458508fd7e2b3f9a071c1fc1d 1,653 1.00/1.00 vMB 124
662,623 662,623 00000000000000000001478cf71de3817f0650a1291d47dd7a38d4c4e58ba4f5 1,832 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.42 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: 665.29 GB
    • Received: 15.11 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.