Loading Tool

Explorer IconExplorer

Memory Pool

80,742 transactions
30.94 vMB
0.09993828 BTC
Random Selection Loading Transactions
Max Size: 187.07/200 MB

Candidate Block

Mining Attempt 5f78714f32de9e9b1aa2e6c8d833e0795529f0151816f9ce97d00f2090ac19b6
Version 20000000
Previous Block 0000000000000000000103b96eb359a8c0480b26c3d5b203ae6c8082570a546d
Merkle Root 6ccd25e1f3f0b0793253cc369eef8fc51d8e3acd9daf142ea3d143588783802e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,647
Size: 1.00 vMB
Total Fees: 0.02440812 BTC
Feerates: 150.75 > 2.45 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,402 (431,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
484,049 484,049 0000000000000000005552a0cfa8ac077773d665ebb3c84a98e70c8b0f38e779 1,882 1.00/1.00 vMB 17
484,048 484,048 000000000000000000f760ae40df32c5b561d4f2f4f9060f2fb19ca63bcd910c 1,720 1.00/1.00 vMB 131
484,047 484,047 0000000000000000008dab2454e661d920a9f1dedcc395d49fb60cfababaa421 2,279 0.99/1.00 vMB 285
484,046 484,046 000000000000000000c901d0812f03d639409ab206c1dcc23a4ecb7aa4aa41b6 562 1.00/1.00 vMB 45
484,045 484,045 000000000000000000afa951563061c4b896ee5934749210ab5469bf7721a225 357 1.00/1.00 vMB 31
484,044 484,044 00000000000000000071c479f44c48b6704cd97d0cab9acd121fd1d5f934508b 1,021 1.00/1.00 vMB 40
484,043 484,043 0000000000000000008b09e083187e23983ebe850865d6f1aea2f13cb4fb2bcf 2,096 1.00/1.00 vMB 69
484,042 484,042 0000000000000000006f0c799432f3a81ab479a9994f44c2ffd66f72991f3131 2,069 0.99/1.00 vMB 114
484,041 484,041 000000000000000000355e0b8bf61b5dcafa96be27963da56c18646acf8aafb4 2,434 1.00/1.00 vMB 280
484,040 484,040 0000000000000000004b5a63c73380c35da799f19937c0b0209cff18adbb9f2d 1,761 0.99/1.00 vMB 103
484,039 484,039 000000000000000000c3118ae8411b6e153291f2bc1c0d7a56be3cb6e165c027 2,096 0.99/1.00 vMB 267
484,038 484,038 00000000000000000034d50e31cb1a960bbed3799fb15df06fc74f73e398be01 2,292 1.00/1.00 vMB 117
484,037 484,037 000000000000000000ae1410b26127ad1639f03f8961dd558bd50601fdb68eb8 2,390 1.00/1.00 vMB 182
484,036 484,036 0000000000000000000ff4464613bb0f540d92a05e1791a054d821da74dbe98b 2,016 1.00/1.00 vMB 170
484,035 484,035 0000000000000000007e38387f210d555c72b67eaecd6e5a712721fe26aa7401 2,227 0.99/1.00 vMB 227
484,034 484,034 000000000000000000a1c3411657a5f7f538b115f150639fbcc889b36d5f7f06 1,890 0.75/1.00 vMB 398
484,033 484,033 000000000000000000e4a55dc9a9ce95672ce09bfba922c6049e2f5271c2b8de 2,635 0.99/1.00 vMB 282
484,032 484,032 0000000000000000004d63c92bd9b352215ba021d0237d5b13c9c9133f62f514 2,242 0.99/1.00 vMB 391
484,031 484,031 0000000000000000000e702bef0fd30c8cd2c327b3a640a0af4d6de47cf77cdd 239 0.37/1.00 vMB 36
484,030 484,030 0000000000000000001c07c33d665310159dfc960b4aa46ff88035709fc1c0ca 1,421 1.00/1.00 vMB 134
484,029 484,029 000000000000000000be41f1bb7c68daa87edc24358e87c3d596388244aec15a 1,894 1.00/1.00 vMB 187
Previous 10 blocks ↓
Total Size: 783.08 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: 723.60 GB
    • Received: 18.41 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.