Loading Tool

Explorer IconExplorer

Memory Pool

26,602 transactions
24.21 vMB
0.04795508 BTC
Random Selection Loading Transactions
Max Size: 118.77/200 MB

Candidate Block

Mining Attempt 62c4720dabe7e5739e4e548b84edea69b0e2358cfdde17c2f616c799abf2b346
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root 87fe0acbfea0cb2d623bc20c6dd78fb380bbcf0462403b906020cc31b571ef73
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,308
Size: 1.00 vMB
Total Fees: 0.00518746 BTC
Feerates: 73.20 > 0.52 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (450,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
463,921 463,921 0000000000000000005021ad18d34f83298a86e896050fcbe9e58661242eec2a 2,216 1.00/1.00 vMB 167
463,920 463,920 00000000000000000084ad4899b0b296312f9af7e6331dddd14816f93d39d55c 2,154 1.00/1.00 vMB 193
463,919 463,919 0000000000000000015fff71eb142d9337b550eab4b2dbb2e1d499de40926469 2,676 1.00/1.00 vMB 221
463,918 463,918 00000000000000000141e755322c134906d93eb474f9ab1827b01bdb31147b29 2,855 1.00/1.00 vMB 165
463,917 463,917 00000000000000000195a14dec1702b6e2e06fef6d838d9413b1f2988d5cd785 2,366 1.00/1.00 vMB 235
463,916 463,916 00000000000000000175a4f5a46e96d06faf34455a554356204fd0bd36d66b03 2,040 1.00/1.00 vMB 156
463,915 463,915 000000000000000000a05e22e2bd5dca7db3ab135a8c99269c1be42c71304456 2,187 1.00/1.00 vMB 192
463,914 463,914 0000000000000000014419ea788b8052b2e734b59099b79adcbf74faed6209ca 2,305 1.00/1.00 vMB 219
463,913 463,913 0000000000000000000d29985518f570151f8af96d8221b7939e6664d4c1d8a2 2,556 1.00/1.00 vMB 163
463,912 463,912 00000000000000000045ea074c2d0d73b1e4f71e775e2302d20e9d6c2d6a8847 2,690 1.00/1.00 vMB 161
463,911 463,911 00000000000000000185ce9d22b373a856234feb9ae1031cbbf355766c86b4ff 2,351 1.00/1.00 vMB 190
463,910 463,910 000000000000000001911ebd79596ec36309d17791590755ee258eca8cbefc16 2,436 1.00/1.00 vMB 241
463,909 463,909 000000000000000001647b0f3c394e6077f4d80e0db693955e2daf5d098d661e 2,825 1.00/1.00 vMB 320
463,908 463,908 00000000000000000038784dc588e930f250670b887844db316a8b152af76064 2,888 1.00/1.00 vMB 285
463,907 463,907 0000000000000000003bf6a2c249aedf3cbaf489e2a926ce573a5beb2f7399f8 2,334 0.99/1.00 vMB 193
463,906 463,906 000000000000000000a60c9dd46c238b632b0887708fa53cfba10730e0423a60 1,044 1.00/1.00 vMB 186
463,905 463,905 00000000000000000210b3e79f8f6c7f5009c34cdd7e5b878f2b41224013732c 2,898 1.00/1.00 vMB 229
463,904 463,904 00000000000000000026b601fe2a6535941178d52f80a55e2c650ebba99413e6 2,625 1.00/1.00 vMB 276
463,903 463,903 00000000000000000179c5a765e0a28f168c8387d57d55a13ba39e4c9023814a 2,608 1.00/1.00 vMB 226
463,902 463,902 0000000000000000016fca9024aed3c26d70c6a3d6ea93e654da25df0b338185 2,854 1.00/1.00 vMB 254
463,901 463,901 0000000000000000000c1ac6577437f0e9f1d3108dbeaaf6e95c901fa80ef3eb 3,451 1.00/1.00 vMB 312
Previous 10 blocks ↓
Total Size: 781.86 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: 641.68 GB
    • Received: 12.52 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.