Loading Tool

Explorer IconExplorer

Memory Pool

85,189 transactions
31.91 vMB
0.19582103 BTC
Random Selection Loading Transactions
Max Size: 189.61/200 MB

Candidate Block

Mining Attempt 6d69de6bd65e7b6cd07f375000307cf79cb3a8e3d5327b65009d8a5b76a13432
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 61fea9ffd22665bc9b938a7c83a71c8c161d65ada8c99ccea1627d8de3e92cd9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,858
Size: 1.00 vMB
Total Fees: 0.07391867 BTC
Feerates: 301.64 > 7.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (325,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,373 589,373 0000000000000000000e078dc4ab1b6244c30fe42f26ebe60959e0f45f69abb3 2,027 1.00/1.00 vMB 20
589,372 589,372 000000000000000000062e6dab67c7c0f9f92337454fc17c5d9f2f78e9ec77fc 2,041 1.00/1.00 vMB 30
589,371 589,371 000000000000000000044cda8892059f16570809cabee49e8ec082d7b966d442 2,259 1.00/1.00 vMB 29
589,370 589,370 00000000000000000019dab884bda109a5427a644d71cdb3538c0fe792b91bd8 3,501 1.00/1.00 vMB 83
589,369 589,369 000000000000000000125b6f43e268da82b9be8402df9d262ab2b2bc6559083d 1,825 1.00/1.00 vMB 28
589,368 589,368 0000000000000000000c7c5bbfccdc5fb8fd1ea6c1f0403743d0eaeb142fb83e 2,091 1.00/1.00 vMB 53
589,367 589,367 00000000000000000013ba06c86776d15d18975a8dad51c28d211a46b15c4065 2,160 1.00/1.00 vMB 45
589,366 589,366 000000000000000000015fea7130be510af1ed58a2c467230cee82de58d2a618 3,133 1.00/1.00 vMB 42
589,365 589,365 000000000000000000022839a4cbb9e92d74999824a1bf4119a5924d2374b4e3 2,483 1.00/1.00 vMB 70
589,364 589,364 0000000000000000001688a0167c5a1fd88edb205ae8b64643cddf24c594234b 2,990 1.00/1.00 vMB 84
589,363 589,363 0000000000000000000c99cf30cb7609a3d3e1bc6b65c6360b03130e34b2f150 2,955 1.00/1.00 vMB 93
589,362 589,362 0000000000000000000ac36d3226f5f408d79fb76af7a7ce339649f5e586c79a 2,233 1.00/1.00 vMB 35
589,361 589,361 00000000000000000018bcc2f262cc5c6d74eadbbe078395058280e16e06b286 3,054 1.00/1.00 vMB 44
589,360 589,360 000000000000000000197fc1e32671237c3566312b3f5caea1ecca3f961afd32 3,002 1.00/1.00 vMB 54
589,359 589,359 0000000000000000001411ac13deee430f83598a69752d2405bc965d1e924490 2,826 1.00/1.00 vMB 77
589,358 589,358 0000000000000000000f214e671cf383f1de6d30feda6ff6f2a75c1468931668 2,708 1.00/1.00 vMB 57
589,357 589,357 0000000000000000000b8cfb9e2cf55f3acc30739a6a7c6db22e7fe9dc1796bb 2,256 1.00/1.00 vMB 50
589,356 589,356 000000000000000000124c449ecb5e0fdb121d5070001ccfd976ba4f14d7311d 1,996 1.00/1.00 vMB 52
589,355 589,355 0000000000000000000703e65980ad9f2bbde00b3db769521ccff66326b3aa90 2,774 1.00/1.00 vMB 62
589,354 589,354 0000000000000000000a670b6935c916aea4ba2fe3391c85e9c2c272bb911bf4 2,891 1.00/1.00 vMB 71
589,353 589,353 000000000000000000131227a7c21c0c247b5ee30aeffbd1f9ccba6038d071d5 3,153 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.65 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: 672.60 GB
    • Received: 16.28 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.