Loading Tool

Explorer IconExplorer

Memory Pool

79,932 transactions
29.76 vMB
0.08186265 BTC
Random Selection Loading Transactions
Max Size: 178.77/200 MB

Candidate Block

Mining Attempt 32b9a8c4932ecd27ae0482b7af294de1c6a3d2caa75c3f14aa3c7fea27b9bf7c
Version 20000000
Previous Block 000000000000000000013cf702d9414db714b4bbb933ec22a416aebfd32738ef
Merkle Root 98df73568dc3edb1ba66ada6d81b3e97648049c16059d1e70cc6a3ab701cc445
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,144
Size: 1.00 vMB
Total Fees: 0.02096949 BTC
Feerates: 502.65 > 2.10 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,010 (326,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
588,530 588,530 0000000000000000001100e6b9a114c39cd67156fa0ec50a24172200a295dea1 232 0.07/1.00 vMB 18
588,529 588,529 000000000000000000081aca480bc8cdc61304f4a0359469e07d02f3113789a6 1,960 0.72/1.00 vMB 17
588,528 588,528 0000000000000000000dcdcfbb0ebed55841192873798574ed6474959f368498 2,274 0.72/1.00 vMB 17
588,527 588,527 0000000000000000001e7e8f8e5212782429e145e0bce91c2a29ebb637392037 2,153 0.78/1.00 vMB 16
588,526 588,526 000000000000000000157c8967d679fcf9c179c488b00b73bcd2a4ea6879190c 383 0.16/1.00 vMB 22
588,525 588,525 0000000000000000000cbe116799460039cefcbd86c03c893d5f48cc784480f1 2,300 0.73/1.00 vMB 21
588,524 588,524 0000000000000000000f250767e31e22b586afac33e81c3cfe30aadec9672015 431 0.13/1.00 vMB 15
588,523 588,523 00000000000000000003269da999946af9def7bc87d6237776cb4ea456f64d3d 2,406 0.79/1.00 vMB 11
588,522 588,522 00000000000000000003ec8ee008e3a9368708a931dad7594bda85edc4646e6d 2,903 1.00/1.00 vMB 21
588,521 588,521 00000000000000000001e96779aeada9c2d24549181fe9405854d6b3c0ac3654 951 0.34/1.00 vMB 3
588,520 588,520 00000000000000000003b557bdf0e7dbf8f70c4d693cf2571cd8d24ad1a0bc0c 3,153 1.00/1.00 vMB 23
588,519 588,519 0000000000000000000aa40b03f17fb422fe84aa99eb9a0be3c559d23b9c75a7 1,744 0.71/1.00 vMB 15
588,518 588,518 00000000000000000000530dec46bfa738a66ed84b2f07a1c09f9fe9e39a5def 1,078 0.35/1.00 vMB 12
588,517 588,517 0000000000000000001532c6df13b28f1d94fbc2ff7881c285dfa8747effb7b9 423 0.14/1.00 vMB 18
588,516 588,516 000000000000000000112f1bcd2d9403753221ec55248f9514e3b262db723136 1,974 0.70/1.00 vMB 11
588,515 588,515 000000000000000000098b36f6dd95fcab08b0c6ab020d04aa7c68ff8d4b336f 2,455 1.00/1.00 vMB 21
588,514 588,514 00000000000000000000ca7845c5b3b66099ecb3b77abbaf88f7ffd450b0bdaa 3,078 1.00/1.00 vMB 6
588,513 588,513 00000000000000000001a30a25168e757bb961a5b13401af76bd0f1a1d23dfa5 2,681 1.00/1.00 vMB 38
588,512 588,512 000000000000000000004d0494db9c184a58fd1cf480ad4e580f9b11a0c87e16 1,515 0.52/1.00 vMB 16
588,511 588,511 00000000000000000017d006913ca5fd6be68d4d52b52eccacfd9ee9fc8e796f 107 0.03/1.00 vMB 28
588,510 588,510 000000000000000000060ee89b0a9a2367693f30ac0a1615b2cfc08fd42a7ec9 1,367 0.51/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.41 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: 665.18 GB
    • Received: 15.09 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.