Loading Tool

Explorer IconExplorer

Memory Pool

42,838 transactions
26.73 vMB
0.05365020 BTC
Random Selection Loading Transactions
Max Size: 140.60/200 MB

Candidate Block

Mining Attempt 1b8adf333e512d84aea51e374df6d3568cd27a58f244af2b7c81c3607a2ed6a3
Version 20000000
Previous Block 00000000000000000000e3ac99be0c75a7c1598359aaad39c4e0ec9e97012d70
Merkle Root ceb4c21840b32b3545e75c61139c464ab645a97b9cfe2e03965333eb999247d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,230
Size: 1.00 vMB
Total Fees: 0.00425285 BTC
Feerates: 14.54 > 0.43 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,896 (738,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
176,443 176,443 00000000000003ca75bf1c553b8e95de66b8fb9ca363f1b604ec7dd030740edb 9 0.00/1.00 vMB 326
176,442 176,442 000000000000092f558ab795f164df66614a747d4ca851a7234a3e44de14d2a1 21 0.01/1.00 vMB 82
176,441 176,441 00000000000002b3f8ec1da5281a70299a4de37714febc99722cd09c9ad5f590 51 0.03/1.00 vMB 85
176,440 176,440 00000000000000fa7a5d8b28eb07b0574a21194da67054ba343b8fa81829ce04 20 0.01/1.00 vMB 246
176,439 176,439 00000000000001580100e801074fc08a54d3d415a229c1c2bd7629704c1750c4 7 0.00/1.00 vMB 28
176,438 176,438 0000000000000a4d09a68ff4b2ffef47ba1b2867e8d809158144d95db28df134 14 0.01/1.00 vMB 48
176,437 176,437 00000000000009f72c95982bfecfa9b2087aacb5c26f695a5697375cf78cf2c7 15 0.00/1.00 vMB 136
176,436 176,436 000000000000036c0b34d76e884b98e6f8ba1d3e1aff12e7a433bd3dee1e72ab 37 0.02/1.00 vMB 103
176,435 176,435 00000000000003abdd1d6ca9a8eacbff077e0cc282ddb2fdabee9925fb6076db 57 0.02/1.00 vMB 104
176,434 176,434 0000000000000492a973a854aa19ebed5845dff8d374c39fce3949344fd32b56 13 0.00/1.00 vMB 60
176,433 176,433 00000000000002b14f5d36f5fde6c6026841365e802f22acfb3e2f254257f5a7 45 0.03/1.00 vMB 69
176,432 176,432 000000000000088bbf979386d84e041d4e1ece5f10d78d95c00d41a3b901e6ff 111 0.04/1.00 vMB 19
176,431 176,431 00000000000000c489d443e3103f54a5a3be2defc8f616232c3891150c37971d 56 0.03/1.00 vMB 88
176,430 176,430 0000000000000584d78ec775abea1a4a99da0a6bc23baf291f1256dcb7fae858 11 0.00/1.00 vMB 68
176,429 176,429 000000000000046932a87f0fc2f5aadf2aea485752a1a850ccc17c08df88d98b 11 0.00/1.00 vMB 71
176,428 176,428 000000000000000e0a458f942e2384c4ae4350a6cf2da1bab6e9d01612e028d1 48 0.02/1.00 vMB 14
176,427 176,427 0000000000000a12a12cc1fb8e531eb75cc613805ce354fded382e6b5b1db332 71 0.05/1.00 vMB 166
176,426 176,426 00000000000004a999df1d309610291748c37458745a9b39c8a504743f9aa981 31 0.01/1.00 vMB 38
176,425 176,425 00000000000001c987469416c1aeab36950243bfca34c21279a31f08f190f315 10 0.01/1.00 vMB 7
176,424 176,424 00000000000008101db72019f5099a58c3a79a719dbee593969c8a1e70d93a00 8 0.00/1.00 vMB 0
176,423 176,423 0000000000000a77e01ef5efff375b086e340f9da46358758fb803239730e711 139 0.07/1.00 vMB 110
Previous 10 blocks ↓
Total Size: 782.20 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: 654.09 GB
    • Received: 14.10 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.