Loading Tool

Explorer IconExplorer

Memory Pool

38,538 transactions
27.70 vMB
0.07842129 BTC
Random Selection Loading Transactions
Max Size: 141.92/200 MB

Candidate Block

Mining Attempt ee7d059d3992320b5dc7b75364950c0c366e00c4c9470de3796d9a08c58d1a09
Version 20000000
Previous Block 00000000000000000000a2833e25ff8072c95c49998417fbb6c6e04df9e293aa
Merkle Root b732c3867ee51ce668b107aee5ad80bf307bb11cf390a9407a81de783e136559
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,717
Size: 1.00 vMB
Total Fees: 0.02394256 BTC
Feerates: 150.75 > 2.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,272 (700,087 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
214,185 214,185 00000000000003c4d3e18531562cb19fefc7e61bb8c447bcadaa8312f9f3ffa8 529 0.22/1.00 vMB 255
214,184 214,184 00000000000000b71a575494950a8fce14078c1db7d7aede2aaa130468bc19ec 66 0.03/1.00 vMB 144
214,183 214,183 00000000000002b164548fafb9c202457cf4d1fe4d0ec5307aa26b3617f9b91a 127 0.05/1.00 vMB 182
214,182 214,182 00000000000005765b725bfc6062ead27395ca9768793b43f9c50c0d7f7be213 32 0.03/1.00 vMB 35
214,181 214,181 00000000000004a4dcb24fae9dd51ca48535298169f47f3b05ad0d3431a28cde 209 0.10/1.00 vMB 155
214,180 214,180 00000000000003f3874f351389e38b55360a1a91f650b556fa966e82e6650f48 389 0.20/1.00 vMB 149
214,179 214,179 000000000000034cb1f6b9e72d282a7ee3f5293a0840161185eb171994b49c0e 415 0.25/1.00 vMB 122
214,178 214,178 00000000000003bd1c96913fd86db5a2f34f28d170cf521848b47d8722aefb65 681 0.25/1.00 vMB 217
214,177 214,177 000000000000030d00bb4a24413e9ebf75d611f5f48cde2537be1397b3adf6e1 114 0.03/1.00 vMB 3
214,176 214,176 00000000000004f4e2fff19b5f8bd2f88296c5c10903c756aec3325606f3254c 461 0.25/1.00 vMB 154
214,175 214,175 000000000000008086f1e8252e0ea53c1fb9676f0da84aa98b74295b4bfad8ec 629 0.20/1.00 vMB 246
214,174 214,174 000000000000043615ab1e655840ce4950b40fcfb08e6b465a874ef1c11b4046 145 0.05/1.00 vMB 145
214,173 214,173 000000000000013d0f7ace23dc7c9140e58663477de63c443c90560593bd0834 4 0.00/1.00 vMB 30
214,172 214,172 00000000000003f015a0426f07a5b5e75c42e27628fab867ee7ef3113046097b 545 0.30/1.00 vMB 156
214,171 214,171 00000000000000acb0c4c3756ca775ec88d9c47c93b8e533cb9e48c5d30db319 362 0.13/1.00 vMB 299
214,170 214,170 00000000000005257fc31b6f84de206620758c86a4d9a4a7237dd471fab1fa0c 1 0.00/1.00 vMB 0
214,169 214,169 000000000000012f161c2785e2594e0d9a8b8b7fdb265497b4adc78f3a624248 269 0.14/1.00 vMB 259
214,168 214,168 0000000000000543b0827c8c6b077fe34163621cd682fe353adbf36a6835d3f4 8 0.00/1.00 vMB 100
214,167 214,167 00000000000001ac098beec2d40be971cc344e3f40607ce8f8366a5eb6aa6a15 205 0.12/1.00 vMB 54
214,166 214,166 000000000000010cae3c7a50476e189f36f6a98b9c7386bc5125d5a20af5e936 435 0.17/1.00 vMB 187
214,165 214,165 00000000000003798a7bd7fef65a89acddcce0ffaae82345e0b447c7ad7457eb 8 0.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 781.08 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: 578.37 GB
    • Received: 8.75 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.