Loading Tool

Explorer IconExplorer

Memory Pool

18,751 transactions
8.85 vMB
0.06173705 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.41/200 MB

Candidate Block

Mining Attempt 454625c03f08a3ea2b361ababa1f985eab76f91b1729985b1effca178163a3f6
Version 20000000
Previous Block 0000000000000000000003c7cbcc0246969b12a8c6b834f333c2ac327690af3c
Merkle Root 646f218ef708f85237d39bb241d82b1a0123b09fd7739ad1d4ae5b8efa4921cf
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,983
Size: 1.00 vMB
Total Fees: 0.04125518 BTC
Median Feerate: 1.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,389 (717,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
196,213 196,213 0000000000000691cac160f161786d71cfbf5829c6dfcf571dce6f62b638cfb0 370 0.11 vMB 266
196,212 196,212 000000000000052821b890d9e0cdefb0d7c1df8131c98417df20fefb2f168e05 353 0.12 vMB 199
196,211 196,211 00000000000001e0ddefc5faa4cbf1bcff845fabdd0df3f698dcfe71fce5c85b 129 0.05 vMB 155
196,210 196,210 000000000000051f4723166301a5ab67dcd3fe1b1004f26e09895f5ee1ed9327 356 0.15 vMB 151
196,209 196,209 000000000000048009a0e9985424ff507d0eff75b300254cef2717f9eccf7bd0 76 0.02 vMB 23
196,208 196,208 0000000000000587286bbc3da29eee5fdc901c2ad563094b09fbfd17fac28df4 345 0.16 vMB 115
196,207 196,207 000000000000021705635a2180267faa002180a2424f674e423f95fbf5f7c5ad 106 0.05 vMB 73
196,206 196,206 0000000000000563fb8fc1d977391e00753d0ad2afeb5cbc5689b53ffad9faf4 13 0.00 vMB 64
196,205 196,205 00000000000005781bb43475fe5af110a46118379e2c70f62b56f1716d765f16 198 0.07 vMB 123
196,204 196,204 000000000000059a9c285df40af089e521f3cdc2635df6107410b7270cca1641 357 0.14 vMB 146
196,203 196,203 000000000000013755dc554fb900aa7d77aad53f7640d04fc1253ed7a22a7ae9 249 0.09 vMB 218
196,202 196,202 000000000000060a074b5c16c8b6f01d6ed363b39b871c6103b05dedf2d8e3b8 55 0.02 vMB 121
196,201 196,201 000000000000046ce5b2f0746f39c4ae9b6664a35091e012d4db790f97ef0a67 309 0.10 vMB 186
196,200 196,200 0000000000000671f8eb6bc77bf0972a18d829dd6f97e2bbd68222bc97eabf67 9 0.00 vMB 0
196,199 196,199 00000000000001878e62baf048601e3a8251aa573b7ef131be91f943d59eecfb 95 0.03 vMB 166
196,198 196,198 00000000000003d560434592ef2f8e085bf8efd7970b67f7f88807b4702c5e5a 69 0.03 vMB 134
196,197 196,197 000000000000026a75f994cd1e6070c506e21234c6c17442eecadbb1015bdaa6 512 0.22 vMB 132
196,196 196,196 000000000000011a4403588474464da2cf9f62495cbc3e54451c8af3dc3170b6 10 0.00 vMB 66
196,195 196,195 0000000000000516a7c083464468283571e249a1d42e4ff0f436f8e747a2048a 37 0.01 vMB 83
196,194 196,194 00000000000002bb53789e4edcf1e5fd37572d694511e01bcc55f744f4634d62 16 0.00 vMB 40
196,193 196,193 00000000000003d30913575ca467796387efd1d3b571ee73779309fefca28ba6 57 0.03 vMB 126
Previous 10 blocks ↓
Total Size: 779.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 111
    • Outgoing: 10
  • Data Transfer:
    • Sent: 242.80 GB
    • Received: 0.92 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.