Loading Tool

Explorer IconExplorer

Memory Pool

75,573 transactions
30.90 vMB
0.09882425 BTC
Random Selection Loading Transactions
Max Size: 181.43/200 MB

Candidate Block

Mining Attempt 2d5672ded8e79401ca0f70ff9e3e634d25d5b8ea3d45ca6bd487c0fc2a3fd5d1
Version 20000000
Previous Block 00000000000000000001b6bcfed7daef6070e84e65a71f9eb69c8b48ca4d4960
Merkle Root 5da5e58e63bfb4932cb747627bef6bd097c90dc098f63d62c993597ffa39f6c0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,293
Size: 1.00 vMB
Total Fees: 0.01941680 BTC
Feerates: 301.35 > 1.95 > 1.05 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,425 (109,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
806,107 806,107 00000000000000000001bac10bd3dcad8fb2133a79be53080c024effa108fed8 3,297 1.00/1.00 vMB 15
806,106 806,106 00000000000000000000d82d881646abb2c13315bd31d73c1fe024ea1a4232ce 1,847 1.00/1.00 vMB 13
806,105 806,105 0000000000000000000184cd344faaf7c5ff89684a02d55783d380a9fc5942fc 2,885 1.00/1.00 vMB 15
806,104 806,104 00000000000000000004a94215f338dfb8ff010b24e3ab5708f97fb47419c94c 6,580 1.00/1.00 vMB 10
806,103 806,103 0000000000000000000374d2da3d78971ec06517eeb2cc0990c0c843a01f0c99 1,834 1.00/1.00 vMB 13
806,102 806,102 00000000000000000001d946c24b4e31d4197987e104fef23392e0d386ebcc63 3,595 1.00/1.00 vMB 13
806,101 806,101 00000000000000000001ae86285e10240d4e5dbe249c268f1f296b9f90aeb9cf 4,119 1.00/1.00 vMB 10
806,100 806,100 000000000000000000026aaaf752ba17abe679631f7dd35285ddebfa58de2b55 3,217 1.00/1.00 vMB 17
806,099 806,099 00000000000000000000f9e2e09c029e5ec4e8f5c1f30e0cc747df7726f09e27 6,304 1.00/1.00 vMB 11
806,098 806,098 00000000000000000001dad118528267e730f254aa4ba29359f47405fa8b8c23 7,102 1.00/1.00 vMB 11
806,097 806,097 00000000000000000004da9189faedecebe16cc39691445088e7688029b64a7a 4,163 1.00/1.00 vMB 14
806,096 806,096 00000000000000000003f31e3d351e68fe6f7b17cc328c9c0f83718a04f117a0 4,332 1.00/1.00 vMB 9
806,095 806,095 00000000000000000003c2b96920eba07a6e8d383123b4e2e7fd2fe25fe2049f 3,955 1.00/1.00 vMB 11
806,094 806,094 00000000000000000003954b5cd3e1f8ec8be2771348a2bc296397a32242a240 2,347 1.00/1.00 vMB 18
806,093 806,093 0000000000000000000331b3ee90e9c56dc9b07af55ae17ec286712d9ab54971 3,429 1.00/1.00 vMB 14
806,092 806,092 00000000000000000001616d2135d4e6bd69aaf251d9e54e70c66bc2334d7ddb 2,532 1.00/1.00 vMB 13
806,091 806,091 00000000000000000001ce6977a50c286a2a6a5220bfa396fc8aec62d61d3ba0 2,874 1.00/1.00 vMB 15
806,090 806,090 000000000000000000045fe2080688aea5ef5dfd031625fec845eca24b0ce2b6 5,226 1.00/1.00 vMB 11
806,089 806,089 00000000000000000000f92bc0af3f5f95c892bf671b34605c05d7a9f581f038 3,307 1.00/1.00 vMB 13
806,088 806,088 00000000000000000000e1739f3dcf057a925f4c10541811d2344d2455cf1926 4,372 1.00/1.00 vMB 13
806,087 806,087 00000000000000000002a41f9679979b633b044e61f201d6c69750a22b241c5f 2,360 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 783.12 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 739.14 GB
    • Received: 18.62 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.