Loading Tool

Explorer IconExplorer

Memory Pool

76,344 transactions
28.89 vMB
0.07428635 BTC
Random Selection Loading Transactions
Max Size: 176.50/200 MB

Candidate Block

Mining Attempt 662bd7d4aa5e4f14c4244d681831d233dbe39306f02795ebf5d4c1911b5b8682
Version 20000000
Previous Block 000000000000000000009df2a42daf883294bc70d5e3dcb4236d35117bf4386b
Merkle Root 8f9d2a2e3318ffc789edef737e37cc0f7b6611b30467e6c0c83c64ecc6b46174
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,005
Size: 1.00 vMB
Total Fees: 0.01133946 BTC
Feerates: 77.76 > 1.14 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,246 (504,566 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
410,680 410,680 000000000000000000f551174e15349c299d24f0faed221221c92fc6205ce20b 1,855 0.92/1.00 vMB 39
410,679 410,679 00000000000000000308ec6ef56a959bbd459c0aba446cfc0527bc28f477f789 10 0.00/1.00 vMB 400
410,678 410,678 000000000000000002a2c896a08a9c229ca4a61fa03ab9b22a0a614e2752f267 399 0.19/1.00 vMB 38
410,677 410,677 0000000000000000055fd12275d0825008b7f909be8d7d104343f929e3b9dae4 1,095 0.69/1.00 vMB 23
410,676 410,676 00000000000000000535e33dce4048df25758b7194b74d5ee4ee1c9d02786ff3 2,173 1.00/1.00 vMB 32
410,675 410,675 0000000000000000039401e8713a77ccfa6a20a6706ea39a2dfd86b0648bf9ee 3,053 0.99/1.00 vMB 67
410,674 410,674 00000000000000000610fdc0798c97475dac55f4564fc26d72dcafbfe7615090 275 0.11/1.00 vMB 39
410,673 410,673 000000000000000005da080c76e09082cae174239e2d9221283d7f7e4a378897 1,166 0.49/1.00 vMB 40
410,672 410,672 00000000000000000222b9d39ec504e03c316f3c053258c19379ea244ebf0778 182 0.10/1.00 vMB 23
410,671 410,671 0000000000000000032126aa219a46cf881b730b758fbc23054b56336f975a7e 2,388 0.99/1.00 vMB 36
410,670 410,670 00000000000000000304d544b2264c5d0d4c247c8e110d7302eb0050f23aa12a 294 0.24/1.00 vMB 15
410,669 410,669 000000000000000001eb556d41c92a20b02a5f2d7ecee8237dc335a48cccaecc 750 0.31/1.00 vMB 34
410,668 410,668 00000000000000000625dd594b0638ab53c38a43139fb7167a2fee5a69a6bbfb 461 0.19/1.00 vMB 39
410,667 410,667 00000000000000000442c0c7d19dc93da037e6b5ec426dfe584fc70818bdb14b 494 0.20/1.00 vMB 32
410,666 410,666 000000000000000003abce847216fb26ca17ad2aabc5e5c41a27fdea5b1d9baa 783 0.36/1.00 vMB 55
410,665 410,665 000000000000000001461a95b757a121fd5b72c22cca7bac4b821c88ea7f1dd0 1,186 0.45/1.00 vMB 41
410,664 410,664 0000000000000000028c5746a7471cf12c9a03313b7e48b7a639fae12d489f56 1,480 0.67/1.00 vMB 32
410,663 410,663 000000000000000005d11faff7d60072cdc7f2b57a8e0242b9c2b9d7b5d41474 185 0.06/1.00 vMB 46
410,662 410,662 000000000000000002de4dfceb51c984b6d8d14848316d681e39ae64f048eb29 318 0.17/1.00 vMB 27
410,661 410,661 000000000000000005749585470f865b82c81d736d0faa1048d430ae787946b1 1,148 0.89/1.00 vMB 23
410,660 410,660 0000000000000000018b99ea8a6b3083aa1225854b3b0079c2b5e3732d73c82e 2,604 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.82 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: 710.76 GB
    • Received: 17.08 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.