Loading Tool

Explorer IconExplorer

Memory Pool

41,456 transactions
28.97 vMB
0.08221647 BTC
Random Selection Loading Transactions
Max Size: 147.67/200 MB

Candidate Block

Mining Attempt 17c85335406ddf68c0877d074ef7517c18ab8686e27de62d7cd7f91c10388093
Version 20000000
Previous Block 00000000000000000001b25de7d6b46a8948f214d3970d4d7cda994c93f61a8a
Merkle Root 30b7a8dbc2b04ff21d894c75151c48b6fe186cbfa4a7e0c00749915d47f6b796
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,116
Size: 1.00 vMB
Total Fees: 0.02566023 BTC
Feerates: 150.93 > 2.57 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,611 (525,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
389,219 389,219 0000000000000000087e309b981aae1ad36b91c5e8423984b3dc1772c8779b8d 1,866 0.97/1.00 vMB 33
389,218 389,218 000000000000000003789ef368536b006d876717b0ebfc1d7c8c6174bc0e5e58 554 0.60/1.00 vMB 13
389,217 389,217 000000000000000002f5a582bf17a78fce460d01687a72af3d4fc7fd5706133a 2,285 1.00/1.00 vMB 37
389,216 389,216 0000000000000000037e8b96738df530ecfcefda712d790c5e09688d1f84092d 2,053 0.88/1.00 vMB 45
389,215 389,215 000000000000000001b2e10e51d6f18b4b0b682e7022762d53956292936c2ec7 1,351 0.62/1.00 vMB 35
389,214 389,214 000000000000000005eea139506ff5d26557f6551d992b24be1f41825c67ae6b 1,094 0.51/1.00 vMB 42
389,213 389,213 000000000000000004bdcb51f96f4567ca43b530662411fabdf2b4e04d1b1cc6 1,419 0.67/1.00 vMB 35
389,212 389,212 000000000000000006c093e84154574670aee75c22c0eed6d960a13b929744d1 1,621 0.69/1.00 vMB 35
389,211 389,211 0000000000000000079ae06c4f58a9ef120c2024d22b1be7b7927697dfb95780 392 0.39/1.00 vMB 15
389,210 389,210 0000000000000000083342fd53d5ef845b3280083463d2dc78926d9d6b3f7c4c 2,549 0.95/1.00 vMB 43
389,209 389,209 000000000000000008fb9fd42a2b8a1125f956ad2c1d947afcaa1afadcd5f0ba 943 0.36/1.00 vMB 40
389,208 389,208 000000000000000002779ed64cf6dd3cbc17b83e88bbfc38b9c4b330d42251b3 61 0.02/1.00 vMB 60
389,207 389,207 0000000000000000067d6284917893c5b12576efb5c53d30e55d27ac06dcf44c 1,154 0.49/1.00 vMB 35
389,206 389,206 000000000000000004a22e83eeee70c7da09b64e8a9276b753e2a533c2457f41 1,398 0.75/1.00 vMB 27
389,205 389,205 0000000000000000041054ebaa494e6eb89b106a2afc1d0656ac0e926c04e2cd 1,125 0.75/1.00 vMB 24
389,204 389,204 00000000000000000638d84231caaa4be5620e2575927b41c57dabc085129241 2,781 1.00/1.00 vMB 47
389,203 389,203 00000000000000000a6e7e9db7a8294b604207a168cf7767b79242c3ccabd23c 2,276 1.00/1.00 vMB 32
389,202 389,202 000000000000000000527d143c52fdd760b4cd36d59d2761fef5573a097770d4 2,541 0.90/1.00 vMB 60
389,201 389,201 000000000000000008ddda396c1e5aa352e2f1adeeaaa5b7605b9aa2734b3f57 2,417 0.95/1.00 vMB 35
389,200 389,200 00000000000000000a5ff80919ba2758e740f40f375c3cc7bbe9a52d22f1bcc4 804 0.33/1.00 vMB 32
389,199 389,199 00000000000000000240f19c7af7575e0518d840a70a420d204c2e2572955b35 1,270 0.95/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 781.70 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: 629.16 GB
    • Received: 11.87 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.