Loading Tool

Explorer IconExplorer

Memory Pool

71,973 transactions
28.18 vMB
0.06664648 BTC
Random Selection Loading Transactions
Max Size: 170.46/200 MB

Candidate Block

Mining Attempt 9f95753c21e39b98f7720c74ca0c7ef91f4caa410f1240e9a65ae9794a20773c
Version 20000000
Previous Block 00000000000000000000643621fefdd8d2b8dbe2725274357827e4ba0a62f960
Merkle Root bd7b2006d6d1659089e61283fabe29d4524c607baf7263119f80a3bdb862bfd9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,555
Size: 1.00 vMB
Total Fees: 0.00491920 BTC
Feerates: 85.21 > 0.49 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,451 (464,072 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
451,379 451,379 00000000000000000156f5666efc8092c51685bf1929c12292b1bef8467f9982 2,227 1.00/1.00 vMB 76
451,378 451,378 000000000000000001fcf11d422de0ff120ca983c041899a9d7863fa2ed082a3 1,874 1.00/1.00 vMB 112
451,377 451,377 000000000000000002bcf5b8c06c131ab0eda0b22fbf17b50ac9047d36210343 2,144 1.00/1.00 vMB 134
451,376 451,376 000000000000000001e3281bcda38c3dfec6842df376c73288512c1eaa632aa5 1,985 1.00/1.00 vMB 73
451,375 451,375 000000000000000000307da19ebaa22e3fd242e47760a1c29ca1ab4bdec68a6a 1,876 1.00/1.00 vMB 97
451,374 451,374 0000000000000000013e50464c7dfc1226cc175afa53463f9148cf6e878f5f7c 2,602 1.00/1.00 vMB 143
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
Previous 10 blocks ↓
Total Size: 783.18 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: 750.24 GB
    • Received: 18.84 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.