Loading Tool

Explorer IconExplorer

Memory Pool

81,083 transactions
29.84 vMB
0.15086912 BTC
Random Selection Loading Transactions
Max Size: 179.85/200 MB

Candidate Block

Mining Attempt 056353a6e90a4a061ed8ff914886fc2757ae078bd1c96ff53d1b8d3769f5843b
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 9c2594ebf9c3955bbf2549bffeb4d90f6eced47df68dbceb9d109db28adc2dc0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,456
Size: 1.00 vMB
Total Fees: 0.05709630 BTC
Feerates: 1,002.91 > 5.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (232,288 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,017 683,017 0000000000000000000122ba708ee8859a39b7fac49f5ecff6fb409dcca6de75 2,030 1.00/1.00 vMB 79
683,016 683,016 000000000000000000030de0f87fbac4cfefe40be3e4541a6ff2e914a23ad9ee 2,972 1.00/1.00 vMB 112
683,015 683,015 000000000000000000049778e8209373d19c814960aacb374bc45c5cdd33c484 1,865 1.00/1.00 vMB 61
683,014 683,014 00000000000000000004c867c173347179bc71b32046de25a3051164ba39b709 1,406 1.00/1.00 vMB 64
683,013 683,013 0000000000000000000527557ff4f91c730074b7f7362eaa5955e6484f656be5 970 1.00/1.00 vMB 89
683,012 683,012 0000000000000000000a33d26da0be2ac1b57673fd864196d94bd1ee2d277a75 1,633 1.00/1.00 vMB 25
683,011 683,011 0000000000000000000bfeab7bf1d7ba4b6a27ec606961b20f68dc168b369589 2,135 1.00/1.00 vMB 89
683,010 683,010 0000000000000000000393b6ed95c414685542f79ffaa545a5ad44f8cefa9966 1,941 1.00/1.00 vMB 16
683,009 683,009 000000000000000000020e509f1a7937df578691e2f4e3b9c6795222db1d7f04 1,469 1.00/1.00 vMB 16
683,008 683,008 000000000000000000054508f8b1f8bab6e845bc645d901aba6d1b402945ee57 2,171 1.00/1.00 vMB 37
683,007 683,007 000000000000000000050567521beb313424a95b70c08b688b536fd522f83b4d 2,661 1.00/1.00 vMB 79
683,006 683,006 000000000000000000001b6ed5e3afd1ea662efcd35883ac5548ad8d51762781 2,476 1.00/1.00 vMB 111
683,005 683,005 000000000000000000051e5c5aab880189d158b4a593f9fe12ef7c2a9b22bef5 2,609 1.00/1.00 vMB 19
683,004 683,004 000000000000000000073623d60bb7a2ea6b935090a18a49f00ebf620347aab8 2,366 1.00/1.00 vMB 89
683,003 683,003 00000000000000000004aee0f03d42d84c611fa45722e65f8916a886a8d1d953 2,552 1.00/1.00 vMB 46
683,002 683,002 000000000000000000074f4aa126a1eb0501e3f67062a8cba2039c1e66827578 1,278 1.00/1.00 vMB 80
683,001 683,001 000000000000000000015160f910433fbc40de1fc5e155e55e3701d079e2c4e2 867 1.00/1.00 vMB 89
683,000 683,000 0000000000000000000928c410106b866ea7fe7357dfd64b5dfed2767dca08ac 1,824 1.00/1.00 vMB 97
682,999 682,999 0000000000000000000a0d55a21c54e124f7c9d6b0cccda8da838879ecc34545 2,422 1.00/1.00 vMB 104
682,998 682,998 0000000000000000000211318ab604b19c66296b7c5a9b9170e79e8f1f8392ab 2,082 1.00/1.00 vMB 62
682,997 682,997 00000000000000000001b286c0a0e1d4cbedd934a6980e6995de32e284f9a45e 1,434 1.00/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 782.92 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: 714.47 GB
    • Received: 17.54 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.