Loading Tool

Explorer IconExplorer

Memory Pool

36,401 transactions
26.95 vMB
0.12082613 BTC
Random Selection Loading Transactions
Max Size: 137.72/200 MB

Candidate Block

Mining Attempt dffa183b78502ab2deeda387f8aa5c22a124d9a78b8dce0d28deda5502ba764e
Version 20000000
Previous Block 00000000000000000001d10f3c2b2b81e003e8edca0e608ae1ec4d6ede707251
Merkle Root 81c2e4d90c4a16f8dc81bf032d0b587c0ca5b99076ed59d23cd15c55727b3dd5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,262
Size: 1.00 vMB
Total Fees: 0.07051334 BTC
Feerates: 150.62 > 7.07 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,278 (840,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
73,403 73,403 000000000064bc7bb84092c587a93f2de5076f98edaa0824d211c3fb0e16c7fc 1 0.00/1.00 vMB 0
73,402 73,402 00000000009f014a5a3440cb12fa7f61b9c9d29a685b3a0c244feed645588c99 1 0.00/1.00 vMB 0
73,401 73,401 0000000000018960a6ae6499c86f18c4828668aaee4d9ff721f609257a4eefd6 1 0.00/1.00 vMB 0
73,400 73,400 000000000033cf0862f8148225c6c11a8f36b2ae0f1076629070e4efc93f7d9a 2 0.00/1.00 vMB 0
73,399 73,399 00000000003b156b0a55961f0d3cb2ae353bc18a0c14a40259ae189cbf22aa7f 2 0.00/1.00 vMB 0
73,398 73,398 00000000000e40c7fb3257a904714e2da435c2b5cf88f66ac93fed7c25cde31a 1 0.00/1.00 vMB 0
73,397 73,397 000000000024b9ff724692cab4cfe9b7de627099b18f6f6d6585f41e446b25c1 2 0.00/1.00 vMB 0
73,396 73,396 0000000000b1aa957943dee7f11dbf10b19a6ab97ffcfffccfb2486d57472701 6 0.00/1.00 vMB 0
73,395 73,395 00000000005a778e02721319660202ba414d8c99918753107089bf70572e2594 3 0.00/1.00 vMB 0
73,394 73,394 000000000002d079bc69658e2d4e14e2950c949aa47264f693cfd58bff554ee4 2 0.00/1.00 vMB 0
73,393 73,393 00000000006d009e74fdb918407413ab8725084bda74db2e3de5599bcd4f9d82 2 0.00/1.00 vMB 0
73,392 73,392 0000000000767f5b53045e4979741fe7e2a1312ddc5e807f49f1714eb6847c20 2 0.00/1.00 vMB 0
73,391 73,391 00000000001fbb3c480c440f8205e4a01e2853a659f0401ba162cae6b2adc321 1 0.00/1.00 vMB 0
73,390 73,390 0000000000917427b35e73a8d032c30d7b6433f6f1906e25cca4c2d0fc01e7d9 2 0.00/1.00 vMB 0
73,389 73,389 000000000006cc75cfe2cda2a4c017916c5579755941c9c4677da37292a5726a 1 0.00/1.00 vMB 0
73,388 73,388 0000000000243dfd8779c3fab5d40b3816bdc748a50526fb6b4901c0f9a2ff03 2 0.00/1.00 vMB 0
73,387 73,387 00000000007a9221ace2acb8cef0705679678a2f7ae33a432a486bf636a3df24 2 0.00/1.00 vMB 0
73,386 73,386 0000000000549a1b09544ad51ea24f45f2c24f37c911975746cec02ed470e759 1 0.00/1.00 vMB 0
73,385 73,385 0000000000adec88ca929087f83554e79b1592e71a88413447f14917bfd3c1e3 1 0.00/1.00 vMB 0
73,384 73,384 0000000000b617af5434b129b44571a46b68b272adeff1ad8a820fe635704396 3 0.00/1.00 vMB 0
73,383 73,383 000000000056d943bd65607bb44fb1eed81652796ee7604c3dcd36e9e90b596e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.09 GB

Node Details:

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