Loading Tool

Explorer IconExplorer

Memory Pool

74,833 transactions
29.79 vMB
0.09930859 BTC
Random Selection Loading Transactions
Max Size: 172.67/200 MB

Candidate Block

Mining Attempt 1bbce35d9a42458e78d845f8f2f25fd6122eed884356f5ae63e9ccc77b058c3f
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 49837d9320d5e5f4c0550f614f0239ebb5f40b9ac6a918e342f622af9abc55ed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,796
Size: 1.00 vMB
Total Fees: 0.02848137 BTC
Feerates: 150.36 > 2.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (455,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
459,731 459,731 000000000000000000ef316e3e916cc54dde9d222d91984452433a8f4599d5d2 1,516 1.00/1.00 vMB 149
459,730 459,730 0000000000000000022d0f84b36d13294c9fefa0424feddf94261e4afb44c73b 2,056 1.00/1.00 vMB 198
459,729 459,729 0000000000000000014e3d2574364e47582e405d4745b6f69dbf09c39f7d6691 1,736 1.00/1.00 vMB 142
459,728 459,728 0000000000000000001b57fc60738400dc0dbcfd1f5d2793968f8834a0850a7a 1,769 1.00/1.00 vMB 72
459,727 459,727 00000000000000000219f510a6804fa61285d6ba0e7ddfd97b38820ee7db6132 1,400 1.00/1.00 vMB 91
459,726 459,726 0000000000000000017e26f644e496c5a636bcaa5ce0f45426d7a562f0dcea54 2,397 1.00/1.00 vMB 128
459,725 459,725 000000000000000000858f8a97ce1eafa0b1a2a2a7a2f16a6039600e4cf577db 1,737 1.00/1.00 vMB 169
459,724 459,724 000000000000000000319a18a00563065fab120611610f6df123363ca0640d84 1,718 1.00/1.00 vMB 161
459,723 459,723 00000000000000000093901620fc14912a13245218fca130f071d52b76f9b25d 2,189 1.00/1.00 vMB 132
459,722 459,722 00000000000000000137ab921a849bf8352c6e9e2273ccafd22781bd55f5b183 1,878 1.00/1.00 vMB 159
459,721 459,721 000000000000000000b3575061b9271fd22912e114b7223999b2a93e838be482 2,653 1.00/1.00 vMB 172
459,720 459,720 0000000000000000009b930806e483a516dfe55ebd0e46f875b8734836b1910a 1,783 1.00/1.00 vMB 210
459,719 459,719 000000000000000000891307ba67a233be3bc85e11da6f10b4cc758f61b97ec4 1,882 0.99/1.00 vMB 222
459,718 459,718 000000000000000001882fe5a68e5e6dbcec31d770512a227e6ad7a65d701762 1,275 1.00/1.00 vMB 107
459,717 459,717 00000000000000000014e867f0fbb0554b5340cd98bda10a26ee28eb96d5f8e9 1,995 1.00/1.00 vMB 147
459,716 459,716 000000000000000001120a97491df3c54b821decfa443e836f6bf13f43e94025 2,047 1.00/1.00 vMB 141
459,715 459,715 000000000000000000bda56c7753892cdb564f9d42f964bf6dd60dc6be2e36bd 2,464 1.00/1.00 vMB 128
459,714 459,714 0000000000000000003cadfba93ef08d2dd6c5404a2fc1b17b9eb8b55b509a99 2,104 1.00/1.00 vMB 133
459,713 459,713 000000000000000001bf525682830b4f77612eb36c2e73754345a7f91aebf7ea 1 0.00/1.00 vMB 0
459,712 459,712 0000000000000000019f1503f53da1b525f79f81df704a2617cbeb3dbdb0a981 2,259 1.00/1.00 vMB 182
459,711 459,711 0000000000000000021a653a355b9984c9ae28329483c26eb2ce043248256073 2,327 1.00/1.00 vMB 184
Previous 10 blocks ↓
Total Size: 782.48 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: 668.21 GB
    • Received: 15.42 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.