Loading Tool

Explorer IconExplorer

Memory Pool

81,432 transactions
30.28 vMB
0.07550947 BTC
Random Selection Loading Transactions
Max Size: 185.94/200 MB

Candidate Block

Mining Attempt 377748ad8a126d4e7b8e163404cbda515ab992a3eb49d89787543067e4866a7c
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root b78fcf35d80253ae5eaf57720a67144f2f1b5ea6a8572a828c15f203d6b34ed8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,889
Size: 1.00 vMB
Total Fees: 0.00819717 BTC
Feerates: 150.77 > 0.82 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (675,964 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
239,365 239,365 00000000000001559c2548970c54d6cec4a05bd0f49bda8450062e400fae7c56 585 0.23/1.00 vMB 169
239,364 239,364 00000000000000c7961e800f3cd6b0d09fa4b3f6f1a965c84d2ff14809a4a1e3 155 0.18/1.00 vMB 62
239,363 239,363 0000000000000097b6d4acd328e1f351e6477cc70686a4eef0d02c070adcb371 47 0.07/1.00 vMB 52
239,362 239,362 00000000000000d17569e60045b46f5c21b4587cc7ba7a5f44838f2f574b2785 419 0.23/1.00 vMB 164
239,361 239,361 0000000000000055c691f32face29abebfc3ce18354296d7142ed834938cbe42 480 0.25/1.00 vMB 165
239,360 239,360 0000000000000063a9ed534ed869d9e5f7991f09b470aed0357b63f8a1aa3972 442 0.25/1.00 vMB 130
239,359 239,359 00000000000000e228001398edbadd71c6a0712ec4606347a45ffd1f124f09cf 748 0.25/1.00 vMB 236
239,358 239,358 0000000000000081fa37f7b39a249d356ccd481030e7f5352707b99a824de49b 205 0.14/1.00 vMB 89
239,357 239,357 0000000000000080d36dfcb8d05e2f98de26fcdf9a407aaaa4e46875aaf51def 473 0.25/1.00 vMB 155
239,356 239,356 0000000000000086d6f87a1cc5a5e17b4b6f1b51f78b6fc390d5157616e66e23 701 0.25/1.00 vMB 212
239,355 239,355 000000000000012de2ae26249dcf2cfd60e215bbda445c65b0ed3013cfc36047 6 0.00/1.00 vMB 142
239,354 239,354 000000000000004c51d54d56cee3a512236d9264cba16321c320401506f37fca 52 0.03/1.00 vMB 131
239,353 239,353 00000000000000b8d3718e3070af5e46c0a9b115d5f7c4b0f6851b75cdce5eee 412 0.18/1.00 vMB 147
239,352 239,352 00000000000000a6c6a2e23ce13d7fa41ffe20c3cec50927007e56676b6307b2 81 0.04/1.00 vMB 167
239,351 239,351 0000000000000111023fdaabe8e356f4d8174e28f621718ab055631d6535721e 59 0.02/1.00 vMB 152
239,350 239,350 0000000000000046ebb73a1f112ef1ccc2cb4e26890d2926ac291248f6d21fbc 155 0.10/1.00 vMB 110
239,349 239,349 0000000000000157374e08ecf3e163763330273bf57ede338eb188c273daa94f 121 0.03/1.00 vMB 19
239,348 239,348 00000000000001512d12b77b5b6157074105121e0c15668ada5389acd13127e9 564 0.22/1.00 vMB 185
239,347 239,347 000000000000013c4fb8cec9a197a8fc0f63a6d8dd9e8258d0cf84b664708f3b 217 0.10/1.00 vMB 117
239,346 239,346 000000000000009fbaada8a36eabf4d62093ad5e7ed3bdcd69eac4df7dcdd61d 455 0.19/1.00 vMB 178
239,345 239,345 0000000000000031d20224358823c4d81c582a2afe89076b1a6714c628bbe3d7 269 0.14/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 782.96 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: 715.35 GB
    • Received: 17.71 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.