Loading Tool

Explorer IconExplorer

Memory Pool

82,548 transactions
30.42 vMB
0.12099688 BTC
Random Selection Loading Transactions
Max Size: 184.09/200 MB

Candidate Block

Mining Attempt 57695757a8b207bf6c3aac3c2c8501d442cd8555cc37a02f9d185f379420af7a
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 72f67f86748a2465343d9264faa2ed61f9a277a8372c43f3cfcf6b59cbbca83c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,100
Size: 1.00 vMB
Total Fees: 0.04205319 BTC
Feerates: 150.85 > 4.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (587,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
327,370 327,370 0000000000000000059013e5966fc7c5a5db48446a9f428984670183d42c0f0c 81 0.08/1.00 vMB 18
327,369 327,369 0000000000000000064715c1706f1ece5d2798b0c757fdb2cdca928f92dc01e8 1,254 0.90/1.00 vMB 22
327,368 327,368 00000000000000000c23bb9f9464fe87bc77cdb80b5f82de18caff2bd451b68b 735 0.50/1.00 vMB 21
327,367 327,367 00000000000000000a1658bf48feb064ad5716a2f0b0bd1e142f9c1087cacf60 2,274 0.75/1.00 vMB 42
327,366 327,366 000000000000000018f4b93257867665aa7e1aa28fc3bbdedc4a383aff3eb80c 755 0.53/1.00 vMB 21
327,365 327,365 0000000000000000028adf7825da49aefa6a05ebeabc8f0d2c55aaf289019117 53 0.06/1.00 vMB 3
327,364 327,364 0000000000000000077262b5391b884d2b4165b78f83cd06fff1a7f8b2a01e07 877 0.43/1.00 vMB 30
327,363 327,363 00000000000000001e2c2be434deef76976044119c6a3c18f8b10b3a7901e14e 122 0.10/1.00 vMB 13
327,362 327,362 00000000000000000255e34f999f89e49e1f3295822eee1523b5044142d9c4da 1,438 0.74/1.00 vMB 28
327,361 327,361 00000000000000000094a05b4bb6ef341169ab377ce3660083a7a9d7178c8e72 331 0.14/1.00 vMB 31
327,360 327,360 000000000000000018a4476b5294a4cfd41f9ce2b84302fc8154fec80ae320b0 259 0.17/1.00 vMB 18
327,359 327,359 00000000000000000edd4ca8b7e8adb1282eca48e32932eac25642e5c1a47bef 875 0.45/1.00 vMB 27
327,358 327,358 000000000000000013d0d368b91eaecf6f36f1a4eda1909dc1011ba53627e4a1 128 0.10/1.00 vMB 9
327,357 327,357 00000000000000001ac8c82e6271316880cacdc5d7e303f18230533fd6719ea2 1,240 0.75/1.00 vMB 24
327,356 327,356 00000000000000001d69cd567581183b6e15af1150084179adab7a0e9152949a 512 0.18/1.00 vMB 40
327,355 327,355 000000000000000018b28eb2dcb8c13514c055a208643634f391a9bccd3c3e1b 303 0.13/1.00 vMB 29
327,354 327,354 00000000000000000b81e0736bd757c2168764ac5b90a7be8bc77c1fbfe44ad2 373 0.18/1.00 vMB 28
327,353 327,353 000000000000000003202af3899a3d59a511fcf652a708f694c3946f376498f6 62 0.11/1.00 vMB 13
327,352 327,352 000000000000000014d07d31aed81bb717a2ca6a588bda87a42fe2067e723a51 873 0.61/1.00 vMB 21
327,351 327,351 000000000000000006c3af5324b976b20a58a329f765887d94f0cab9364ecc56 512 0.15/1.00 vMB 58
327,350 327,350 0000000000000000128b47640d90e6107a545b56a9b9f30f7b6261c39fd5e3f2 321 0.17/1.00 vMB 28
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: 11
  • Data Transfer:
    • Sent: 672.36 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.