Loading Tool

Explorer IconExplorer

Memory Pool

44,629 transactions
27.38 vMB
0.09505900 BTC
Random Selection Loading Transactions
Max Size: 144.65/200 MB

Candidate Block

Mining Attempt 7bc75d591fe2994df21fb0580d571ffcb40a961783fe9b626c095a499adf1465
Version 20000000
Previous Block 0000000000000000000182fc7e3276e0ca1f0b423f92087ce28c2892578cee65
Merkle Root 74b16caa94c94a2b055731d6a314de7a4ce9c74b9880612b006d9f2b881404bf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,790
Size: 1.00 vMB
Total Fees: 0.04383247 BTC
Feerates: 150.75 > 4.39 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,917 (149,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
765,186 765,186 00000000000000000004654f1948e215860a769ec778f8598d3c256c433f186d 1,227 0.73/1.00 vMB 5
765,185 765,185 00000000000000000004e1e1c76c0db8379977c669a7d02100d3406763cb9cc3 3,115 1.00/1.00 vMB 25
765,184 765,184 00000000000000000006923ee26b9b3d271035b5cdf79f4915d8453cb3a6f305 1,436 0.74/1.00 vMB 10
765,183 765,183 00000000000000000004aada68b8f4aa8501abd33f641af7b7ab3b5e3b41147d 1,718 1.00/1.00 vMB 3
765,182 765,182 00000000000000000001c100341481222f5b13fe930b4c436d9a4e9b2aa59024 2,667 1.00/1.00 vMB 21
765,181 765,181 000000000000000000038a3c11c77f2cdfd0fc109ca32abadbed1206bc1c746e 2,181 1.00/1.00 vMB 18
765,180 765,180 00000000000000000001981a87aed9f18026b5e8c7ab15735b145bcd2ef93dc1 2,567 1.00/1.00 vMB 24
765,179 765,179 0000000000000000000797793f55b1fae28d380ca2e7132321f390a9bce5b357 3,066 1.00/1.00 vMB 29
765,178 765,178 000000000000000000008c738b2cc7a3dffb47a89fe16713cc6c1ee1f0a5b73b 2,327 1.00/1.00 vMB 35
765,177 765,177 0000000000000000000410fcb54c86df13bb51507b17f0baaac822bc7f314821 1,753 0.93/1.00 vMB 12
765,176 765,176 00000000000000000003efaf55043b232dc9afcddb0e54d1b6fb0099a401f5d2 1,450 1.00/1.00 vMB 9
765,175 765,175 0000000000000000000555c82727d17215f7bec55d0799a7347873dbc9deec4d 3,234 1.00/1.00 vMB 26
765,174 765,174 00000000000000000000b7f959094a0e5acd2c52fe7e652c1305a3892b799d65 678 0.29/1.00 vMB 10
765,173 765,173 00000000000000000000586816db6f03c562053b3a4412a05815d0b8158ef4d6 1,617 1.00/1.00 vMB 7
765,172 765,172 00000000000000000000ea37ba9657fe7e93f49c59cc8ff6c7da727980856711 1,902 1.00/1.00 vMB 14
765,171 765,171 00000000000000000005146d102260fa75c13ae66b067066c8c544818cfdad28 2,858 1.00/1.00 vMB 13
765,170 765,170 000000000000000000002786e0c6e1fb3ae48a0ec6ef7c579b3034de0a91e671 3,006 1.00/1.00 vMB 22
765,169 765,169 0000000000000000000435540165d6ef3f234a63b643dded9d82efffd5baf6c7 3,761 1.00/1.00 vMB 34
765,168 765,168 000000000000000000045a5b63769f5b23888b5e2180ed659185d6d7222c9cc8 2,566 1.00/1.00 vMB 24
765,167 765,167 00000000000000000002ded4124195ec17c464ea28fe512d0f7f5f12a8310e3f 386 0.70/1.00 vMB 12
765,166 765,166 0000000000000000000175adfe6b7b0abdfc220210d5f8efb874b094a2cfca51 811 0.35/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.24 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: 655.15 GB
    • Received: 14.27 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.