Loading Tool

Explorer IconExplorer

Memory Pool

22,847 transactions
10.04 vMB
0.02634816 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.44/200 MB

Candidate Block

Mining Attempt 9e9f4a060403c0866ccdea4d021a66eac4fe993491859d35570c179e3687dda5
Version 20000000
Previous Block 00000000000000000000530b19dff44f12db6823c6764166133ba764e9326fca
Merkle Root 5489f11be3d8e4346f43044b032b3ed49cf7b03d5cf435e1522b868fb26eec32
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,919
Size: 1.00 vMB
Total Fees: 0.01020171 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,508 (745,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
168,391 168,391 000000000000071094e5a05aee8c92bcac31a421a428035ed508b5c54dc8c3b2 27 0.01 vMB 848
168,390 168,390 0000000000000a9e049f62a98f325c4e5bfa4a16a1e95afe66cbe8f6138a7a4e 6 0.00 vMB 24
168,389 168,389 0000000000000722614280b910648d0bc197deb7cbcc8318f94e7142db13d06d 15 0.01 vMB 27
168,388 168,388 00000000000007f91de055cd96b9b5b0d912f0c240c19b5a2ddf735c50106429 20 0.01 vMB 102
168,387 168,387 00000000000002b35b3940f0bfb8bfff70b8cf5108ab8799dbd9598eda898dfd 13 0.00 vMB 29
168,386 168,386 00000000000008b63d638b72a59c2f3942267926a2c6116d690bb25f505e4398 157 0.05 vMB 34
168,385 168,385 0000000000000afa703d3751f2bab5a696a496e0ee4b401b39d87d78210e9ac4 99 0.05 vMB 142
168,384 168,384 00000000000005125977020b984edb0b71e2722c44cc56b6c48cdf39e7ff7ebb 56 0.03 vMB 29
168,383 168,383 0000000000000027e648c32541378dea2b552496a600c7e0b92507edf92e7c9b 26 0.02 vMB 55
168,382 168,382 000000000000061ae8ccdc33c1c2592977c88104382a16ffc8635d043d731f34 5 0.00 vMB 848
168,381 168,381 000000000000059dfd4d67a031a184e904c40d845b451ce744d77c1c64448ca1 73 0.02 vMB 59
168,380 168,380 0000000000000bcecdbfb815a263ab8ed5e7b0d3ca41dd7c67566d645298e9b2 46 0.03 vMB 39
168,379 168,379 0000000000000a01ecb8447c88962faf3b3d94ca46aa9035af73c0ec4a186126 1 0.00 vMB 0
168,378 168,378 0000000000000789ba6f864531c0934ac68b7d28ec309099463b767b27fdd0f6 11 0.00 vMB 52
168,377 168,377 00000000000009dce8de0d549b286a596a3178013610b8d1270fc018c23115df 11 0.00 vMB 17
168,376 168,376 00000000000005dc726a57f7dc911c7dbc1abd35fe2212150530ff192f1977d8 88 0.03 vMB 98
168,375 168,375 0000000000000905e3f95c7dac5dd2634c8e503532ae8c011e14cb903f93a1cd 22 0.04 vMB 82
168,374 168,374 0000000000000b453a527d426061b1b4d95da4978bffa852a18b7f0f746ef2fc 24 0.01 vMB 23
168,373 168,373 0000000000000a0137c1cda537b6b99d9d17d227d4a361bca4505e58231f117f 1 0.00 vMB 0
168,372 168,372 000000000000040edc19a91cfeb79186e6f62d235aca123cc0c76d1134b204ed 14 0.01 vMB 83
168,371 168,371 00000000000007572a813cb5da06133a433f8bfe370458afbc37706905939597 22 0.01 vMB 3
Previous 10 blocks ↓
Total Size: 779.75 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: 379.08 GB
    • Received: 1.90 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.