Loading Tool

Explorer IconExplorer

Memory Pool

45,023 transactions
27.02 vMB
0.08774253 BTC
Random Selection Loading Transactions
Max Size: 142.39/200 MB

Candidate Block

Mining Attempt d828f21ce95f7d1020af09d3051707b293a3604e2d5c65a2c286cbc3c93752a5
Version 20000000
Previous Block 000000000000000000006d5dec801a101478f03b45279c1f23f252ebcf40ea3f
Merkle Root 11846ba8f1bc348c3237b3fcfa42dce33badf59f1c76d15728a6b22f1460b384
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,657
Size: 1.00 vMB
Total Fees: 0.03678108 BTC
Feerates: 201.07 > 3.69 > 0.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,880 (261,813 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
653,067 653,067 0000000000000000000c1922bf39e647cb8f715d71a61eede2cd3d72ce15a79b 2,738 1.00/1.00 vMB 31
653,066 653,066 00000000000000000005e228aa1f591c78ffa808e3d697ce2baaa8ba021c38a9 2,834 1.00/1.00 vMB 65
653,065 653,065 0000000000000000000ace5160c8e130e89fa0de0da967e1c9a8f5bc4b58d268 2,283 1.00/1.00 vMB 17
653,064 653,064 0000000000000000000690c5f5cba1cd2f3c53d308d1991aeb6d10e148227e75 1,671 1.00/1.00 vMB 43
653,063 653,063 000000000000000000019aaa216f089caa26c449525a8d4de11792e24fb07a83 1,953 1.00/1.00 vMB 18
653,062 653,062 0000000000000000000a1dc397ed9a3e6f5f268c927690424d01222ca65b0eec 2,623 1.00/1.00 vMB 55
653,061 653,061 000000000000000000017170670ace17693962caf6ea621de20a202f1472f1b8 2,768 1.00/1.00 vMB 49
653,060 653,060 0000000000000000000c327332190a36badbb9f01f3bdf694cd8485de8eef50d 2,472 1.00/1.00 vMB 57
653,059 653,059 0000000000000000000802ac82bf1c7173841e58c70e7574b6e08bb8e78390ff 2,275 1.00/1.00 vMB 28
653,058 653,058 000000000000000000011c2ec02fb07d0ccb8197a762d6824c6e6779285b7988 2,969 1.00/1.00 vMB 79
653,057 653,057 000000000000000000019d4fba0aebc096afb55d63c48123b37f073cb775e9f2 1,353 1.00/1.00 vMB 12
653,056 653,056 00000000000000000000545f15b8ee0ac7dcd1fd73bda5c10fb877826c8bfe25 953 1.00/1.00 vMB 13
653,055 653,055 00000000000000000005c823b27674952c37f6b3331233b61afbe6772e3ba6df 940 1.00/1.00 vMB 20
653,054 653,054 000000000000000000045f147cc39419ac74ac63631ed1e1cf530ef58fc1976f 2,910 1.00/1.00 vMB 29
653,053 653,053 0000000000000000000dae237a5a1e16538d5ddd562ffbeb286a651dcd939035 2,552 1.00/1.00 vMB 22
653,052 653,052 0000000000000000000c1a2b785b82eafa32bd940606865a31e2a8669db2ab91 2,852 1.00/1.00 vMB 43
653,051 653,051 00000000000000000008f95d93fd6a9b96a57fde9bcdf95bdc8ec44497d03b02 2,981 1.00/1.00 vMB 34
653,050 653,050 0000000000000000000ba3346bbf97a64626014cee4ed8b0e586a83832732474 2,711 1.00/1.00 vMB 34
653,049 653,049 00000000000000000007893520fdbfc6051e4478ac2264b87a6c34b1fc548147 2,019 1.00/1.00 vMB 71
653,048 653,048 0000000000000000000aa6193165a8c0d6272ab3b2f9615b4b186be7008fd363 2,773 1.00/1.00 vMB 27
653,047 653,047 000000000000000000075eea3d11cd71188a135a38be815ba81800bad5fc63b9 2,729 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.17 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: 653.58 GB
    • Received: 13.95 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.