Loading Tool

Explorer IconExplorer

Memory Pool

45,571 transactions
27.64 vMB
0.07465654 BTC
Random Selection Loading Transactions
Max Size: 144.81/200 MB

Candidate Block

Mining Attempt 2d3a1dd0017b45d4cb3e245922aa29aa25d387abecbe92286d05eb780fb538ec
Version 20000000
Previous Block 00000000000000000001ea5ca94f36eab03be1e198193b179a4c6d49b9095493
Merkle Root 20af49d740d4eba9a36aead66fa8cf0a79e993fa7ac43a2d7545723a0ce74a27
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,534
Size: 1.00 vMB
Total Fees: 0.01973167 BTC
Feerates: 124.00 > 1.98 > 0.39 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,888 (831,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
83,164 83,164 000000000008c0b0b94d9690595f0f1a41933cc7ac00238f324b984f63085755 7 0.00/1.00 vMB 0
83,163 83,163 000000000031120326e1a93b1a9ebd353782356a9e5c92216d00133660f0cbe9 4 0.00/1.00 vMB 0
83,162 83,162 00000000000daf664bc72e9fd9c447128a2e4a8bd0a314f2d8fbbad300722291 2 0.00/1.00 vMB 0
83,161 83,161 000000000013ef524625049634ae45186371ec1ced8a51b496a748c9cdd040c4 4 0.00/1.00 vMB 0
83,160 83,160 00000000000e607d5bf346d7daa29c5633fcf14c38b46eae0674a2cd727825de 7 0.00/1.00 vMB 0
83,159 83,159 000000000003b0d0cd4c44de650b771794787917cff9666589689b0406afaeb9 1 0.00/1.00 vMB 0
83,158 83,158 0000000000256e9059ddeff04547d425362b709c6227f41e8fb34348ebae958b 1 0.00/1.00 vMB 0
83,157 83,157 00000000000de9685a63c519a04a648790127b929daccf5d7b987fd7cf57c1d9 2 0.00/1.00 vMB 0
83,156 83,156 00000000001724009ac72a49579d0458050a1e44152d9ae6de44088b992b64c4 10 0.00/1.00 vMB 0
83,155 83,155 000000000024c1d1c36c282c7370540da69e72398c03266523f5f2e21ead748e 11 0.00/1.00 vMB 0
83,154 83,154 000000000014540df64075881f1ef7a4317911c4a536ef993b654c08a73a4da9 1 0.00/1.00 vMB 0
83,153 83,153 00000000001d49b41b0686397cc874737eaf2c1e1c386270b9666c7f4b70aecb 1 0.00/1.00 vMB 0
83,152 83,152 000000000000fd8df966cdaeb0efa2a8c98f0fe9f49b0e0565102861c355673d 1 0.00/1.00 vMB 0
83,151 83,151 000000000025e2cc44d25f0f9ec3c25802b8b2075389c6439da1b0750c710b57 1 0.00/1.00 vMB 0
83,150 83,150 00000000001cb347e4832712ccf9f9d2b6c7cd6570c870742833074a6955f880 1 0.00/1.00 vMB 0
83,149 83,149 000000000030ecae1f57c1a524f217599cb27e9a28d00104193183cb2cf7f93d 5 0.00/1.00 vMB 0
83,148 83,148 00000000000cbaeee6935c6f5c2c5bf6f2f3e31883f0848e41df7a49010e9472 1 0.00/1.00 vMB 0
83,147 83,147 00000000000200ca24a0598ba7a40a49e539e13b45a57522f2f89262b7d2c2f3 5 0.00/1.00 vMB 0
83,146 83,146 000000000023df75e6205e3c598fef2d85b155923aca0569430f3a147998d29c 2 0.00/1.00 vMB 0
83,145 83,145 00000000001f222b57a6c75bcc5a235bae785673df0501126ac43fda024c8569 4 0.00/1.00 vMB 0
83,144 83,144 0000000000021e3f0e0d1531b53f411c63f2c5b3849beb880004948231afb509 10 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.19 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: 653.73 GB
    • Received: 14.03 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.