Loading Tool

Explorer IconExplorer

Memory Pool

81,624 transactions
34.35 vMB
0.14195103 BTC
Random Selection Loading Transactions
Max Size: 195.20/200 MB

Candidate Block

Mining Attempt 82ac38ca90fd7f1bf8064f961911bdaadd7ae8e846db0c04882bd69287916b67
Version 20000000
Previous Block 00000000000000000000a60bb9585cbc73cfc26a5aa21cd61127adc30e701127
Merkle Root cf87625fc4b7dcb13bc92e9f37346c4ae5181c38490e76bd3ec0f22c575ddc71
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,015
Size: 1.00 vMB
Total Fees: 0.02709187 BTC
Feerates: 384.62 > 2.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,411 (717,809 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
197,602 197,602 00000000000002181acc9c4fb8428aa5c9a7a846d0562630b28df5c112fb6ead 209 0.09/1.00 vMB 318
197,601 197,601 000000000000045cdbbe476c6b12a2827a60537373ee3d88ead17d75f9a867e7 128 0.07/1.00 vMB 74
197,600 197,600 00000000000001e36e86253ff39f177100c2b2eb0f90e0713f514976fd429a0f 11 0.01/1.00 vMB 33
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
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.83 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.