Loading Tool

Explorer IconExplorer

Memory Pool

36,044 transactions
26.10 vMB
0.06696341 BTC
Random Selection Loading Transactions
Max Size: 132.95/200 MB

Candidate Block

Mining Attempt 056005e857848c093c99d23f378209accbf61b2426433f487ee593a09e6a6c70
Version 20000000
Previous Block 000000000000000000000fe35af4d037ca03b402462f88c6c27529d0780dc853
Merkle Root 965db9e0a644b7fc3fe4a6c1adb30a0558498afe6a7003d284cce3b17983c2fc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,323
Size: 1.00 vMB
Total Fees: 0.01873891 BTC
Feerates: 165.59 > 1.88 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,693 (405,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
509,017 509,017 000000000000000000515f892eac19d4d6c26e734c2048d85bd2029a5d2534e7 1,101 1.00/1.00 vMB 34
509,016 509,016 0000000000000000002408357beef518e53bdae14c8c2178895064ff7a68d04f 1,115 1.00/1.00 vMB 37
509,015 509,015 00000000000000000017b3633f8b2eac28fa92279b0fcc6945ba060dc0ba7f13 361 1.00/1.00 vMB 6
509,014 509,014 0000000000000000002f363c66d9414b797047bd36cdb3a9025178f11e2dba9b 545 1.00/1.00 vMB 23
509,013 509,013 000000000000000000217a84a365c0dda7602eeb00614c5a300c78257883466d 167 1.00/1.00 vMB 7
509,012 509,012 0000000000000000002ba2cc15b03aec98cc22cec4e3f8757e7c9b8e860a826c 2,091 1.00/1.00 vMB 53
509,011 509,011 000000000000000000193493c150b214b38b457181bedc20f6cef60d9c4c5ded 1,128 1.00/1.00 vMB 38
509,010 509,010 0000000000000000001e980f1dc6b08d42e88d4bfcffaddc3b23f974e7d02843 1,693 1.00/1.00 vMB 53
509,009 509,009 00000000000000000025115335122dc56678aa5562342d58f5dd9548ff29e8eb 433 1.00/1.00 vMB 16
509,008 509,008 00000000000000000029a70746b11af2846f8e8ff57d824c3721f064a5d923c2 1,514 1.00/1.00 vMB 62
509,007 509,007 00000000000000000015036ccc1d0cb69b2793d3e13c7c7c2c491e23202e623d 1,930 1.00/1.00 vMB 27
509,006 509,006 000000000000000000548d6cdc4f850280f0fe2ca019d874ec271d235d36879f 952 1.00/1.00 vMB 51
509,005 509,005 0000000000000000004973af45764c47f79e68725752b72489df62b32b405fa9 1,568 1.00/1.00 vMB 42
509,004 509,004 00000000000000000029b786fd3da3c2859a9be4807104d7e80112cdd5a33407 2,892 1.00/1.00 vMB 168
509,003 509,003 00000000000000000006a6ffa1419f555e3bf7762b856c66443a2bcfcd2c83b1 1,503 0.75/1.00 vMB 106
509,002 509,002 0000000000000000005a10b09a2437459a61320972b6c8baa8bb903d057627bd 1,981 1.00/1.00 vMB 31
509,001 509,001 00000000000000000017594b8aa5e31dca3c1923b39b26987ccefc28c6b990c9 737 0.48/1.00 vMB 13
509,000 509,000 0000000000000000002ec1570df16f230bf70635418b9c8d7bb0d7a5077c83cc 1,641 1.00/1.00 vMB 69
508,999 508,999 0000000000000000003ec670c04e565285b2aea4c6e933b34f75431915b30b51 1,433 1.00/1.00 vMB 19
508,998 508,998 000000000000000000605d39da6de74631bb1bbcdfb4703cb7f301e236ced12b 1,862 1.00/1.00 vMB 72
508,997 508,997 0000000000000000005a0ac23eaab0b5a93ee48b16bda9ec48ece41742539c8b 1,771 1.00/1.00 vMB 93
Previous 10 blocks ↓
Total Size: 781.85 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: 638.24 GB
    • Received: 12.47 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.