Loading Tool

Explorer IconExplorer

Memory Pool

52,280 transactions
30.83 vMB
0.14792427 BTC
Random Selection Loading Transactions
Max Size: 164.57/200 MB

Candidate Block

Mining Attempt 568e9f2e1adc4d0cd28d900d36a1e43dcc906f70893b6ab3e525131a89a4a395
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root 8b54ff44b14f5dfc342c6b573908177d774cd4c651648e04ae83db78891d3706
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,190
Size: 1.00 vMB
Total Fees: 0.05914202 BTC
Feerates: 179.69 > 5.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (911,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
3,182 3,182 00000000f8a0d381cb1e1774bc0521b94b1cdb8284cfa9cb046915def70be38f 1 0.00/1.00 vMB 0
3,181 3,181 0000000001872c838e03a9cb5ead26df64328a0986161f493e157a53e449f00a 1 0.00/1.00 vMB 0
3,180 3,180 00000000fe1e50a2bd550116932ff1e9193a38594c15fd6b2936102b7cecdbf9 1 0.00/1.00 vMB 0
3,179 3,179 0000000005376fb93f3cf203375d6bbd2b498ad78563ef15ec4b9c0455e1a8a6 1 0.00/1.00 vMB 0
3,178 3,178 000000007438423065e44946e51006b4bd0deab0cedc635d38abd16d6b430910 1 0.00/1.00 vMB 0
3,177 3,177 00000000daa71fb3427053510afd13ab565f093cccd9ae127aa8d168aee44cab 1 0.00/1.00 vMB 0
3,176 3,176 000000002b3a1be079ae0b707c5f208b5484cb8adeed5a2e683825cc3c047fbf 1 0.00/1.00 vMB 0
3,175 3,175 00000000170b8ee3d8c6a3c70a8049ed290b7d2105af86d2f177b28849193311 1 0.00/1.00 vMB 0
3,174 3,174 00000000783f5a38b7644e2a4687cf79047bde32429a62441170dcaa34a8a38b 1 0.00/1.00 vMB 0
3,173 3,173 000000004d45f9c50da31b2c243c285e2468022343df15862d3c659bcfaf480c 1 0.00/1.00 vMB 0
3,172 3,172 00000000066ab05249afd45856e1dc0f66eb3243ea241170d0ed503e0c9a9d0f 1 0.00/1.00 vMB 0
3,171 3,171 00000000a288b596d38e26514d3b5824953338c17824a84d1380bfe6c1e1b0a8 1 0.00/1.00 vMB 0
3,170 3,170 00000000a43c17070ebec363cdcd028e957ff98dfedfa7c1ab9023450b879afb 1 0.00/1.00 vMB 0
3,169 3,169 000000002d60abe7d9e7f40e34b718559c81ea130b09e808d2badfec8df56fb1 1 0.00/1.00 vMB 0
3,168 3,168 00000000c0df5f7bc61dea5dd13436b3df13d3964f72d5ffa03a6c6a64dff757 1 0.00/1.00 vMB 0
3,167 3,167 00000000e7abef25d5ec8934b2905dd82fe46b081e9381849744dadadc9198ed 1 0.00/1.00 vMB 0
3,166 3,166 00000000de6f3abd9bfb2f2a6b25245d42fbeedcec5a97d6083c5fce3a2eefab 1 0.00/1.00 vMB 0
3,165 3,165 00000000148bdeac381f614fa764e59475f9c78ee809e87a81bf089b3cb2633a 1 0.00/1.00 vMB 0
3,164 3,164 000000001c360bfb7c6cae6269ec3916af8551037e152544e067559d537d058a 1 0.00/1.00 vMB 0
3,163 3,163 000000007296fe3afdeadd1832712870b7083c73af6fb116dc3db86aa02db446 1 0.00/1.00 vMB 0
3,162 3,162 000000003480b0828d65e242d60eaef79b3ad0f9d716d5eab08f2ff1ca35c9ba 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.11 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: 652.04 GB
    • Received: 13.70 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.