Loading Tool

Explorer IconExplorer

Memory Pool

81,729 transactions
34.38 vMB
0.14315948 BTC
Random Selection Loading Transactions
Max Size: 195.37/200 MB

Candidate Block

Mining Attempt 968a7b5d467e2ed0a2e37e39e24a2d612ca0ff6c7991123b06d2ea77e3766e01
Version 20000000
Previous Block 00000000000000000000a60bb9585cbc73cfc26a5aa21cd61127adc30e701127
Merkle Root 917585c963609acadd1f207eb732a706d99515be6a5442cee54bd29b2035dae7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,988
Size: 1.00 vMB
Total Fees: 0.02777612 BTC
Feerates: 384.62 > 2.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,411 (717,009 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
198,402 198,402 00000000000005a9a32944dcda4bcc398c7b2004c152e977ac0d71e70c472b20 103 0.04/1.00 vMB 122
198,401 198,401 000000000000020d29c701e67b6a2363dfb5391ebf3f0b456f058a8870a46ed6 10 0.00/1.00 vMB 14
198,400 198,400 00000000000005150ae967343f5e25f46138b27d7419f23a6c57ffc9fe9611f7 212 0.10/1.00 vMB 80
198,399 198,399 00000000000002a0f5d197968e48afbc8eb5f0ef7c19fd10572b055a041b17eb 243 0.14/1.00 vMB 117
198,398 198,398 00000000000000ee38a5b4e48be4a597fa6a089fbc6e7b72f7f1e856064cfd3b 443 0.16/1.00 vMB 480
198,397 198,397 0000000000000090e903f5c4499369871d4df83073718c78dfeb1615ab189114 152 0.09/1.00 vMB 90
198,396 198,396 000000000000024b0f56a7c44651df52f97cd607f67abbd49fa605cb8924c0df 8 0.00/1.00 vMB 30
198,395 198,395 00000000000001e6265d61122d7798b2b4f0a7233b515af3af157240e398d8f4 256 0.20/1.00 vMB 90
198,394 198,394 000000000000019430416cde0ecdbf40422dcf3752ce138a548ba066ebd54a79 317 0.13/1.00 vMB 113
198,393 198,393 0000000000000067fedc8d9315d89c0999ec0d4b8e79c08c8acd93f334d817fe 14 0.00/1.00 vMB 29
198,392 198,392 00000000000005d19e8c18b97bd918d7bf8b8183a2fe9c0038250c9079c2ff62 538 0.21/1.00 vMB 205
198,391 198,391 000000000000024546bff83a681739701802b3e1ec62e9e51b0f5a69a71f570e 177 0.09/1.00 vMB 147
198,390 198,390 000000000000021d617fe0f5907872ba7aab3c34581ce260a97adb63ae6eca39 3 0.00/1.00 vMB 621
198,389 198,389 00000000000005a7eba38cbaeca14d3713102a577bcfff56c1fbcb536185ab79 751 0.31/1.00 vMB 102
198,388 198,388 0000000000000545fd49952199921e56bf979fe1b66a87b9069d243094c9ba00 10 0.00/1.00 vMB 294
198,387 198,387 00000000000003146ea311343221d9b1913caefbb0aaf122c7dd7c49eb8c5616 23 0.02/1.00 vMB 59
198,386 198,386 000000000000059e458c5a43b782de70bdc01e9e138f4a667c974260b6c32562 199 0.08/1.00 vMB 122
198,385 198,385 00000000000001de4ae3daacaa4c807b9a6f1418e63b02a57119d09a50838b39 128 0.10/1.00 vMB 60
198,384 198,384 000000000000050a0bd0852f2f8dd9b2ca920f9a14e75a2f8bc3cb7aaa7b146d 12 0.00/1.00 vMB 15
198,383 198,383 0000000000000029d0b397c329e7b23d0c0e2386910b7f8fbfceb11ca3fe8997 128 0.11/1.00 vMB 54
198,382 198,382 0000000000000624a0a64045fef5a00c5f71fd513bf08fd40768086f59aa8e41 37 0.02/1.00 vMB 96
Previous 10 blocks ↓
Total Size: 783.10 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: 729.88 GB
    • Received: 18.49 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.