Loading Tool

Explorer IconExplorer

Memory Pool

38,707 transactions
28.43 vMB
0.07084355 BTC
Random Selection Loading Transactions
Max Size: 144.30/200 MB

Candidate Block

Mining Attempt e5b13273fcad15cac611449b809b25f8c59f7c4aa6efcf9b77b7db571ee9b092
Version 20000000
Previous Block 00000000000000000000b940d12fdd4738a54d039159eec3ba1e77f5522f2a8e
Merkle Root 4c9efe512533efd45eb9fe15ba67ca5998014fcbe128024877efe778a4056842
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,043
Size: 1.00 vMB
Total Fees: 0.01609765 BTC
Feerates: 150.61 > 1.61 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,597 (244,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
670,271 670,271 0000000000000000000a21a3ca58d4df5e6fe5467863960a94d2ee7c34f32df6 2,305 1.00/1.00 vMB 80
670,270 670,270 00000000000000000002fcafae145a37821ddbf898c4fbac7a7d09ece6a92b1a 1,780 1.00/1.00 vMB 117
670,269 670,269 000000000000000000061deb00b1293b4ac9d1d6aaa6f1bc16708ea80cc2b9c5 2,119 1.00/1.00 vMB 92
670,268 670,268 00000000000000000005f53f8bf0bec2a80267fedbeaef6453c6df95b3197992 3,083 1.00/1.00 vMB 136
670,267 670,267 00000000000000000007ba217f716ae956a9feceb626fa67d5483458fa39da21 1,797 1.00/1.00 vMB 70
670,266 670,266 00000000000000000006ffcfec714ec5592ea243126edd9388fe149ca8355e0b 2,776 1.00/1.00 vMB 122
670,265 670,265 0000000000000000000b3475bd8f66409851fc2679f120a4447f21d3c797aa9b 2,812 1.00/1.00 vMB 89
670,264 670,264 00000000000000000000f9cc24ada9f6a6df66829f57f35831fb7479e8123ba5 2,654 1.00/1.00 vMB 121
670,263 670,263 0000000000000000000c53b20ccbb1e3034332215cd7c1e9810e028e3b531470 1,964 1.00/1.00 vMB 176
670,262 670,262 000000000000000000038a38ca98600a84782140937052abd9d4d72cd5e11684 1,496 1.00/1.00 vMB 184
670,261 670,261 0000000000000000000801cc3a0bf4c31d0c3204db277eda7110a184fab7882e 2,531 1.00/1.00 vMB 144
670,260 670,260 00000000000000000009bcf7b34b989224274081ffb04ae0452d38e099cd65fb 2,642 1.00/1.00 vMB 90
670,259 670,259 00000000000000000007d987f5c9b25729e5ce51b4ee7449201f5ad5fbe6726b 3,203 1.00/1.00 vMB 92
670,258 670,258 00000000000000000001aeb61f47200c061cacc27b582c26c50658f64210315e 3,093 1.00/1.00 vMB 190
670,257 670,257 00000000000000000009e4b870f48d1196a56e06bcc71a9a766a3efa0cfd43c5 3,074 1.00/1.00 vMB 72
670,256 670,256 0000000000000000000891c38ebc64c2d9f372b48106bf7eeed7c30c9899b58f 2,147 1.00/1.00 vMB 136
670,255 670,255 00000000000000000003d14e14ba3237c8dd8602a0558515b3da134179107bfb 1,433 1.00/1.00 vMB 187
670,254 670,254 00000000000000000006349566fa759e358e44fa92c3ca1fb5c3933836198e31 2,407 1.00/1.00 vMB 104
670,253 670,253 0000000000000000000b84f94170a514f4874e14abd0912f110b87d2ce8a7d39 2,765 1.00/1.00 vMB 132
670,252 670,252 000000000000000000020eb29f28eed9e8f962052b6841bbe3083c85e98935a9 1,616 1.00/1.00 vMB 166
670,251 670,251 00000000000000000001eed91308c14fb363feb93a29db0f959306ee7d5b67a3 1,564 1.00/1.00 vMB 186
Previous 10 blocks ↓
Total Size: 781.68 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: 628.35 GB
    • Received: 11.79 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.