Loading Tool

Explorer IconExplorer

Memory Pool

48,201 transactions
20.99 vMB
0.05793014 BTC
Random Selection Loading Transactions
Max Size: 120.25/200 MB

Candidate Block

Mining Attempt a935fe598d373b7b1603fc7ba7500ff66d9b61cfb2ab0e4055207e17bb074554
Version 20000000
Previous Block 00000000000000000001f04bee8fc98c1f85e96d12fb520368305c5311966ad2
Merkle Root 6a7eddb94ccee6288cbb4b178bd8d75c9d75bff536e8c4168b0ae559e3f11676
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,215
Size: 1.00 vMB
Total Fees: 0.01562110 BTC
Feerates: 502.67 > 1.57 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,019 (762,618 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
151,401 151,401 0000000000000599ea67e3e529f6991a95bef797d45d44b87b777f86d177f12e 59 0.02/1.00 vMB 59
151,400 151,400 00000000000008bfbd7bd9a3e2d84e24c837afbc7382a4095f8d6ccada23426b 136 0.04/1.00 vMB 15
151,399 151,399 0000000000000d698c6c0a13e26fb6602636def84f240f106c6a25fc07be2a02 23 0.01/1.00 vMB 50
151,398 151,398 00000000000009d0b8224ab8a28a1fb38fead0096f15c5d856340f01a25dd639 15 0.01/1.00 vMB 278
151,397 151,397 0000000000000d3aeea84089d2b4368543167a30771095cc2ce375ab5292ca25 43 0.02/1.00 vMB 240
151,396 151,396 00000000000007564b62fdd4aa466708a1fd609272ca9c2bddba05dbe43117ca 21 0.01/1.00 vMB 27
151,395 151,395 00000000000001f6300a72e0057909d4f5c1aa07705e6a2a165a196770dd99fd 31 0.01/1.00 vMB 272
151,394 151,394 0000000000000015ea76a1816a7c5aa594e838f56c34ed94cfc200061ce568c4 47 0.02/1.00 vMB 144
151,393 151,393 000000000000098727fb2b1ef2fe13cf24184667c732a99179cabf8c88376e17 1 0.00/1.00 vMB 0
151,392 151,392 00000000000007aab5a28eafa1bea89fd76576ce7650d2a80a7abc0d80962388 15 0.01/1.00 vMB 79
151,391 151,391 00000000000000d20f0c76786756cf8f5b772ead9aa29b2665812181de4d3f47 42 0.02/1.00 vMB 126
151,390 151,390 00000000000004171ba0983c8d5497c8167dd2a89d781b68159e64b8dd18a3f2 5 0.00/1.00 vMB 60
151,389 151,389 0000000000000c794c766a248bdff8b88f1e70a0f9e836e0d5dd4ead911fbbb8 13 0.00/1.00 vMB 66
151,388 151,388 00000000000007594fff1884cf4b59aabc95f624baffb693e8798814375f506f 6 0.00/1.00 vMB 0
151,387 151,387 0000000000000d8ca76b9f98c6c55ea376748643d54ada1d222c043b5aeb0597 29 0.02/1.00 vMB 119
151,386 151,386 0000000000000a069729d62f158e4ad9d397d22f7bb785854e4a7bc1d0f0f4c5 38 0.04/1.00 vMB 744
151,385 151,385 0000000000000b6f3944fe44139b89b15ce7d8ab57403c71eedbc374a2f8038d 5 0.00/1.00 vMB 118
151,384 151,384 0000000000000964a3d7046a24015228e7483fa21beede9b019e26a729d9a7b2 46 0.02/1.00 vMB 41
151,383 151,383 0000000000000168d67164ddc2eda6d7e66a94b238982a67a8d5888c41571837 34 0.01/1.00 vMB 128
151,382 151,382 0000000000000a2449cc2dde9a5a3cfeffa6142e17d54d1a632b868725234507 5 0.00/1.00 vMB 0
151,381 151,381 0000000000000d97e8fc8a6170ad99cd60e33b567f625eed551e840678c74a14 29 0.02/1.00 vMB 130
Previous 10 blocks ↓
Total Size: 780.64 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: 550.23 GB
    • Received: 6.42 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.