Loading Tool

Explorer IconExplorer

Memory Pool

41,169 transactions
26.27 vMB
0.07384496 BTC
Random Selection Loading Transactions
Max Size: 136.82/200 MB

Candidate Block

Mining Attempt 9e2cd65ea2b6f3f2d520c6e57d6a41f1d7b3750ed55b80e206edd010cd5dae5a
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root d9a9f8de35d7098ea9d988dffe41125bd9be2df7221501fd8e0a6df3bef0b2a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,788
Size: 1.00 vMB
Total Fees: 0.02579460 BTC
Feerates: 150.98 > 2.58 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (667,542 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
247,332 247,332 000000000000003b22d31a43f874825ecc0bdb245b4feec80c9c04170bab9339 199 0.09/1.00 vMB 96
247,331 247,331 000000000000009d05944e0f5d160e591e81a3dbdf290d64c7cd9a95d2f6dd9e 86 0.04/1.00 vMB 183
247,330 247,330 00000000000000971f5875994cbe126baa4f514c0b82e60f515e7ead411afa34 117 0.05/1.00 vMB 92
247,329 247,329 00000000000000a2d631ad9df1b70b9a380f3ae97e158fbbce1fe553252ac0fa 231 0.10/1.00 vMB 137
247,328 247,328 000000000000000b74e9ec8a16a548e93b404e8c231c1b507e3c84a286ce14dc 15 0.00/1.00 vMB 38
247,327 247,327 0000000000000061147034e7fe0c2890213b9f3c5ed30c9ad1ec829779467f6e 527 0.20/1.00 vMB 184
247,326 247,326 0000000000000057c59e72236b6d0b525f3aa77ad5d12f4e981ef51272c68f37 279 0.13/1.00 vMB 142
247,325 247,325 0000000000000077cf08a31b3ecc058ae2d8a719cb6135a5efedd2a827ea8e01 504 0.19/1.00 vMB 166
247,324 247,324 0000000000000015ff3b1eba14f71f17c1d0cba06830306f39b3ab66e9a26c09 173 0.07/1.00 vMB 196
247,323 247,323 0000000000000033e6463f9c3824687e33483004a5211b534b736b5f417c8dc9 23 0.01/1.00 vMB 35
247,322 247,322 000000000000001f24f243fc381bbf222a878dcca533d59dd31f30b5da331129 446 0.20/1.00 vMB 168
247,321 247,321 00000000000000041942ebc471df4726b90505f369f169a12928fd5b5f6caf82 203 0.09/1.00 vMB 103
247,320 247,320 00000000000000387be631eeb956b7f2f7204b0b65bef57fa3d1da55e30bf0be 110 0.06/1.00 vMB 87
247,319 247,319 0000000000000079a8d25e7d8a4bd54845ee6e05aa8007ffa5972211f2c3d741 186 0.08/1.00 vMB 172
247,318 247,318 000000000000004db72f535e97b0c3176b7faf0aae3ee07ad8a9d643b01f5ccb 263 0.11/1.00 vMB 131
247,317 247,317 00000000000000139c46f73f46c83392c1144b0ed1770101ba6ae677ae770132 48 0.03/1.00 vMB 54
247,316 247,316 000000000000009451276c414e917de4e6bf3d0f190df7b431ca5f5ba927c59e 230 0.15/1.00 vMB 178
247,315 247,315 0000000000000016268b19122f904a070a26bfe374f4e28d208b1263988b6f6f 74 0.03/1.00 vMB 220
247,314 247,314 000000000000004e5f05586415b07048aa3a6d1ac5c1954c3b029eb6cc266e56 195 0.09/1.00 vMB 139
247,313 247,313 000000000000000ed2306bcccbf1bdfe740ff1ff8d6d2fa034e54082478b0d10 317 0.15/1.00 vMB 119
247,312 247,312 000000000000006c86a9392a31ed64ace312d9b12c3903f041bd072a314e4048 190 0.08/1.00 vMB 170
Previous 10 blocks ↓
Total Size: 782.16 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: 653.44 GB
    • Received: 13.88 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.