Loading Tool

Explorer IconExplorer

Memory Pool

81,757 transactions
34.39 vMB
0.14337194 BTC
Random Selection Loading Transactions
Max Size: 195.41/200 MB

Candidate Block

Mining Attempt ec51277e95b81b94d2803202f047443a79499ad18a403c0365f0c1689a2b2378
Version 20000000
Previous Block 00000000000000000000a60bb9585cbc73cfc26a5aa21cd61127adc30e701127
Merkle Root 8f8550600a7133a3afa1f5bd1106f1834d1564297a611142d9c08b1074f808e0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,993
Size: 1.00 vMB
Total Fees: 0.02781837 BTC
Feerates: 384.62 > 2.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,411 (717,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
197,599 197,599 0000000000000478b0fec7eec958dd14cfc1c7c2ca7f85771df0e0142e975bf4 223 0.15/1.00 vMB 124
197,598 197,598 00000000000003351b6cc2440061cd6e70c4683d9099bfc3334f158f48496cba 69 0.04/1.00 vMB 123
197,597 197,597 00000000000002b8f95d68b046f0f6f3d4527b05b73a47d380e3afe9b6a210a5 153 0.05/1.00 vMB 41
197,596 197,596 0000000000000268c01bec43cccaa32ce7413afa6a3d76dceb513097b7310060 494 0.24/1.00 vMB 119
197,595 197,595 000000000000000e2a5e438cc122a5be6619a9c0338d21050de0ba4cf88e9b1b 298 0.11/1.00 vMB 199
197,594 197,594 000000000000060fb8ecbac0462937b289f6be06761f5bbb30ab51ff5fb838f5 156 0.05/1.00 vMB 151
197,593 197,593 00000000000001107f9a469f1366b1c3d5e3d79a73d0a9d348786c7b7e71d41a 110 0.06/1.00 vMB 339
197,592 197,592 000000000000032389af4c3209e04e0b07db5512e55f8ba99dd6f1f72fcbd12c 46 0.01/1.00 vMB 137
197,591 197,591 0000000000000069a497a94ba216c47f7c9253b4bdbbaba00aae8fbfe9c987a4 590 0.25/1.00 vMB 143
197,590 197,590 0000000000000362e12c0c385db9ee06c59e1c0b9740a1dbfe21edd93aa0ee0f 132 0.05/1.00 vMB 85
197,589 197,589 00000000000004f9aa09bc43d311b27cdf61d93f56836cc69d7da2226173e4f3 599 0.25/1.00 vMB 128
197,588 197,588 00000000000005a2dc36bc9e3069e47a76fd77a96b4ed2bccb55c048cd2a4c7c 294 0.25/1.00 vMB 130
197,587 197,587 00000000000003291b7e9539bf21b426c080294134aa22a41dc077978fff120c 112 0.05/1.00 vMB 29
197,586 197,586 00000000000002b640411c5f22f83f1a08ec3cf9f8ec742150431d99999c6815 605 0.25/1.00 vMB 160
197,585 197,585 000000000000058af63391b6d138eed1cc5a861cf9faec75d7970b0548e91d9d 504 0.25/1.00 vMB 175
197,584 197,584 0000000000000297a55c8de355fcbae26680b8f77db52df924ecd03b28aa8c6d 114 0.05/1.00 vMB 390
197,583 197,583 0000000000000239fdc3f37f28059233e4bd317e990dcce4cfd48b9eb61d853f 201 0.06/1.00 vMB 70
197,582 197,582 000000000000025687ca3c021bf9504550f191a3647095e91ff4708ca3fc1cab 540 0.26/1.00 vMB 121
197,581 197,581 000000000000037cec1e4c2a7a5dcce6c19eedb6fa1b049fdd3264c93086fec0 334 0.15/1.00 vMB 134
197,580 197,580 000000000000022ba40c31faae3fa6401af0c84b65d8c4ed183b6ebb43b79aa2 50 0.02/1.00 vMB 113
197,579 197,579 00000000000000d545c7882ef2686d3e3beb36cc74e096106d99bb16705edaaf 85 0.04/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 783.10 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: 729.88 GB
    • Received: 18.49 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.