Loading Tool

Explorer IconExplorer

Memory Pool

78,886 transactions
29.23 vMB
0.08523163 BTC
Random Selection Loading Transactions
Max Size: 176.95/200 MB

Candidate Block

Mining Attempt 4a37d986936de17e477541ff37e8d06a5faa7f8951f916d9857f8d889767da1a
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root ce4285a45a76aa4686010f2165e6ee23944457b9381f758e66f4e9cc7610997f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,480
Size: 1.00 vMB
Total Fees: 0.02397794 BTC
Feerates: 178.73 > 2.40 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (437,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
478,143 478,143 0000000000000000004169f00cd34336f113a00e8b09db0548d5efe6417d9c88 1,627 1.00/1.00 vMB 122
478,142 478,142 0000000000000000013181444c67145733aaa36be4f99227cbcabcbd08ee9a16 2,196 1.00/1.00 vMB 212
478,141 478,141 00000000000000000052924777fe54dad2365c9c7a6478b8b31deea89dc70385 1,640 1.00/1.00 vMB 137
478,140 478,140 0000000000000000009558aea8c4c8e7205dc5fcfdcda270ff851deabc2f9690 1,938 1.00/1.00 vMB 191
478,139 478,139 0000000000000000000ef666c43ea0c47f93060006f37ff7283171aa37dd862a 2,293 1.00/1.00 vMB 38
478,138 478,138 000000000000000000fe8e2b339158f46048f1c1035df7e536e133dfd0c9e202 2,105 1.00/1.00 vMB 61
478,137 478,137 000000000000000000f3096cfb726c26855d4590866178a7900903f06be7cbc8 1,737 1.00/1.00 vMB 78
478,136 478,136 0000000000000000012026147a2e2786d802dc8a448018977e6a052c61e0c461 2,274 1.00/1.00 vMB 198
478,135 478,135 000000000000000000b07856f98ae2126b6e2f42b2c4a0bd223362e40ccd4011 1,531 0.99/1.00 vMB 109
478,134 478,134 00000000000000000100fe2a51116fa7e67b9e6bd04bbdd3f08d15456a15f724 1,904 1.00/1.00 vMB 164
478,133 478,133 0000000000000000010762f2e3ecf563f74b3e428905d72769465d8c7db42543 1,076 0.75/1.00 vMB 143
478,132 478,132 000000000000000000fb6ac664d48d5ed9519a9d28caf32b60045727138bca75 1,257 1.00/1.00 vMB 154
478,131 478,131 0000000000000000009ed58b099966821d3a946212af5ed638ec6ec372b268d6 1,678 1.00/1.00 vMB 87
478,130 478,130 0000000000000000011d31f5ad7cb5c4428b0aa6dab7d391982ab006889c8ad4 1,884 1.00/1.00 vMB 184
478,129 478,129 00000000000000000040faf1e10a745b31bc7ca2ac611f2439bce955baf4ffcc 2,046 0.99/1.00 vMB 123
478,128 478,128 0000000000000000014272b365c52bb1fda73e6d0eaee9f98edac981853e070a 1,816 1.00/1.00 vMB 94
478,127 478,127 000000000000000000c57e326745c6df2f66f1bc9c2c4cc984091e26b3ed6f14 1,945 1.00/1.00 vMB 127
478,126 478,126 000000000000000000ff0d23a15972ff8caa778ea8f27f7841e56cbfd5b0f297 1,853 1.00/1.00 vMB 75
478,125 478,125 00000000000000000002e5b3eef8dcd3f39e181966cd30cea005ccec9ff909a5 1,716 1.00/1.00 vMB 154
478,124 478,124 00000000000000000021810e3b237a26e604a27cbdbbfa7148de1f95fa2981ad 2,061 1.00/1.00 vMB 102
478,123 478,123 000000000000000000d9c85d57d0e1e99dec50576efbde00aa5c5a815e191b68 2,061 1.00/1.00 vMB 134
Previous 10 blocks ↓
Total Size: 782.68 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: 678.99 GB
    • Received: 16.44 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.