Loading Tool

Explorer IconExplorer

Memory Pool

75,174 transactions
27.70 vMB
0.07131490 BTC
Random Selection Loading Transactions
Max Size: 169.06/200 MB

Candidate Block

Mining Attempt 7fc8022aa74a7d354a89fd4f42015af2526e8f0853a7d057ae31bcfe462a3978
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 0b7161895e5289ad6fb79007d9f4268763e8305d1caf2c9d7f756be510177a3d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,078
Size: 1.00 vMB
Total Fees: 0.01188401 BTC
Feerates: 150.93 > 1.19 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (102,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
812,728 812,728 00000000000000000000c23bc85be10115a0ab3981db37e324c0e7eb6c22ab02 3,932 1.00/1.00 vMB 22
812,727 812,727 000000000000000000026aa11f5328556d1a7f51859464fd6565b55a14d6044c 1,407 1.00/1.00 vMB 8
812,726 812,726 000000000000000000030e474e2cb56abb782a05e623c4e9915a67a5270ba249 1,414 1.00/1.00 vMB 8
812,725 812,725 0000000000000000000344e013fbae270cfd8aeaba6145f365b73b9a44fbe7a8 2,071 1.00/1.00 vMB 7
812,724 812,724 00000000000000000000458ea38efa27046ae7e3ea921b28b7500a1e66668248 1,834 1.00/1.00 vMB 11
812,723 812,723 00000000000000000002bb3aba1573638ec9261f0c4eead7f89a19a61df25f8b 2,372 1.00/1.00 vMB 13
812,722 812,722 00000000000000000002791c1ee8be21ca13b0b6d4d604f1d00e7bcb0206c5df 562 1.00/1.00 vMB 4
812,721 812,721 00000000000000000001b442eb30068356af81ea0091867b1cdbe53207b79902 2,876 1.00/1.00 vMB 17
812,720 812,720 000000000000000000010c7addefd01493495365abfb16b46f3929db19f2ff1d 1,261 1.00/1.00 vMB 2
812,719 812,719 00000000000000000000c8b323f1218543d3a03c446a9eceb1c16eed7c73d2a9 1,320 1.00/1.00 vMB 10
812,718 812,718 0000000000000000000489333262e861e8e4f5aa85f7abeecf85dcc4f02cbe96 2,594 1.00/1.00 vMB 14
812,717 812,717 000000000000000000029e6ea58475fb4acd5a8253a2f3c8b56e385287aaecd3 1,331 1.00/1.00 vMB 6
812,716 812,716 000000000000000000023e6fbc5ddd7b648ff47d1948092597207cdca016ab93 2,266 1.00/1.00 vMB 14
812,715 812,715 00000000000000000001cd1777bc777a377c84b69f64cfc002c1efa2ec370a6a 621 1.00/1.00 vMB 3
812,714 812,714 00000000000000000001565d6fdcb73e8d8679a764941d59e8cf83ec61f923ea 1,548 1.00/1.00 vMB 2
812,713 812,713 00000000000000000000f117798302003a901495bb5ee3f959a9c048aa772b67 1,158 1.00/1.00 vMB 5
812,712 812,712 000000000000000000010b378c554e294ec490a7cb8af0fee7972f0f9b12e6ab 1,199 1.00/1.00 vMB 6
812,711 812,711 00000000000000000001f25b7b049e12cb340d75bb3e0b7100bf65020958922e 2,872 1.00/1.00 vMB 20
812,710 812,710 000000000000000000030c29b54f36d053aca699bc7321affb94c85b8f72f9d4 1,803 1.00/1.00 vMB 13
812,709 812,709 00000000000000000004166309a59a41759e36ff0081538f7a71d8b55871f754 2,010 1.00/1.00 vMB 12
812,708 812,708 000000000000000000019a81a9bdac254c01a254e9b542b7e9ccc5698d905817 1,831 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.90 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: 713.71 GB
    • Received: 17.44 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.