Loading Tool

Explorer IconExplorer

Memory Pool

84,780 transactions
30.52 vMB
0.13331793 BTC
Random Selection Loading Transactions
Max Size: 185.42/200 MB

Candidate Block

Mining Attempt b244f4005e0366e6128a69672d8ca85a74d86b54b9a3039e4f802fe6119945fc
Version 20000000
Previous Block 000000000000000000010d0a3e37e31e12beb7277f8808ba3ca72eb0ef7badb5
Merkle Root ce123cfe617ff393423d8e87bb7da3757b20f5e07676dd73924448d9a1d7ed89
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,931
Size: 1.00 vMB
Total Fees: 0.07053142 BTC
Feerates: 170.36 > 7.07 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,959 (70,025 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
844,934 844,934 00000000000000000001367b51b1d9516dc4418a5e34ffabfb24acc73cc2d35d 6,486 1.00/1.00 vMB 32
844,933 844,933 0000000000000000000050ab3760c76182aeaa46e439edbfb46e2b65abf046ca 3,279 1.00/1.00 vMB 14
844,932 844,932 0000000000000000000250993841e1de75427d5cfce28960f20fc10dd19c7394 3,151 1.00/1.00 vMB 28
844,931 844,931 0000000000000000000060ccbfb7e8f04728e284681c5eda3d35e87215f77936 2,233 1.00/1.00 vMB 23
844,930 844,930 000000000000000000026d301e392ee5eedabf467ef276fed30f67f77f2816eb 6,284 1.00/1.00 vMB 11
844,929 844,929 00000000000000000000bd6a68b1950e44cb0cf4d3aebb4c9ef101dc3fa27187 5,971 1.00/1.00 vMB 12
844,928 844,928 0000000000000000000217b90b65e382bd20294d789a7bc7bbc1e669a6c7947b 5,906 1.00/1.00 vMB 9
844,927 844,927 00000000000000000002d29cf8ac9a6e06ec0cd23fbe3a3b7318baf3f13f5ee9 5,631 1.00/1.00 vMB 12
844,926 844,926 00000000000000000002921b0826e1b978ce14a5b904241e8877f241d627b068 4,204 1.00/1.00 vMB 11
844,925 844,925 000000000000000000028d6135f5189068e948b4fce2549f0b9f48dc72c89a52 5,803 1.00/1.00 vMB 13
844,924 844,924 00000000000000000000d2ccb31c30314c4e7526a2e371be0cac8f495e839df4 3,808 1.00/1.00 vMB 13
844,923 844,923 00000000000000000002b75cb43b3ab117a071a317eb1cd61d4b555abf7fae27 3,602 1.00/1.00 vMB 14
844,922 844,922 0000000000000000000310579a1e1b14ade23c8beef1d56625a1a1bb501ed2e8 6,551 1.00/1.00 vMB 9
844,921 844,921 00000000000000000000f93e7c1e56c458764c1074a68ba53bcaa5966e80618d 5,550 1.00/1.00 vMB 8
844,920 844,920 00000000000000000002444f44a72faf34b55f9300eab6b45d5ab70a081fe481 2,629 1.00/1.00 vMB 13
844,919 844,919 00000000000000000001c5be4eb123ee3f344813423763732748a9e0ff1bad5e 2,684 1.00/1.00 vMB 13
844,918 844,918 0000000000000000000282b51c08a22cb7c11baf1424d783c9dd6875419dc8e6 3,673 1.00/1.00 vMB 18
844,917 844,917 000000000000000000017dd5f59b73629f6f88797e90017a9df39c5e435296bf 6,025 1.00/1.00 vMB 10
844,916 844,916 000000000000000000001e8978f1b34d2910b8eb558fad3e38bd7aac4b23809e 4,454 1.00/1.00 vMB 12
844,915 844,915 000000000000000000017f6d8cb967682bc701e7021359a993f99e92bb6560d9 6,683 1.00/1.00 vMB 10
844,914 844,914 000000000000000000000932f66f01685eb0eb7fcca508c383304f8a436a1acc 6,052 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.32 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: 660.27 GB
    • Received: 14.66 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.