Loading Tool

Explorer IconExplorer

Memory Pool

82,873 transactions
31.35 vMB
0.10628012 BTC
Random Selection Loading Transactions
Max Size: 190.67/200 MB

Candidate Block

Mining Attempt 5f456dedf8986f2e66fe38e0c53539e0892a2250d3af4aa9cd24caab09e3e9b1
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root 53069a65487201c67b2361d8cbe9846b03f33500791e1afa52736df146326d1c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,993
Size: 1.00 vMB
Total Fees: 0.02938523 BTC
Feerates: 151.12 > 2.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (838,151 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
77,233 77,233 00000000000bfd713a722abf95aea225faeb9947fccd3a34faf3a399dcf0090c 6 0.00/1.00 vMB 607
77,232 77,232 00000000003f09971f8bf02022f7e4decc3e70fd6f143641cf2ab37882f3a335 1 0.00/1.00 vMB 0
77,231 77,231 00000000001252d8067d2a61f499b673c7d29fc441e580b32a9b414c583120f2 1 0.00/1.00 vMB 0
77,230 77,230 000000000030b06355227a4b7a12da44d73220eed386d9f4181a468fb899a11d 1 0.00/1.00 vMB 0
77,229 77,229 0000000000357be81f52a234a722e9fbafb705a37222633f771de1b71eed4aa5 3 0.00/1.00 vMB 0
77,228 77,228 000000000039b80840c528396dbc7ff0a0a7dacb3992e09e265d095682fd2afb 5 0.00/1.00 vMB 0
77,227 77,227 00000000001353c0bc0edb1cfa117045e8c30c5175035dab6c5183e7838b3a8a 4 0.00/1.00 vMB 0
77,226 77,226 00000000001da0f18579085454090a91b4922c53ceb0c85d87ea2643e33d7e43 1 0.00/1.00 vMB 0
77,225 77,225 000000000015e0f980226cc4c86946af93768a53258012153a333bf494910a97 4 0.00/1.00 vMB 3,880
77,224 77,224 000000000029d93d0170faf9d774871d6599f1883e94806e343f3909aac4bff6 3 0.00/1.00 vMB 911
77,223 77,223 00000000004f8bf45f6abb2572c11506a31464f3926ea3d2658f17b5c38be143 3 0.00/1.00 vMB 0
77,222 77,222 0000000000394e2ba406cfedfbf2de146f6bf8e0e4e375e938ad9b8a5171f55e 1 0.00/1.00 vMB 0
77,221 77,221 000000000041875ad414c359a1598449de3904f89f75b32e774ef0220b806275 1 0.00/1.00 vMB 0
77,220 77,220 00000000002f22e069aea4c8b90f552b2200072d683fcc894ba07f2b798b0ffe 1 0.00/1.00 vMB 0
77,219 77,219 00000000001b6d40ee191d0d5af31eb2c5d446fdbc6f1c20baae0f025c263b74 2 0.00/1.00 vMB 0
77,218 77,218 00000000003f7b13f6785f48b5898f515032c47cf78a07226bbcda2c9a8d7655 3 0.00/1.00 vMB 0
77,217 77,217 00000000001263ba26b7a3a0ccec629c0bcb524aa435bd0d04f95bb5ad4ace11 1 0.00/1.00 vMB 0
77,216 77,216 000000000009f7ca85dce386a2af266a58bbcfeb2bdf80e60165d2dff566a95e 4 0.00/1.00 vMB 1,351
77,215 77,215 000000000035a695afbbb3d126a6f77751a5cec64eef9b983e87c4098954fe31 2 0.00/1.00 vMB 0
77,214 77,214 000000000018314a82f8daa20d7655f5f7a4a1000ea6b19affde6c4a6a18ce57 1 0.00/1.00 vMB 0
77,213 77,213 00000000001e36493e074ff6633466157338602bff760640a77ee86ed1869389 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.06 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: 720.67 GB
    • Received: 18.24 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.