Loading Tool

Explorer IconExplorer

Memory Pool

81,324 transactions
29.90 vMB
0.07747757 BTC
Random Selection Loading Transactions
Max Size: 180.49/200 MB

Candidate Block

Mining Attempt 12c1120eeb2dfa3d4ab1f9f9b700d5c3be93b9022f51fcfa119c25c67616aa6a
Version 20000000
Previous Block 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58
Merkle Root 879bcf83ab39e85df748c4417c482c787cf422e383e5b46bbe43e827c573ae26
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,864
Size: 1.00 vMB
Total Fees: 0.01642437 BTC
Feerates: 151.12 > 1.65 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,966 (738,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
176,456 176,456 00000000000004240195dad0474336f895ee49b5abdc040d7363549aecca1746 11 0.01/1.00 vMB 998
176,455 176,455 000000000000022b9bea01ca5c394f245b51a23c7625594d410a81bdac607a2c 76 0.03/1.00 vMB 253
176,454 176,454 00000000000005c9c6db3a31d245e046aa1fadc97397efd428077b494e1a49c2 147 0.05/1.00 vMB 70
176,453 176,453 0000000000000a6c3f78a871d3af7625f493076fc6e9b8aaddbf5ceb960ce270 78 0.05/1.00 vMB 622
176,452 176,452 00000000000000dfadc5573ca59c1c7ad0271d6e81475299dd75141d7c47079f 33 0.01/1.00 vMB 81
176,451 176,451 00000000000005ec94736fd87a0c5d96f8f8ac838fdf92ebe58f98bbd2cb11bf 45 0.02/1.00 vMB 53
176,450 176,450 00000000000008220ca98c6310dd83f2144445cfd31f2a792638d56a7613a30d 55 0.02/1.00 vMB 133
176,449 176,449 00000000000008e438a60fc3d81b5d66ace1b2aecfed70ff34f7372cee580be7 33 0.02/1.00 vMB 546
176,448 176,448 00000000000003773ca9df4b4d1078daebb058acf29ccfe0cfba2f4c969b4aef 30 0.02/1.00 vMB 60
176,447 176,447 000000000000006a8c30d77ac72071b16b4e1b0ae4ad61e0e42f38595f9aa9e3 106 0.03/1.00 vMB 24
176,446 176,446 000000000000007b8089e63ac43134616bb3c5953eee554179489f2edf7f979d 11 0.00/1.00 vMB 76
176,445 176,445 000000000000000f9c127daefd33931b3e45d90ecede4e778b264a1a25c00693 9 0.00/1.00 vMB 65
176,444 176,444 00000000000008b92c0db82889ba58888fee50c0427876596e2b2a4d1cf8e707 12 0.00/1.00 vMB 92
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
Previous 10 blocks ↓
Total Size: 782.33 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: 660.38 GB
    • Received: 14.70 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.