Loading Tool

Explorer IconExplorer

Memory Pool

37,429 transactions
25.98 vMB
0.07652069 BTC
Random Selection Loading Transactions
Max Size: 133.89/200 MB

Candidate Block

Mining Attempt e55b6ac0b4fef52fd2105ca497752c948e266f3b363d519194f958427a519652
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root d0fc9a6391e098295377e0fae41d4876685158eaa84d91d3b43766644a947f22
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,670
Size: 1.00 vMB
Total Fees: 0.02908883 BTC
Feerates: 502.65 > 2.91 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (522,751 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
392,179 392,179 0000000000000000072d6cd3ae7acab6bfc317b5816ef4c770eacec9e5feb9fe 1 0.00/1.00 vMB 0
392,178 392,178 00000000000000000524250be7520e7d4ae5db28ff5d8a6a988aa3d0dfeaf254 392 0.20/1.00 vMB 38
392,177 392,177 000000000000000003a559afd9815f19fc10860b9eb857c1ebd16e618f3d58a7 1,886 0.93/1.00 vMB 31
392,176 392,176 000000000000000000b7cb1d482daa69ebcfe252b588b7535294804bb1c29fb8 1,670 1.00/1.00 vMB 25
392,175 392,175 000000000000000006d0574aa6d560c410781c8a83ebd7cd4f1e61568038900f 2,758 1.00/1.00 vMB 54
392,174 392,174 0000000000000000069993a458b143d774892ab183e00dff66ce94f101ed488b 2,595 0.93/1.00 vMB 52
392,173 392,173 000000000000000004189b6d8f282fffb64209b02a2ea5b1641a5efbc86a0597 1,944 0.93/1.00 vMB 38
392,172 392,172 00000000000000000433b9b8be01e77157bdd30ae91bc619e21e59b128089e50 1 0.00/1.00 vMB 0
392,171 392,171 0000000000000000029e6ccbffb8314e3f50139e15efc672e9420da2c31b50a2 1,244 0.93/1.00 vMB 24
392,170 392,170 00000000000000000738b1087150d0a25b9e165fd3425a635c2fa72fa4aaff2c 1,753 0.93/1.00 vMB 28
392,169 392,169 000000000000000009dc1da0c0e06eef6fb34dc1e1a0c13a1b6c4b18628518bc 1,091 0.62/1.00 vMB 29
392,168 392,168 000000000000000008805d98ab6361c0e335efcb7a8a394357cf2db636b52aa2 1,741 0.75/1.00 vMB 44
392,167 392,167 000000000000000005ef4b7f1e6d90ca66c096ab689b579e7f016fa743e83085 1,744 0.93/1.00 vMB 40
392,166 392,166 00000000000000000a4714841d16c6b12f077d71a5abc9e7701294eb5e520e2a 2,444 1.00/1.00 vMB 45
392,165 392,165 000000000000000001540219a6b4c6abca4db1764d3c91fc6ac59b01c801a5d6 2,281 0.75/1.00 vMB 65
392,164 392,164 0000000000000000093c3237c065549e325b9f42a162f6cc7253f9250cb01860 1,990 1.00/1.00 vMB 35
392,163 392,163 000000000000000004f9309a65189f3f9f19f4a2b1b68181e3f32ae156fe8f94 38 0.07/1.00 vMB 25
392,162 392,162 00000000000000000a347e4d963bf858e9ab3cb89d9ae7696541583e05792dc5 1 0.00/1.00 vMB 0
392,161 392,161 000000000000000004e6dfb32c27da29de68e77f1911822a1f4c26a93b665a94 2,481 1.00/1.00 vMB 48
392,160 392,160 00000000000000000642279e24559f961d997a260b90d978c61c6e9e0ea74920 1,955 0.75/1.00 vMB 47
392,159 392,159 000000000000000001e34fe5a7899d5ea3581a0422f2091010489ec957e6bd17 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.36 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.