Loading Tool

Explorer IconExplorer

Memory Pool

81,860 transactions
31.24 vMB
0.09968921 BTC
Random Selection Loading Transactions
Max Size: 189.10/200 MB

Candidate Block

Mining Attempt 82b6a06323f970d3b4cb8ef54a4a58660515972c95e10d08570cb6f81e17ef0d
Version 20000000
Previous Block 00000000000000000001861e4327f4f41c685ab513f4074f2aeb2922020b03ff
Merkle Root 17e32506a1f829e12835cd8b38284cfe423d4da8a0de30d576b22287ffdbfe68
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,033
Size: 1.00 vMB
Total Fees: 0.03086932 BTC
Feerates: 150.75 > 3.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,180 (506,007 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
409,173 409,173 000000000000000000a39a6b1029393cb9ba889be70c15528ab9a45984905306 2,919 1.00/1.00 vMB 46
409,172 409,172 0000000000000000041403178a9d9811fcd7b3ff56548b78ed26835328c136b5 2,177 1.00/1.00 vMB 28
409,171 409,171 00000000000000000148efd408dd1846d3900c4a9e69b4c125d8bba5f7d96fd7 3,161 1.00/1.00 vMB 73
409,170 409,170 0000000000000000028d3f38a95f582869a2e369e62feaec6d516f858c4538b8 3,252 1.00/1.00 vMB 71
409,169 409,169 000000000000000005cc8c91ff85dabe387aba343ef3866deca8459eb88e1a8b 3,168 1.00/1.00 vMB 81
409,168 409,168 0000000000000000042d3e3c73b11524a9c7bc426fc1ea81440ef02f2274a02b 3,114 1.00/1.00 vMB 67
409,167 409,167 000000000000000002e7d32d421c3eadb55633fd2c80129efe7446b812b86346 517 1.00/1.00 vMB 12
409,166 409,166 0000000000000000001307650ee0f154e0641c537aa25adafcd5a5b90f45eff8 1,222 1.00/1.00 vMB 25
409,165 409,165 0000000000000000002d90d2937651864532796252c157adcbd52f5a743b19f5 1,310 1.00/1.00 vMB 24
409,164 409,164 000000000000000005a6cefce5ea159427c2fd48b35da77b82eb231708601fd8 2,658 0.93/1.00 vMB 52
409,163 409,163 0000000000000000044746e6666150e0679a22ceaf2cfea7e6f84749697e4d37 1,302 1.00/1.00 vMB 28
409,162 409,162 00000000000000000100676980746dbd216b8330fdde58e7d158868110e16330 1,301 1.00/1.00 vMB 32
409,161 409,161 0000000000000000012e23bac12a69395d5421b09129459aebb527e5b0b477ae 1,721 1.00/1.00 vMB 24
409,160 409,160 0000000000000000024e3f8ce517c6b8feacdbaf197b43fb05685c05fd40d960 2,324 1.00/1.00 vMB 47
409,159 409,159 0000000000000000031950909dbaa1e48bfb065f0e8f95e62610fe1d5c599eb3 2,463 0.99/1.00 vMB 35
409,158 409,158 0000000000000000013c110cbc62b9ff79f9897599d63c123e9d099e7edf7cc1 1,991 0.99/1.00 vMB 56
409,157 409,157 000000000000000003bdec397ca63d481a7e45b86a4b607510b09545a5eefaf6 2,846 0.99/1.00 vMB 79
409,156 409,156 000000000000000004e5a3cad7570d54a3dafb9e2749a3f0c1967026e321f9a5 2,028 1.00/1.00 vMB 26
409,155 409,155 000000000000000002e192a5a3ab0462480e7bad023589204e63d61bc103dd96 2,887 0.99/1.00 vMB 65
409,154 409,154 000000000000000003d527137f4965f5fcc017dee3987c8e8ff43d3a518afe68 2,733 1.00/1.00 vMB 53
409,153 409,153 0000000000000000011719a4acb89e792cd6a8ac046a4a2c034531cf79c66a26 2,288 0.99/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.71 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: 699.67 GB
    • Received: 16.60 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.