Loading Tool

Explorer IconExplorer

Memory Pool

76,374 transactions
28.55 vMB
0.07052403 BTC
Random Selection Loading Transactions
Max Size: 172.83/200 MB

Candidate Block

Mining Attempt d47c92356e84e320a79ba6173e25e9b1721ca67756fd5bfbca5c26c0a7e4d869
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root b79cd0d8ebbc3c278538faa16c3f114258f9792daef63ab91f152c2a7241fcf5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,464
Size: 1.00 vMB
Total Fees: 0.01133404 BTC
Feerates: 150.93 > 1.14 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (484,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
431,098 431,098 0000000000000000013397e179bba4e214a72bdf44e50a69a8d8b7c9d615a772 3,142 1.00/1.00 vMB 84
431,097 431,097 000000000000000000fb01fea751783a69052e9c446203f91d4a938ffa644c1f 2,729 1.00/1.00 vMB 78
431,096 431,096 00000000000000000467112a115058416d8997981e3303b4f7d6a1cebeebc051 2,682 1.00/1.00 vMB 76
431,095 431,095 000000000000000000f153dcb200f9934e6857a4f6eb96f2cc51e2959b833634 1,734 0.74/1.00 vMB 59
431,094 431,094 00000000000000000357589cac19871ee79621149c2b0de9393e8e07bd0de228 779 0.38/1.00 vMB 60
431,093 431,093 0000000000000000007d2befc536487baec69f15a4aba15fcb7acd7fb44ad498 1,276 0.68/1.00 vMB 57
431,092 431,092 000000000000000001d76099c358bf1042cd0c31969b33d450136cdb66e5c979 418 0.73/1.00 vMB 18
431,091 431,091 000000000000000004378f44ec4fcd7bb6550ae2860399b0ab7e34be79054814 1,313 1.00/1.00 vMB 33
431,090 431,090 000000000000000002a6937cca8e2fa86229bfbb1f00d7df4e7f115531cc3406 2,842 1.00/1.00 vMB 75
431,089 431,089 000000000000000000085fd523d4cc1ce25b672b32f77b32809af4f1c5515875 993 1.00/1.00 vMB 34
431,088 431,088 0000000000000000032fcd4bba5cf21ac77d1fe8cab9c3c28aba5531c9c60c2e 1,710 1.00/1.00 vMB 66
431,087 431,087 00000000000000000356b4687cfd85e14c82e18072b4fa49f84dc9c1152fcdc4 383 1.00/1.00 vMB 20
431,086 431,086 000000000000000001ccea3bcabf65a6ca9ab7e57d58d98ddda09469683d5857 2,041 1.00/1.00 vMB 51
431,085 431,085 000000000000000003c18903f79b4c631daed2da0956c6ec66eca2ebf9e3b8fb 1,593 0.75/1.00 vMB 53
431,084 431,084 000000000000000000abf703007828906bf5d20d25739d63f221e98ee0ecd553 2,656 1.00/1.00 vMB 72
431,083 431,083 00000000000000000044597b486d830fb8e6244ddbdae32c19a34de10c053ff3 2,579 1.00/1.00 vMB 69
431,082 431,082 0000000000000000039ea7a14e518142613a0d322c70721c620ba9b5c4a0a510 1,282 0.98/1.00 vMB 31
431,081 431,081 00000000000000000166528e8e9ecea2af4daa231b199299dfaad745cdd0fd4e 1,735 0.73/1.00 vMB 60
431,080 431,080 000000000000000002112b6fdcf6948bab2e6144b837d3d268c5f4937293867b 2,210 0.95/1.00 vMB 58
431,079 431,079 00000000000000000436394a324ff87c5086519aea64a0f52be7f7fb0888c3cc 1,479 0.65/1.00 vMB 59
431,078 431,078 000000000000000003cf8859afddce7c4604e59059c49e3173c11f0316f9f0fd 714 0.32/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 782.67 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.10 GB
    • Received: 16.39 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.