Loading Tool

Explorer IconExplorer

Memory Pool

76,222 transactions
28.82 vMB
0.07178634 BTC
Random Selection Loading Transactions
Max Size: 176.17/200 MB

Candidate Block

Mining Attempt 9c5706b177b3da4d09dd7e6e914f4ad37f5a9eccc57c36d1ff0338d478aa1516
Version 20000000
Previous Block 00000000000000000002081bcce6fc49846f150f75df4e6cbf49c65242f03bc0
Merkle Root 709c9c05ff738660474e361b44a3d431722d9ab69ddb19eb8e69076a9d416efd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,872
Size: 1.00 vMB
Total Fees: 0.00900707 BTC
Feerates: 104.17 > 0.90 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,245 (443,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,529 471,529 0000000000000000019898171b28738628fda4d386333b6777f910f2d6b9b361 2,563 0.99/1.00 vMB 473
471,528 471,528 0000000000000000019c9b3ba01f4d8ec2f6b8cb1e150a7a4292f3cab10eed82 1,046 1.00/1.00 vMB 82
471,527 471,527 000000000000000000dbc55f91a1164d45d49a8c946910af52b4e5a9e450a300 1,262 1.00/1.00 vMB 92
471,526 471,526 00000000000000000194457637ecfb6533caeea9c80409637a9a064d40687264 2,135 1.00/1.00 vMB 251
471,525 471,525 00000000000000000095daab2878afbd34c28591da009accc287e2f2ca93cf95 2,063 1.00/1.00 vMB 385
471,524 471,524 000000000000000000bc8629e3e16d9fac3e9ca0c5d4c90d634245d86234d2c1 354 0.15/1.00 vMB 232
471,523 471,523 000000000000000000db7cd732ce1cb1fd6c2c0b08c6cfa789e93b7b2e8df163 828 1.00/1.00 vMB 133
471,522 471,522 000000000000000000bf56ef852778b23069b778ad4ac9598c9ecf724e47f9c9 1,591 1.00/1.00 vMB 196
471,521 471,521 0000000000000000007d7c0b7af48b54fd4bece4da4fa856cc4fcb777db2649f 1,672 1.00/1.00 vMB 99
471,520 471,520 0000000000000000002341359545a34aed086efffd43d0883f10fffe378ea0aa 2,310 1.00/1.00 vMB 381
471,519 471,519 0000000000000000013698a12aa028d842ef62a06cd2fb85bf26fb9e760eb821 1,840 1.00/1.00 vMB 229
471,518 471,518 000000000000000000b03634ac9b0b9c93998fa1609be4f933a1be4341c18b88 1,672 1.00/1.00 vMB 204
471,517 471,517 0000000000000000019c364a06cafd47de1293f4c51c76b27971bbb4e1395ed6 923 0.99/1.00 vMB 38
471,516 471,516 000000000000000000d83d8549207cc5d32e014d358e63d275ff207c3e00b526 1,579 1.00/1.00 vMB 174
471,515 471,515 0000000000000000006df06d9ff351334c9586fa6ab22204f1eefa89e0f81520 1,592 1.00/1.00 vMB 113
471,514 471,514 000000000000000000c325dabcf7152fc662ce56ca5fab2ec296846fd16cc6d8 2,004 1.00/1.00 vMB 275
471,513 471,513 00000000000000000172ec868b52295d0ae5de2438182ca11fb7b304cb49c9e3 2,097 1.00/1.00 vMB 87
471,512 471,512 00000000000000000081aac7e05779b393edf8ef73dca844a398bebe3b85e542 2,171 1.00/1.00 vMB 136
471,511 471,511 0000000000000000005ed20b06a681ffaa6ecfcb20c8de465b6ca785e73b2fb7 1,898 1.00/1.00 vMB 216
471,510 471,510 00000000000000000011f3bec5504b41447bd92d4cd5aa527780810fd00ab6da 2,353 1.00/1.00 vMB 374
471,509 471,509 000000000000000000d7f9aa8ade74f9679984467ff9b78cfa009a853a5bfb16 1,837 1.00/1.00 vMB 193
Previous 10 blocks ↓
Total Size: 782.82 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: 710.56 GB
    • Received: 17.08 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.