Loading Tool

Explorer IconExplorer

Memory Pool

72,332 transactions
27.43 vMB
0.07462956 BTC
Random Selection Loading Transactions
Max Size: 165.74/200 MB

Candidate Block

Mining Attempt dd6dc06cc295a67d96c5e3d0de4b4930d5fc7cba1aa519bb5df987be5e5605d6
Version 20000000
Previous Block 0000000000000000000168c69c0ca71f33f06f795a51a274dc96cdba2a6216f0
Merkle Root aa77092acc28f3b4d2faf77da9d100b67e0b8d47de54202a957e0f4361e483a1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,470
Size: 1.00 vMB
Total Fees: 0.01558816 BTC
Feerates: 322.65 > 1.56 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,565 (868,396 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
47,169 47,169 000000002b044cd3426f2625f435c8798accaf69097fad765373ca063189ff25 1 0.00/1.00 vMB 0
47,168 47,168 00000000234118cd336bbb3d7014102168d1f6480f826bde154238d481398eed 1 0.00/1.00 vMB 0
47,167 47,167 000000002d79f83eeb993d3c42cacc19b1d1fabf7e2a8023ec8edf9fbb2b7741 1 0.00/1.00 vMB 0
47,166 47,166 00000000262c6d547bdf7f73048e0f2beeb9fb458d219a1f5caa2314cf08e6f5 1 0.00/1.00 vMB 0
47,165 47,165 0000000018b11109a9a5e742ea4fe75b7b1f16339d6501f83c34d79a2d1dee77 1 0.00/1.00 vMB 0
47,164 47,164 0000000021b273357a982fc14f4d328d19ed03778022addbb656bd3e43fcfb91 1 0.00/1.00 vMB 0
47,163 47,163 0000000018a14ce0b6a17d65d4d4a697fe08fae29d46f47744230458c4a8f766 3 0.00/1.00 vMB 0
47,162 47,162 000000000edda6d3ba332b19d8ea709d43471240b14cf0c400aecbdbc1727d5e 1 0.00/1.00 vMB 0
47,161 47,161 0000000015b55f5b03135dfbf60c6e76b9f24313a537a92bcb87cca876db2fbe 1 0.00/1.00 vMB 0
47,160 47,160 0000000012cf5827cbb95610648e3baffe2361669d5b0347391e9871ce00362f 2 0.00/1.00 vMB 0
47,159 47,159 00000000271b34629161da9df3f0c5667250e46efecd0f64a5a9de2188b80fff 1 0.00/1.00 vMB 0
47,158 47,158 000000000073070a2eb2923544d4c6b8523520fb2227289c183d480ba78294d4 1 0.00/1.00 vMB 0
47,157 47,157 00000000102e142f6c749077367e8b15d785bb4653bbf4d60c410be3c2257862 1 0.00/1.00 vMB 0
47,156 47,156 000000000f4d2d2edeeafdd6664b72e54da234240b73338ba8d68da29682b938 1 0.00/1.00 vMB 0
47,155 47,155 00000000174471a71b8a1bad8f47ede6ff8ecd3be46b0eee8bc0659e0649956e 1 0.00/1.00 vMB 0
47,154 47,154 00000000200e742c63ed9c3ef1e5293ff4bdba771fb881eee3ea88f0635f40d1 1 0.00/1.00 vMB 0
47,153 47,153 000000000895f8ec503dc2db80e4524c00bf6008874414c254455eb4373c79e6 1 0.00/1.00 vMB 0
47,152 47,152 000000002028e31d63f63b58d9dce01d8dfd6436e963e7bd638f385288bd7ee2 1 0.00/1.00 vMB 0
47,151 47,151 000000002ece42cca42c4988b485b25e2efe4113ddfca965554e206abb309d33 1 0.00/1.00 vMB 0
47,150 47,150 000000002ca958438232d13f1fee323c6727c989c7bd4585855a2dd43e02d789 1 0.00/1.00 vMB 0
47,149 47,149 0000000021aa32766eed9b46ebeb1b9846aae7e41a08eb34085342e50fcdf384 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.37 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: 768.67 GB
    • Received: 19.63 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.