Loading Tool

Explorer IconExplorer

Memory Pool

79,055 transactions
29.26 vMB
0.12205964 BTC
Random Selection Loading Transactions
Max Size: 176.48/200 MB

Candidate Block

Mining Attempt f4da7475826fc1f5b007796e9b0557810d7063b4c11489a0d4580ef62382c8f3
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 65f52757d29599724c75303025fe5cb1656c8a20461391d5421bb3e4a9e46328
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,276
Size: 1.00 vMB
Total Fees: 0.04445333 BTC
Feerates: 150.80 > 4.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (215,096 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
700,169 700,169 00000000000000000006d60baed095b5c8f0b29371222ee2e6c63cb24107648d 2,360 0.93/1.00 vMB 10
700,168 700,168 0000000000000000000c97fb7ada23af4f681d228e99a4a82f2942633a93f65c 2,083 0.90/1.00 vMB 6
700,167 700,167 00000000000000000003e81f0c75d4c8897c4bafcd261643fea1dc93132e84bc 1,940 1.00/1.00 vMB 12
700,166 700,166 00000000000000000003a77f62f8704239a72b17dbd3ff48fdc0fb093b289170 1,022 0.49/1.00 vMB 10
700,165 700,165 000000000000000000064f46b0ec84aea83c20e674668ea5a100e9fb9d6b84b6 909 0.39/1.00 vMB 16
700,164 700,164 00000000000000000004a58fb5dc5d5d3d703819b4cb5f844321c5d93aa359f5 509 0.19/1.00 vMB 13
700,163 700,163 00000000000000000002c1aadd8076c9215b765d52bb62581748902584e8498b 2,623 1.00/1.00 vMB 4
700,162 700,162 00000000000000000004343aacd60719ae5479371afb2e75466669e79d361d96 2,624 1.00/1.00 vMB 18
700,161 700,161 00000000000000000008ddd6b8c989115bc46069ca92a424593b5f2a9ad9a3fe 372 0.20/1.00 vMB 10
700,160 700,160 0000000000000000000a30eac96953caa2e5e5b6dc99eddc3a7346a8aacd7d41 1,444 0.50/1.00 vMB 9
700,159 700,159 00000000000000000007ed9c97bbc2f3a4c72fb10a0bfa97c52ee448ea95c966 250 0.08/1.00 vMB 11
700,158 700,158 0000000000000000000670d3ea3b061f47173d52d64f77de291742956035e991 1,173 0.72/1.00 vMB 11
700,157 700,157 00000000000000000008f27221e1613b6d4dad114ccbb374e6ef1bb3e2dfa6a8 440 0.18/1.00 vMB 9
700,156 700,156 0000000000000000000762cf873f5b58d1055020dc118a869831cb5f4ca37870 1,106 0.72/1.00 vMB 8
700,155 700,155 0000000000000000000e2f917672150d947e2f221ba7213e60001013c3cf5b68 602 0.24/1.00 vMB 10
700,154 700,154 0000000000000000000292edbfb5d83b7563189183b42b93970c412f6afbe0ba 1,499 0.74/1.00 vMB 4
700,153 700,153 0000000000000000000a7958010de13ce43cc8d74bda7e69aa3fcf50e6a17a21 1,603 1.00/1.00 vMB 13
700,152 700,152 00000000000000000007a2497fc0a89f2642cc821f9f6d72a42842741b8644e7 2,026 0.66/1.00 vMB 11
700,151 700,151 0000000000000000000c379874ed3007f17ab0bb126d1ba53b45fb6ed00f8580 171 0.08/1.00 vMB 7
700,150 700,150 000000000000000000029207eaebebdac8502ccc77d49eaf76ba0d4bd96a2607 78 0.02/1.00 vMB 14
700,149 700,149 000000000000000000033dfd2a4bc7e2e9ff363274d83aabbf8ec50b2edf8cc4 584 0.24/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.