Loading Tool

Explorer IconExplorer

Memory Pool

78,490 transactions
29.79 vMB
0.11522569 BTC
Random Selection Loading Transactions
Max Size: 178.99/200 MB

Candidate Block

Mining Attempt 9de44a4198eea19a96ee6e4747af8772d0f0df211910d80e25dd3c4d4868c30a
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 89d1dbe41a69756198caeac0e7dd36aeb7e925cb6906cd6cc09c03f303f03ca7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,140
Size: 1.00 vMB
Total Fees: 0.03438577 BTC
Feerates: 673.02 > 3.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (450,116 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,157 465,157 0000000000000000006c1da98f4afa8c6fcceb824bb4e6b71c8e7aa98166b7d8 2,304 1.00/1.00 vMB 149
465,156 465,156 000000000000000001060616f53819cf694e3cd7d73cc1098e7577ebeaf6b930 1,789 1.00/1.00 vMB 174
465,155 465,155 000000000000000001da0985d0c051cce84b3e8b7b81de669406a84d2c37f4ce 2,522 1.00/1.00 vMB 225
465,154 465,154 0000000000000000021877cfb51041bd2e9530feb0cd3174e0e74456eed6cc29 2,288 1.00/1.00 vMB 322
465,153 465,153 0000000000000000015771058a10b64661b42ffe1c1647b0eaa3ceba7fd88f17 2,353 0.99/1.00 vMB 266
465,152 465,152 00000000000000000130500d2c88d81e0ee48ec4e39cffcdc0b57c8c77649534 2,326 1.00/1.00 vMB 163
465,151 465,151 000000000000000001b536bcc24ed7648b68a74551b7f5010ecede52357dac5f 2,778 1.00/1.00 vMB 192
465,150 465,150 00000000000000000109356b02944d45eb76b9133744d2e4c94194cba4dea7c8 3,189 1.00/1.00 vMB 172
465,149 465,149 000000000000000000d4c1ec73ef606778718789b44400f56e0cc0d441c0d232 2,763 1.00/1.00 vMB 208
465,148 465,148 000000000000000001318f7533d49309bcadc9710fbb06ce29bdbe9cd53b392d 3,486 1.00/1.00 vMB 264
465,147 465,147 000000000000000001f1e713252814d85a6e54f14ed55aaa810ec2e01b08b3a0 3,532 1.00/1.00 vMB 335
465,146 465,146 000000000000000001506d087c8f7a3849995a7128554d0a73b0b9047ab9113e 3,413 1.00/1.00 vMB 280
465,145 465,145 000000000000000000311c10d510b78220031622f60d9e9d111c5db0266918be 3,053 1.00/1.00 vMB 276
465,144 465,144 0000000000000000014b333827d7e84c21f372092ba17a583a7653381bce1fb3 2,201 1.00/1.00 vMB 122
465,143 465,143 000000000000000001564b4e15f6227477a96869ccc3a2af80b3367850b95f86 2,184 1.00/1.00 vMB 174
465,142 465,142 000000000000000001e9737888c5b2d28f6b8c9ddb6a9ccd85c3bcb809cdd95e 2,037 1.00/1.00 vMB 124
465,141 465,141 000000000000000000223c98b609270dcc8b80a68cf79062edd71f5db99c4ddb 2,101 1.00/1.00 vMB 153
465,140 465,140 0000000000000000004c5042e9ff34e49e3e75de914fadf8089a032c6f0f9ed2 2,548 1.00/1.00 vMB 192
465,139 465,139 000000000000000001888e553f9758196be509ab8cef007be607cd98fbc0b2c5 3,015 1.00/1.00 vMB 248
465,138 465,138 00000000000000000193dc0d24b1dc5a727f7931f790c5211cce7d9dba8f139d 2,973 1.00/1.00 vMB 282
465,137 465,137 00000000000000000079406ced03a462fcdde03ac61ac958657078c451a8a7a1 1,619 1.00/1.00 vMB 224
Previous 10 blocks ↓
Total Size: 782.86 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: 713.04 GB
    • Received: 17.28 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.