Loading Tool

Explorer IconExplorer

Memory Pool

28,966 transactions
17.99 vMB
0.03840998 BTC
Random Selection Loading Transactions
Max Size: 95.06/200 MB

Candidate Block

Mining Attempt 765a48a6a4c999adc7024833e7400d701f675c66a2f9e3464339ac1118be01e9
Version 20000000
Previous Block 0000000000000000000161ddcd26c1b47f62b1f8f056cc1e7901fdc1ad8b87ac
Merkle Root 3cf66a7548ab16c2e97291afd8799f921699fa881e2f5046ea49f8203c82cf6a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,161
Size: 1.00 vMB
Total Fees: 0.00486690 BTC
Feerates: 85.56 > 0.49 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,127 (960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
913,167 913,167 000000000000000000012d5e3ed3659a88a18c3790d8c0c3733a33c0ab1131be 2,912 1.00/1.00 vMB 3
913,166 913,166 00000000000000000000c0dfc0928c5bde543bdeec8068631fbf29308a0d5645 4,988 1.00/1.00 vMB 1
913,165 913,165 0000000000000000000139364b7fa08b64417d2b5b5271f2158b442c3b1057aa 930 0.39/1.00 vMB 10
913,164 913,164 0000000000000000000154ed7293b7755b63d07c8a93f8bc066ef063b0e2b849 5,662 1.00/1.00 vMB 0
913,163 913,163 000000000000000000004c6b53d0f6d892e0fb242ac6220f59d035d7c02e96f7 3,093 1.00/1.00 vMB 2
913,162 913,162 0000000000000000000182f74231a3a0f0cc940f289c3d5ad5f0d1dcbb56bf7d 3,174 1.00/1.00 vMB 6
913,161 913,161 000000000000000000010ebf3d78750a559f300040137ee4d9f5a620eb965783 2,484 1.00/1.00 vMB 1
913,160 913,160 0000000000000000000026d7979a4cd85a39bc0974d8c0c3ea3e308cde5a7308 2,352 1.00/1.00 vMB 2
913,159 913,159 00000000000000000000c180cccc790216431b351b60a0362c93bb0ca5eee415 3,581 1.00/1.00 vMB 9
913,158 913,158 00000000000000000001d5deb3d4ba0cc61c1317c6825ceec165039ba200037c 1,845 1.00/1.00 vMB 2
913,157 913,157 00000000000000000001dd6dd45b42b8295f5b7729fbf851e656a1165a7ae9c4 4,149 1.00/1.00 vMB 6
913,156 913,156 000000000000000000007013495acb59d94701ac469edc7ffea3f94a0d25a935 1,515 0.85/1.00 vMB 7
913,155 913,155 000000000000000000007e0a4387b61429fb94b989582bb68714fda836764dc1 3,172 1.00/1.00 vMB 2
913,154 913,154 00000000000000000001910cf43aa68ba3f3d5092e78b790ff9c8eb9af8135de 6,498 1.00/1.00 vMB 0
913,153 913,153 0000000000000000000044a70abc7192a5b587160cd5ae230946df72de821c2d 4,487 1.00/1.00 vMB 1
913,152 913,152 0000000000000000000003fef6db3a9c7f3402516cf6356e3117559449feddbc 5,760 1.00/1.00 vMB 0
913,151 913,151 00000000000000000000a055482d50656de9f41b2ab793c04c8999e2dfab8e01 1,869 1.00/1.00 vMB 2
913,150 913,150 000000000000000000021a6795faef86c56977ea20eb8e399722360de6acce18 3,171 1.00/1.00 vMB 3
913,149 913,149 00000000000000000000a5b829f9d146a7ff383c5a7af0c8ceb30cef0e75ab71 5,232 1.00/1.00 vMB 0
913,148 913,148 000000000000000000015f62a9a4cd49b28c8d05954902a12c8582565321a10e 4,665 1.00/1.00 vMB 0
913,147 913,147 000000000000000000017fd575de56790c90b40b680056a291da6f1a4819e9ad 2,689 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 780.82 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: 561.31 GB
    • Received: 7.38 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.