Loading Tool

Explorer IconExplorer

Memory Pool

54,715 transactions
32.30 vMB
0.22705044 BTC
Random Selection Loading Transactions
Max Size: 173.19/200 MB

Candidate Block

Mining Attempt 2a53df6c9e52a6ab9459d4387194dfa793acd1620fd51bdd92d20a8e29e48a1d
Version 20000000
Previous Block 000000000000000000001af732fd5b15bb90e3760b3de0020b22660de0315512
Merkle Root ea55d74f349ae4c71b837ddb42d7e5b9b66820d5c4527e232030c1fd84e77237
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,028
Size: 1.00 vMB
Total Fees: 0.12015548 BTC
Feerates: 101.66 > 12.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,818 (738,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
176,256 176,256 000000000000043779b84b2b216464fe6705e2fc827c7418d40a0b36d7919f1e 9 0.00/1.00 vMB 46
176,255 176,255 0000000000000875e17193accefb32a36ce6a3f64d9b27a3b15c5a5ec9573114 58 0.03/1.00 vMB 42
176,254 176,254 0000000000000a4f4d60709beee5f85546a992b8cdf392dc01489faa852660c1 68 0.04/1.00 vMB 55
176,253 176,253 000000000000030fd3b1e0167c1ec0ef06c9349d8951e1dc44a292ab8464ac80 13 0.00/1.00 vMB 51
176,252 176,252 00000000000005fcc9c9ae0eeb6e3e669c63402c1e823e48693b95bdacb8c486 16 0.01/1.00 vMB 74
176,251 176,251 0000000000000129fdd9a2f78fe210480288ae67521c8c76aadce99b1ee0b948 14 0.00/1.00 vMB 54
176,250 176,250 0000000000000778cefbdc0796c39b2f8558e0502689abd24d9b6738e04f00fb 99 0.05/1.00 vMB 182
176,249 176,249 00000000000008fe7fd96780be4d67693a7b98b90e8935203cb5fe17b8cd2493 19 0.01/1.00 vMB 270
176,248 176,248 0000000000000307d1051da8ed3e3cc504f2987de215da8c1aadab8f26471fe0 45 0.02/1.00 vMB 12
176,247 176,247 00000000000004c2c8ed6d8764fa9111a43d8ed2003ed8cfb2531b4f59f2569b 69 0.04/1.00 vMB 256
176,246 176,246 000000000000095b0d2f60e28c59ab8833b77a1ba56a4717c85a9b21d4374423 15 0.01/1.00 vMB 79
176,245 176,245 000000000000045da3172b0f98e5cbfb699a86bf4def9ac39096ee7bacf9562d 168 0.04/1.00 vMB 1
176,244 176,244 00000000000007840e241487d8869320408dc0c4b78a88d7b188d10329e6fa70 24 0.07/1.00 vMB 66
176,243 176,243 000000000000030f00edb04d07f6c2195a3c0a28034c226ff025ed8390726777 111 0.05/1.00 vMB 11
176,242 176,242 00000000000002ef8f27db8fbc9188a3c8b7e5f9dfbf904d1bc22f356eb10b74 68 0.03/1.00 vMB 223
176,241 176,241 00000000000006125e670e3e4fbc19849f8c6ef17c2cfacba5f9d7ed05b208b0 82 0.05/1.00 vMB 1,819
176,240 176,240 000000000000065949f715b65c01862dfa44c3248b20aef7f5c2ceeaaaf89b93 49 0.02/1.00 vMB 96
176,239 176,239 000000000000087fd12cb44f5df0c19f0c7d56303418afe0765944affa460c0b 99 0.03/1.00 vMB 53
176,238 176,238 00000000000008ee94422db372d6876467c19dd23c459061741b1715569de33a 36 0.03/1.00 vMB 77
176,237 176,237 00000000000002857f967b04aeda8a4b5d6485648afd98da4041d744d936f90c 92 0.05/1.00 vMB 197
176,236 176,236 000000000000018cdf522fce7c106c7641ba061dda015d6b3ea1ff06e51e37b8 7 0.00/1.00 vMB 124
Previous 10 blocks ↓
Total Size: 782.07 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: 651.22 GB
    • Received: 13.48 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.