Loading Tool

Explorer IconExplorer

Memory Pool

81,385 transactions
30.76 vMB
0.09007410 BTC
Random Selection Loading Transactions
Max Size: 187.63/200 MB

Candidate Block

Mining Attempt dc2bac198aefb48dfeaaa3ccf52da371fe3333cb5c1e182fd6307f96338d4171
Version 20000000
Previous Block 00000000000000000000a3813f793d217041872d914f27c3141d08c7db453ba1
Merkle Root 9276d44d4007463e5bdcd20da20a244f495d377838c91b5db8c79099048a08b0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,768
Size: 1.00 vMB
Total Fees: 0.01890949 BTC
Feerates: 301.57 > 1.89 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,386 (832,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
83,311 83,311 000000000017b2c87baad49e48b0de35e63c015ea4c8e5b06c64dee970cda085 1 0.00/1.00 vMB 0
83,310 83,310 00000000001ea522ee6489bbe81057f9dd778c6e91867f9c95b20b2c8a0fb50e 1 0.00/1.00 vMB 0
83,309 83,309 000000000006fef586e2b68b2501070171f5d01a2b7652721f5a5d8abeae43c6 17 0.00/1.00 vMB 0
83,308 83,308 0000000000061214f262be75393c3c40fe7c3511a7eddcb65e8332345994a342 3 0.00/1.00 vMB 0
83,307 83,307 00000000000f62d2bd81db42bc44928b55f1d495fde5453f33a597e55e905a4c 12 0.00/1.00 vMB 0
83,306 83,306 00000000000156d40570e303c21014b266d286abadf65c16d1c20b23e07fc4c3 35 0.01/1.00 vMB 0
83,305 83,305 000000000008bcd3d8607709ab482df844b64105371b4e78afb6376ef582e31f 2 0.00/1.00 vMB 0
83,304 83,304 000000000007aa1bf323c59e611515a8a8590efbcae6fa9b1436b343be87aa98 1 0.00/1.00 vMB 0
83,303 83,303 00000000002a96a541a4f91852e5ada9f43c591af1cd9966574e426300c7a6dd 3 0.00/1.00 vMB 0
83,302 83,302 000000000016b16a23f45b32c1c882be15db751b7ceec4028c7c9823539ec2ff 1 0.00/1.00 vMB 0
83,301 83,301 000000000014d01d70a0d58ef24d3b9aa3c2971f07cf28255321de56f5e101bd 1 0.00/1.00 vMB 0
83,300 83,300 000000000000ebfb084c4057efce6f4d198de277b4a6d034b380964c1a9f098d 2 0.00/1.00 vMB 0
83,299 83,299 00000000000a036f422229db7d8e57d43e9bb2f10e5220dd253216052e99ec4e 6 0.00/1.00 vMB 0
83,298 83,298 00000000001e877751fe13fa9859320151e356ae13e9cb87ae00d5d5374cca5e 2 0.00/1.00 vMB 0
83,297 83,297 0000000000282e93e02aea3bdf289145048308a374a46c4dc0f6a1726d6fae33 4 0.00/1.00 vMB 0
83,296 83,296 000000000000158e80520a85712109d431d828d370721908a2e1e3db1c9d29b8 1 0.00/1.00 vMB 0
83,295 83,295 000000000011dee82e0cc844d0e97a5e59e58e74b7691ad6998c2de965a4387a 1 0.00/1.00 vMB 0
83,294 83,294 00000000000eb36d4b5c268baafbc608e5ab4dd7d6523ceb3a881dbb19641d4c 1 0.00/1.00 vMB 0
83,293 83,293 000000000018b199beb86d7223b58c3b950b15bd0510aece35c17c8e15d3a1ca 3 0.00/1.00 vMB 0
83,292 83,292 000000000012a0af6541778a309eed0f594846aba70580b4bc7c8fa250613e59 2 0.00/1.00 vMB 0
83,291 83,291 000000000015012ee053c93c4ca094ed9d13903dc50ff62f30d2c831b2584fa3 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.06 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: 720.78 GB
    • Received: 18.25 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.