Loading Tool

Explorer IconExplorer

Memory Pool

79,209 transactions
29.32 vMB
0.09776740 BTC
Random Selection Loading Transactions
Max Size: 177.25/200 MB

Candidate Block

Mining Attempt 6b506a073acad29d2c2aa9895354c404fdad617a2ff4545d9e8f1789326f427b
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root ab1e07e4a00c78dbde56612685d1a29607158bcd34339a7953faf6e55e077b19
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,327
Size: 1.00 vMB
Total Fees: 0.03550510 BTC
Feerates: 150.62 > 3.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (481,882 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
433,274 433,274 0000000000000000014925e767ac3d3076e4087e272ffc78290018dfd7fcc4ed 2,620 1.00/1.00 vMB 80
433,273 433,273 0000000000000000001c1ea5a191418167bf21207e8d8a1fcaa52bfbd7894ac9 1,943 1.00/1.00 vMB 56
433,272 433,272 000000000000000002c46a68972be8e6f671774e773449ea81c198243e3782c8 2,677 1.00/1.00 vMB 71
433,271 433,271 000000000000000002df57b16dcf4f169cdfac533008495dbb8450e18c604653 2,797 1.00/1.00 vMB 81
433,270 433,270 0000000000000000038a72510662b133219fee386aa11d0d67ddac3c6fe69a9f 1,397 1.00/1.00 vMB 41
433,269 433,269 00000000000000000452a72263a342ca8f90b014eddf3f7847cca601a5b8d24f 1,048 1.00/1.00 vMB 41
433,268 433,268 000000000000000001e83b17edff4770e13353f5d35f03c004bc49fd88fbd693 1,218 1.00/1.00 vMB 42
433,267 433,267 000000000000000002b668c297bd6d9b8d6f6da9971e58a4d7dd68da7b10c07a 1,564 1.00/1.00 vMB 30
433,266 433,266 000000000000000001ce5eabe47d59f912c60f3c466556669c671c0da7121898 2,050 1.00/1.00 vMB 46
433,265 433,265 00000000000000000417ae65f559c3d9aa1ae4e29dcfbbd5037ccf3bcee32800 2,156 1.00/1.00 vMB 64
433,264 433,264 000000000000000003507622b6c3c6c073555947d775c25cedfe13c9d8d951df 2,439 1.00/1.00 vMB 70
433,263 433,263 000000000000000002ab96950f0c4500c1782daad3c942928b261489ab26e319 1,545 1.00/1.00 vMB 55
433,262 433,262 0000000000000000007f6789aaf26c63bd95f361851345ff748bd0241e800cfc 2,019 1.00/1.00 vMB 53
433,261 433,261 000000000000000000fbc98e7519a22a2b872a4fd23227dff07e2330489fa315 2,957 1.00/1.00 vMB 62
433,260 433,260 000000000000000001ff70cc488ef8792268dcb38f6bedd50334e34d311dd756 1,635 1.00/1.00 vMB 67
433,259 433,259 00000000000000000392dc7a16510b28e85f182c1be4a7df51e0e5372dfa37ca 2,158 0.75/1.00 vMB 57
433,258 433,258 000000000000000003c11444b8db2b37cb942a0174b5e4a0b2dce42a6da6dc91 2,388 1.00/1.00 vMB 85
433,257 433,257 000000000000000002bb50947adcac94f83d6732cd6875c36012f3eb90727cf1 661 1.00/1.00 vMB 65
433,256 433,256 0000000000000000020ebf99b6aca8765510727c7fa1d39f866f67e76a1a3241 2,146 1.00/1.00 vMB 73
433,255 433,255 000000000000000003526bfcfd900409744a2842d5b24f0f36f6f71b4e294e3f 2,580 1.00/1.00 vMB 110
433,254 433,254 0000000000000000017363cc0f6562f4e4552b94032c49ce37f5fb1309062fc6 1,970 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.