Loading Tool

Explorer IconExplorer

Memory Pool

11,935 transactions
9.71 vMB
0.02363206 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.64/200 MB

Candidate Block

Mining Attempt 6d82e4b17e7330d03d6e0abe52c514c0d60f12499f4e632a42232061f6d9f5de
Version 20000000
Previous Block 00000000000000000000d8354835b6a50d1cd25337019743ebbc2d92d4bc275e
Merkle Root 51863f23aba5342bf087038fba47e184451804581f8d07b04c822330dfefedc8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,749
Size: 0.9978875 1.00 vMB
Total Fees: 0.00904092 BTC
Feerates: 70.28 > 0.91 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,642 (743,946 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
169,696 169,696 0000000000000758b4523e4f2a2fff9de8fd9ce5a4df93a53fa3e4ef064e2a8f 40 0.01/1.00 vMB 94
169,695 169,695 000000000000048375fc856071f7c4a0094baad73514604ad2998835a121a9ab 63 0.04/1.00 vMB 92
169,694 169,694 00000000000009fc308525831b4ee6657b8084a5ccf8ea33fc8f7babbd9863b7 19 0.01/1.00 vMB 0
169,693 169,693 0000000000000aad3b1307fae011919615d6e390c4bf18648fdea222b3c9eaeb 34 0.07/1.00 vMB 67
169,692 169,692 000000000000081058cbe266a936e75a9dd6efc25a672795af4572603b2c30a8 132 0.05/1.00 vMB 40
169,691 169,691 000000000000037988d7423ce34cc43c436cbc6293a613f2affff3d7669c3f2b 9 0.00/1.00 vMB 0
169,690 169,690 0000000000000992f0e57aa9e949e644b55e7a5cba65ac779ba272317176ee8b 27 0.01/1.00 vMB 184
169,689 169,689 000000000000019fac1d7703f8c03bf674d49e6384e4bd04c14f5c5fe893063e 56 0.04/1.00 vMB 44
169,688 169,688 00000000000007c51fd9fc8a4dc289f5219f152ad76e64c35fd34967f2525a11 13 0.00/1.00 vMB 0
169,687 169,687 0000000000000abf49aad5973d5ab43ce1a8f71ebab0811f0ac1a17f3acafe59 18 0.00/1.00 vMB 80
169,686 169,686 0000000000000692e36275914b1488fff18bbe1a8026d5006949db5ce1ff4497 6 0.00/1.00 vMB 111
169,685 169,685 00000000000002ad36562de027bf3704060461d88e8d35ae48a0d1e83731ace0 11 0.01/1.00 vMB 38
169,684 169,684 0000000000000a204db37a1d6a8387b79f42c3ccc74edfd1b64fd98b2ff71aa8 91 0.05/1.00 vMB 82
169,683 169,683 00000000000007886d4e68676c5f99b5390871decc63915358730020dfa8b663 16 0.01/1.00 vMB 393
169,682 169,682 000000000000033bcde6f39bfac24ea02c7167df7d94f050a9f3b7e9dfaaa31f 13 0.00/1.00 vMB 0
169,681 169,681 0000000000000a6440409acb93c62243b22f7d354dd9d4623b718afa483d9d9f 52 0.03/1.00 vMB 94
169,680 169,680 000000000000040c897140d6258be1e3e5dcef2d86d2da3aca94618ac2ab146b 50 0.02/1.00 vMB 33
169,679 169,679 0000000000000a3a03d81b0a7aae50aaa51941c47d04f5777f1c42388ca66594 75 0.05/1.00 vMB 157
169,678 169,678 0000000000000843294832ace7d2c13d1d397e75aba5043844aeb22bdb215939 44 0.02/1.00 vMB 163
169,677 169,677 000000000000046e40a65c611f06d986c7dec710e710e84ea49b03ee1922ba7f 68 0.04/1.00 vMB 60
169,676 169,676 000000000000038a421be0468e62da1252be7073c6fa252145bc4c06b154e0b6 108 0.04/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 779.98 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: 471.22 GB
    • Received: 2.98 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.