Loading Tool

Explorer IconExplorer

Memory Pool

77,445 transactions
28.75 vMB
0.06834209 BTC
Random Selection Loading Transactions
Max Size: 174.37/200 MB

Candidate Block

Mining Attempt 7b7168c3dec30ac2fe9d6147461d0cd50597aab50f4b2861c44a337f633c8632
Version 20000000
Previous Block 0000000000000000000094b33996c224af01f043a358605fe53f3736f068ed4c
Merkle Root e25705b73fce0fe2eddc8a89ba637fe9f38f08fe0ad24256986c7c9eda4e259a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,370
Size: 1.00 vMB
Total Fees: 0.00864543 BTC
Feerates: 101.55 > 0.87 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,094 (251,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
663,188 663,188 0000000000000000000c286bb766a6e82b84f21627fede7f7708000d55072ffe 1,940 1.00/1.00 vMB 57
663,187 663,187 000000000000000000045f68881012b6e2a6e189082c652e792b594c2a54b9d4 3,074 1.00/1.00 vMB 128
663,186 663,186 0000000000000000000ab8ac6697f4e204fc1bc361b7a5a0e67d5d7788cbdcc3 1,288 1.00/1.00 vMB 58
663,185 663,185 00000000000000000004d7cccb1a37e81d492ded151a62b012ab25526df827fe 2,889 1.00/1.00 vMB 106
663,184 663,184 000000000000000000030e4511252449d4de5517220d05f16965c6fe66c675d3 1,894 1.00/1.00 vMB 45
663,183 663,183 0000000000000000000b515cb9372688906c03790aa27b87f6935a96941c72da 1,432 1.00/1.00 vMB 12
663,182 663,182 000000000000000000048d1952d4f6ab4564650fb9a0b93ceb5df2ea4e3fcc60 2,470 1.00/1.00 vMB 99
663,181 663,181 00000000000000000009ca8a4e46111441dd2f970f911a0139409cf34d0865b6 1,556 1.00/1.00 vMB 69
663,180 663,180 0000000000000000000849b0589282a8f18ebaf6f5c20a9b7e299dd69492d550 2,229 1.00/1.00 vMB 63
663,179 663,179 000000000000000000041e2d3626e18bbf16b610481004a0d94004a11ac01418 2,215 1.00/1.00 vMB 45
663,178 663,178 000000000000000000034c202ea3598c7e45bd31fe868362efdd7c1245aa35f9 2,250 1.00/1.00 vMB 75
663,177 663,177 0000000000000000000b4d61151ba892303166b98ed563d4ef88f3361c5df9bc 2,318 1.00/1.00 vMB 22
663,176 663,176 0000000000000000000b83e4283de0e5b69f69673aa4d7f516d9d70a0e6ae26c 2,288 1.00/1.00 vMB 51
663,175 663,175 00000000000000000008872016586df2f5b7dba068323478bfabb7e185c31780 1,781 1.00/1.00 vMB 124
663,174 663,174 0000000000000000000da0a0ddb195e2912a68835e6202f82a04880c58e322d1 2,286 1.00/1.00 vMB 57
663,173 663,173 0000000000000000000bf1e64af4eabd4dc5b28799bc4b899c0f98610c1b5d65 2,588 1.00/1.00 vMB 75
663,172 663,172 00000000000000000005de7603850a81b068d8bbdf2c4c367b4eb2504114f1d1 2,305 1.00/1.00 vMB 54
663,171 663,171 0000000000000000000be5b0094ca073d87a96bc7962cd15ff668b86f37a22af 1,906 1.00/1.00 vMB 47
663,170 663,170 0000000000000000000712bb224f7247b6f18e660c61f7fd5ca5b274f9b9c754 1,148 1.00/1.00 vMB 8
663,169 663,169 00000000000000000008dacc5882f4db897b12b2bf4cc0ec9de5be0fef83c9bf 1,748 1.00/1.00 vMB 10
663,168 663,168 00000000000000000005ea752e2f1a585a91322e76a5f044ae41e55d73ab8d56 2,067 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.56 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: 669.97 GB
    • Received: 15.79 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.