Loading Tool

Explorer IconExplorer

Memory Pool

82,581 transactions
30.43 vMB
0.12150514 BTC
Random Selection Loading Transactions
Max Size: 184.13/200 MB

Candidate Block

Mining Attempt e1f15ebf848ff1dbe10ec611075170ae647766a35a82d2e0c5b28cc77c44a443
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 283d1ade8614f56a298ece767488b441c374c413caf312b87f0a537d4cb161f3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,099
Size: 1.00 vMB
Total Fees: 0.04263755 BTC
Feerates: 150.85 > 4.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (259,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
656,045 656,045 0000000000000000000806bc38de5f60c389b280b04162097af88bafb6ab5204 1,478 1.00/1.00 vMB 49
656,044 656,044 0000000000000000000fe5c36db540eeba31697b5ddd05e00d68d4fc09b59c44 713 1.00/1.00 vMB 22
656,043 656,043 00000000000000000006937dcccb190b2e33fb428e200d8fa9de316033ce4062 1,510 1.00/1.00 vMB 4
656,042 656,042 00000000000000000003960e7f28aac80b8a7a0198ba446cebfb84e6ca7eb339 2,356 1.00/1.00 vMB 71
656,041 656,041 000000000000000000072d5b17d3da1268d233e5af10f636a521256e68c64fcb 2,480 1.00/1.00 vMB 36
656,040 656,040 00000000000000000003ef15abd594c77995502783aa7d2f2a7bb597f998c345 1,391 1.00/1.00 vMB 50
656,039 656,039 0000000000000000000ef9421e08cf3875760a29aee677e57ac7691d893e9656 1,243 1.00/1.00 vMB 20
656,038 656,038 0000000000000000000be7f14a184d20a39aa05bc2988ab6e50f5856908a0497 2,734 1.00/1.00 vMB 43
656,037 656,037 000000000000000000097b4c4e45da78b80f635c2261d811e69951cc50227d5a 2,206 1.00/1.00 vMB 64
656,036 656,036 0000000000000000000129c9cf912e14ccbe36fa84f1b6650eb2415c02f0eff6 2,360 1.00/1.00 vMB 125
656,035 656,035 0000000000000000000b3a84583767561d9e6ada8e8b8a057b22d0e7c42f1d3e 2,526 1.00/1.00 vMB 67
656,034 656,034 00000000000000000001a4f6b04083728fc30f6c47b5b614f76507465898c650 2,388 1.00/1.00 vMB 32
656,033 656,033 000000000000000000017539cd4cdf729c22653a98003e62b916ccd502d3b3fd 2,534 1.00/1.00 vMB 25
656,032 656,032 0000000000000000000c72d943f5b407b494e3e944e839a5dba8ffd12e455c52 2,840 1.00/1.00 vMB 111
656,031 656,031 0000000000000000000844c2594b4dcd78b8ac2b7b59efda05f54c3898ba6ee8 1,440 1.00/1.00 vMB 34
656,030 656,030 00000000000000000004c31049931c21919e9564bf7f4e47c334b05b83243935 2,348 1.00/1.00 vMB 155
656,029 656,029 00000000000000000006ed3aed063fb959a383c43ad62a5a7fad9b073703e4db 2,642 1.00/1.00 vMB 157
656,028 656,028 00000000000000000005d0dd32bc4bd814c41a4d04284590b6ccea1d5c2ea363 1,579 1.00/1.00 vMB 141
656,027 656,027 0000000000000000000cd6c1268e6a7833c65a530af5204544b2069db3da02d2 2,566 1.00/1.00 vMB 55
656,026 656,026 00000000000000000000a0cec961b56b04d7a237ab5636e74296c36c47ccc07a 2,698 1.00/1.00 vMB 22
656,025 656,025 0000000000000000000470eef62c4796717165e47401fdfe8fc1e9996a6da7f3 2,784 1.00/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 782.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 672.36 GB
    • Received: 16.21 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.