Loading Tool

Explorer IconExplorer

Memory Pool

82,865 transactions
30.51 vMB
0.12584527 BTC
Random Selection Loading Transactions
Max Size: 184.56/200 MB

Candidate Block

Mining Attempt 68976348dc5252c983c44412bb8c625cb45058661c780e78ebf46f7ddf12b473
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root ebb15523bbf901271c02d715e81792cbc12037aac06b3eee9f379c2ac79ac7f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,029
Size: 1.00 vMB
Total Fees: 0.04533207 BTC
Feerates: 150.85 > 4.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (197,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
717,187 717,187 00000000000000000004c37f2823ebf49828597452ffc1ad3e35339a4d6437b1 2,875 1.00/1.00 vMB 17
717,186 717,186 000000000000000000096889bdf45577db43ae85b0fe203c49ea1f48debeb1e1 2,955 1.00/1.00 vMB 11
717,185 717,185 0000000000000000000a2cb073d1ccd5bbe4ec256f0f92c3124ffc1923e5c483 3,339 1.00/1.00 vMB 15
717,184 717,184 0000000000000000000809cb0c6636dccd2cacb8136d7863c50cc46e79e0e0cf 3,044 1.00/1.00 vMB 30
717,183 717,183 000000000000000000089d33fb2c8dfb61f77655100f94dbe0e3cbf85b2a8ca1 2,646 1.00/1.00 vMB 14
717,182 717,182 000000000000000000079557bd7e9359f7963a96788359bc1ad1fac8f8f18429 3,172 1.00/1.00 vMB 19
717,181 717,181 00000000000000000002d9731c91fc198cf6b1967f152d68c518cfe3e53554b6 2,399 1.00/1.00 vMB 13
717,180 717,180 0000000000000000000a6d07de275e58f85a101916addca7eeb4f058f5011b9b 2,086 1.00/1.00 vMB 13
717,179 717,179 0000000000000000000530d69c36fe8b81addf97d28002a9ae44c22a735c334d 1,368 1.00/1.00 vMB 9
717,178 717,178 0000000000000000000771782f79c6736dccc134eb5b646d863666088cd8ca3b 1,587 0.51/1.00 vMB 9
717,177 717,177 00000000000000000008de845cf42609b6ee574f66e1e7a16d6fb508b6f4e513 1,493 1.00/1.00 vMB 5
717,176 717,176 00000000000000000004e438056b6c771bd3e0c44ae47007d539d8993129ef46 1,126 1.00/1.00 vMB 2
717,175 717,175 00000000000000000003cc8be4baf5d734fcdd9277a7c24c9f445a370ef762a0 3,279 1.00/1.00 vMB 2
717,174 717,174 0000000000000000000461049bebdc94462a8c5c4f194d24fe1581b88a89369a 2,420 1.00/1.00 vMB 10
717,173 717,173 000000000000000000058fd5ed56130683ebbf5e7a49f8c881233411c7daca0c 2,651 1.00/1.00 vMB 16
717,172 717,172 00000000000000000008601d38dc4a5402bbda9238d4b4f10d20efafac46b013 2,583 1.00/1.00 vMB 9
717,171 717,171 00000000000000000006fe0e667b254a183299343bcfd60e9d6cdeb13df5bb89 2,295 1.00/1.00 vMB 12
717,170 717,170 000000000000000000055b65a4cda690e74189f7c46c89b68bde7936189d82bb 1,146 1.00/1.00 vMB 7
717,169 717,169 000000000000000000098ef97fea6ffcd1a2b3ab8c79d7ecd9609bb04e743953 2,166 1.00/1.00 vMB 8
717,168 717,168 0000000000000000000006f772f8a98f82da3dc4c3bf9a7c0b9b731ac1e081f2 3,134 1.00/1.00 vMB 32
717,167 717,167 000000000000000000059ef450039f7fd8f101389e399b8eea3b4f3ac0da43a6 1,593 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.63 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: 672.37 GB
    • Received: 16.21 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.