Loading Tool

Explorer IconExplorer

Memory Pool

93,885 transactions
34.40 vMB
0.33808976 BTC
Random Selection Loading Transactions
Max Size: 199.74/200 MB

Candidate Block

Mining Attempt 94fbddf81920eee3d0c6240168233915601357f8de0bb04f1a1c0919186fb43e
Version 20000000
Previous Block 00000000000000000000bb3bc41843719fe36e9ccf594ee58bf79ac5f82daed4
Merkle Root 1079fafc92c22de7c6f2a45d51cc751de5e985072036dfc988a59529bda247ec
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,905
Size: 1.00 vMB
Total Fees: 0.08656656 BTC
Feerates: 212.54 > 8.67 > 1.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,638 (844,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
71,253 71,253 0000000000002ebbc7d88175555a0941f76cb113a305bdc5631f66b0c1e0e698 1 0.00/1.00 vMB 0
71,252 71,252 000000000017318c66369bfcaabdd3423e4958c07e6bc237912f6b41deae69c7 1 0.00/1.00 vMB 0
71,251 71,251 0000000000ffaef36db7925addff611721d87f61fb6b1cf464bbb03235938291 1 0.00/1.00 vMB 0
71,250 71,250 0000000000d93907f4d881c1d784a031257ef0508923dfd2bf5de548c2510441 1 0.00/1.00 vMB 0
71,249 71,249 000000000009d7ad389e5beabaac3f04f9e7e289cf6c1740ce22b41bee02e973 2 0.00/1.00 vMB 0
71,248 71,248 0000000000ce9108a61f6d87c4aef31e5be45ba0ff6b5ad5cf9499b5f5493f92 1 0.00/1.00 vMB 0
71,247 71,247 0000000000f057bd8fe4155d88d6c9e86aa5c7c3ef57378b258a16b3566c88f3 1 0.00/1.00 vMB 0
71,246 71,246 00000000005f8a7d3620894c6f1155057073dce1000c24bbf83ffb0afb1fa147 2 0.00/1.00 vMB 3,861
71,245 71,245 00000000008ebaf202aff89015aa2c327b6b1174f8557d5f35e0ebf6d270fda6 1 0.00/1.00 vMB 0
71,244 71,244 00000000005824aff30330ee7aa23e946b35ba8a61db8366bfd71dc2bd6cd1d3 4 0.00/1.00 vMB 0
71,243 71,243 000000000046ec0860349ae29aa7deeab23c9088df487533af8d4635123009c2 1 0.00/1.00 vMB 0
71,242 71,242 000000000099c8bd213076b25c5f266613dcabe5c96b4a5ad31d809f3b618730 2 0.00/1.00 vMB 0
71,241 71,241 0000000000a5bcf5d8a8b3f62afd69a265c41ca3229fdfb57bbde2a89e10d7c8 4 0.00/1.00 vMB 0
71,240 71,240 0000000000d3e64b6003acca69ca0b034f69a8149719676fe70fd9303366663a 1 0.00/1.00 vMB 0
71,239 71,239 0000000000d0decd22065eab690c97e975bec7e45c636e3c4ac50bed24f494ec 1 0.00/1.00 vMB 0
71,238 71,238 0000000000a3bbf764a0f96d25beed071bd2e5844bfa2cfd4ba217b6e53fffac 1 0.00/1.00 vMB 0
71,237 71,237 0000000000ab49ee0cb5caaaccf2634bf1f4a3c367133066b145c94d723d1d28 1 0.00/1.00 vMB 0
71,236 71,236 000000000018c8de26a123d91037a4ff815b643d4a62bf96f8e35e249b6c5cca 2 0.00/1.00 vMB 3,875
71,235 71,235 0000000000735b2ee32f0020612c7bb7aa11bd99b2be17499b844fbfd13015a1 1 0.00/1.00 vMB 0
71,234 71,234 0000000000027f820ddb200f7fec6b92eab6385171c6b8a5e85a97b14beea736 2 0.00/1.00 vMB 0
71,233 71,233 0000000000e58455636ee1e274eff24eda54a5b88e8d7fb33853bc2a1cd9bf57 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.49 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: 773.03 GB
    • Received: 20.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.