Loading Tool

Explorer IconExplorer

Memory Pool

75,763 transactions
29.96 vMB
0.09609145 BTC
Random Selection Loading Transactions
Max Size: 179.03/200 MB

Candidate Block

Mining Attempt 06f2c5d20957a993b34296b302b84cdd8043c766d1ee691aa7d3ff4c8a84b0ed
Version 20000000
Previous Block 00000000000000000001108cb958b997fbbda21703b73c8bc3a6f72862e5da75
Merkle Root b01d3a9ba528aaac0ee0f7a92ce06b61e2494687e6a9ed93f5253561b1c9ba9f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,744
Size: 1.00 vMB
Total Fees: 0.02370070 BTC
Feerates: 100.00 > 2.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,446 (464,073 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
451,373 451,373 000000000000000001764c362dce7a253abbcf08cf80ba44cf79829b8af63bb0 816 1.00/1.00 vMB 80
451,372 451,372 000000000000000001837e038627e0bb0870eac0abb9b113a2522fc5b78ee062 2,063 1.00/1.00 vMB 79
451,371 451,371 0000000000000000007195600f19eadf0b6d69b8a8762eaf996e50d2e27b0f72 2,594 1.00/1.00 vMB 86
451,370 451,370 0000000000000000013a5a93693eda8bf2f078f3fdd9a7d06a2a197c0c7cf4f1 1,958 1.00/1.00 vMB 101
451,369 451,369 00000000000000000169f3df087f4785cbd94cd6238af3dfd0979b02b095690f 2,037 1.00/1.00 vMB 115
451,368 451,368 0000000000000000007386ee28890930c9df8ccdbf41afefec0339073060d388 2,011 1.00/1.00 vMB 145
451,367 451,367 0000000000000000024087efb8a011a09fdb13bf5a721b8b5ff57f0942cb87fd 2,568 1.00/1.00 vMB 158
451,366 451,366 0000000000000000026c7ba3c3741365c0c1149ad1e811163d4b0871d13788cb 1,960 1.00/1.00 vMB 183
451,365 451,365 000000000000000000870f13f4a091034aef63d567981f651978d3ecfd2a46ec 2,477 1.00/1.00 vMB 80
451,364 451,364 0000000000000000015e9883f1cd8a9b0aa5dbb009d1b4b96bcea274e803bcf1 1,361 1.00/1.00 vMB 69
451,363 451,363 000000000000000001180f27b7599a689a24a0a1142758f1fe896d1a0f557cd3 2,566 1.00/1.00 vMB 130
451,362 451,362 000000000000000001d88d434d9bb544d643ddb24dda17cd50cd6ea507c8abe0 1,776 1.00/1.00 vMB 90
451,361 451,361 0000000000000000028d6fafd89e1c5671140ee9382cceb269151da88666fe56 2,416 1.00/1.00 vMB 131
451,360 451,360 00000000000000000084d211a3376ab9f5afa734a812c60dacae45d9be98aa4d 2,921 1.00/1.00 vMB 165
451,359 451,359 000000000000000002519a55f99a7443398ee3fa3121b9cdb706dc43aee16b34 941 1.00/1.00 vMB 85
451,358 451,358 000000000000000001e7f01a1e259e717a2aa3fd2d6b05cfadbdf2f4a3f0575a 1,848 1.00/1.00 vMB 97
451,357 451,357 000000000000000000ee68d033e1e5329d5ad49fb09d2dd42ed7cad9cb95bbef 1,958 1.00/1.00 vMB 134
451,356 451,356 000000000000000001adbfd79b89a7eedcdb047dfe8491d7602653504f17cbbe 1,702 1.00/1.00 vMB 81
451,355 451,355 0000000000000000027ca36435662f7b5bc2fd415850f1a13bf0be07adbc37f6 2,437 1.00/1.00 vMB 106
451,354 451,354 0000000000000000016cad3526562aa3c371343a079c775f7ae0c0e0fb16c9f6 2,470 1.00/1.00 vMB 91
451,353 451,353 0000000000000000006d981945a9e57323060d49f1c84ca2b4c7f643c7b05570 2,277 1.00/1.00 vMB 136
Previous 10 blocks ↓
Total Size: 783.17 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: 749.33 GB
    • Received: 18.82 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.