Loading Tool

Explorer IconExplorer

Memory Pool

38,828 transactions
31.14 vMB
0.08437802 BTC
Random Selection Loading Transactions
Max Size: 154.24/200 MB

Candidate Block

Mining Attempt af4172a95be4f36dc771c5db899b8f757ea097a558e20c6094b8d2b56a808fab
Version 20000000
Previous Block 00000000000000000000ea44a70c6c5a1746988eb08e5c869d17fe038fab6a12
Merkle Root 72dfae50d1d995decb622e11218f78a4b31b7beef31362b084c421e0bd5828c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,998
Size: 1.00 vMB
Total Fees: 0.02057979 BTC
Feerates: 301.05 > 2.06 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,389 (906,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
8,322 8,322 00000000395ea999e12411a0ba0c98c84010117b5fec5b3fa395a66114bb53f8 1 0.00/1.00 vMB 0
8,321 8,321 00000000fa60124bc1a57f4eec7b1cdae1148ea86fbb40c35ead58d218585f63 1 0.00/1.00 vMB 0
8,320 8,320 00000000d96167cac0bbeac6a34b49adf15e22902692945254e8dec6d1d8415c 1 0.00/1.00 vMB 0
8,319 8,319 0000000017c3df0860aefc8245f8f272ce33aaee4b69e61a475a24862d3fdbc2 1 0.00/1.00 vMB 0
8,318 8,318 00000000a3246e90188176d7d76b83dc131dcb15857c30ccc29356ed46ca5e2e 1 0.00/1.00 vMB 0
8,317 8,317 000000006c30cbb5fe068b63a4635c9c596f77b5490ffc6160c93840141eac61 1 0.00/1.00 vMB 0
8,316 8,316 0000000027a7f5d35d5d5b255b2c9255813f6f569ee3b01d567ad3e492f3cf21 1 0.00/1.00 vMB 0
8,315 8,315 00000000f2256ba62635f7918d0f685fc34447cc5eff1cd523b555f716435710 3 0.00/1.00 vMB 0
8,314 8,314 00000000919b014bc75f44102663634638acf4ef6b2f914982d01172ca244667 1 0.00/1.00 vMB 0
8,313 8,313 0000000085d1bb02b81459e42cd4f790ff2d4fa319316f28386602b8d1f385c1 1 0.00/1.00 vMB 0
8,312 8,312 00000000e04688c27adbe825370d6156d58089c984defa2773a9ee3996906d5a 1 0.00/1.00 vMB 0
8,311 8,311 00000000a30f9861415541ec81f08a7817d1ec670719788049a62532db8d2ac0 1 0.00/1.00 vMB 0
8,310 8,310 0000000087926ee7063cdbcce1d4a428ebac78488db0d4ec9ff0c1905ea8ef8f 1 0.00/1.00 vMB 0
8,309 8,309 0000000056d5a0d1e1776015a450e3fa8a214d05cedb0747d0db32e4f4c27e6e 1 0.00/1.00 vMB 0
8,308 8,308 00000000c79841cffcf0a122a920c4dc066799a655aa8c9f4a2776d62e651ae4 1 0.00/1.00 vMB 0
8,307 8,307 0000000003174c27f277888db092888a6d4d413eed2ef579663b48628a477a0a 1 0.00/1.00 vMB 0
8,306 8,306 000000004b8ac7b1d1dc61bbe0dfa958b832d03fc167e2f277b53801536822a1 1 0.00/1.00 vMB 0
8,305 8,305 000000008748157cc4a9d11adf210412878a20d64b4e2a4fb08bc252fbde2199 1 0.00/1.00 vMB 0
8,304 8,304 0000000026cb5f5f1a5482e8a3fccd8328053f01d84765966b61c3b8468f9872 1 0.00/1.00 vMB 0
8,303 8,303 000000003a69e0aab7081522505c924d77e2df59c44c7d72bfd303ef3f159869 1 0.00/1.00 vMB 0
8,302 8,302 0000000005b3f15cee9e54a4b046562bac7158c8d5915ffaaa16396708daaeec 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.29 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 597.97 GB
    • Received: 9.91 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.