Loading Tool

Explorer IconExplorer

Memory Pool

41,504 transactions
26.69 vMB
0.06357821 BTC
Random Selection Loading Transactions
Max Size: 139.47/200 MB

Candidate Block

Mining Attempt 2807f32065b730d9e80222412a1b12b5f3405ce4ac0332057a6a11ed92aa9150
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root ed93d3ddeae912b425357d18f60b628bd0e943afad1c52b3979b5fdc74821e21
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,890
Size: 1.00 vMB
Total Fees: 0.01409626 BTC
Feerates: 130.68 > 1.41 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (831,737 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
83,167 83,167 00000000000737edb24441c852e96af78c22021e15498ed2b1c95b723cfddc30 26 0.01/1.00 vMB 0
83,166 83,166 00000000000c0dd3d1edc189a199dcf10859b7c2aac1d2df42e89c1afa7d96e9 6 0.00/1.00 vMB 0
83,165 83,165 00000000001e383849e7a247f6569ad7dc9b35bd13e9bb94efcca1d473054035 1 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 782.22 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: 654.70 GB
    • Received: 14.16 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.