Loading Tool

Explorer IconExplorer

Memory Pool

35,311 transactions
27.95 vMB
0.05944690 BTC
Random Selection Loading Transactions
Max Size: 139.97/200 MB

Candidate Block

Mining Attempt 1960db7f2abc94ffe0e17ef472f2ff0775ead52223cbd174974367ca3357964d
Version 20000000
Previous Block 00000000000000000001519372ce5bc657a293617bbf354123e2d9f73336fc55
Merkle Root 1737b0c5f075b8a01973cb3a547bf5dc3fdcef0abf1d6c2d01841940605d7e95
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,038
Size: 1.00 vMB
Total Fees: 0.00611603 BTC
Feerates: 53.37 > 0.61 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,590 (228,362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
686,228 686,228 00000000000000000001c2207d9a55b084100d3b749bf7311a45c12aa83fec51 2,724 1.00/1.00 vMB 16
686,227 686,227 0000000000000000000675569cb72a811363c333ab64c9b5769a6ff10b1ddd24 1,100 1.00/1.00 vMB 35
686,226 686,226 0000000000000000000a13bf4aee63f519583ac7305cebe62644b2cb461e2cf3 1,007 1.00/1.00 vMB 38
686,225 686,225 00000000000000000004f3a30dd92d62a6850b327de7435477e7e65db142c0c8 2,048 1.00/1.00 vMB 55
686,224 686,224 0000000000000000000a59ea1e5fdd9ce0903529c357d0c2149732b999e41cbd 2,125 1.00/1.00 vMB 34
686,223 686,223 0000000000000000000015ec735809dc12fc2f28cfd131594338c9df7a0ce4d7 1,369 1.00/1.00 vMB 15
686,222 686,222 0000000000000000000bd14f744ef2e006e61c32214670de7eb891a5732ee775 1 0.00/1.00 vMB 0
686,221 686,221 00000000000000000007bd15adf46bc86a654597d804da3288abaaccaade7b55 2,295 1.00/1.00 vMB 17
686,220 686,220 00000000000000000007706dcf054d75e5f52525391a2161cdfe5827e45a0823 2,497 1.00/1.00 vMB 52
686,219 686,219 00000000000000000009edd5b4e7b29b910577a1f1f086b2be99e95339b6c9f8 2,436 1.00/1.00 vMB 30
686,218 686,218 00000000000000000002937d5e78e4cdd7f8c30c154a63a852171806bec5d707 1,592 1.00/1.00 vMB 21
686,217 686,217 00000000000000000005529cb1c3cabb7d7b5cd4858f98463fd8d38cd34f5b61 1,892 1.00/1.00 vMB 5
686,216 686,216 0000000000000000000cfab77aa3820b6436e8e88bd4a83f9053b4b78e459b1a 1,618 1.00/1.00 vMB 33
686,215 686,215 000000000000000000011bd3dad270624e344cd3a53b7f24ab199b7aef3e628a 1,277 1.00/1.00 vMB 42
686,214 686,214 0000000000000000000925bf5a0a13b814ea60ce436a52eaf15273f73ed49db6 1,972 1.00/1.00 vMB 56
686,213 686,213 0000000000000000000b77d50a3de24a2dd97335586ce07ba64d38b6f04b5616 2,168 1.00/1.00 vMB 11
686,212 686,212 00000000000000000001900e922b11906be7cbef44755e1fad10ff3e429529ef 1,063 1.00/1.00 vMB 44
686,211 686,211 0000000000000000000b65911713b0ae9830be29b77dbf3c08d48c591d94b6f1 2,252 1.00/1.00 vMB 16
686,210 686,210 0000000000000000000659b7dac6f945e0ad611830b4c479023a3468f6d79f63 2,578 1.00/1.00 vMB 22
686,209 686,209 000000000000000000029366fde3e4607e96bcbad10c248b546ce13bcf6f20d8 2,197 1.00/1.00 vMB 37
686,208 686,208 0000000000000000000174e0f328bb314f675d2466a46b3cdd6a9b78f37f96c6 1,184 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 781.67 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: 627.78 GB
    • Received: 11.75 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.