Loading Tool

Explorer IconExplorer

Memory Pool

29,325 transactions
7.07 vMB
0.08247012 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.03/200 MB

Candidate Block

Mining Attempt 07d3f33e948bc29877d79b8f7b11df0f6e549b93bc493773fe507c752177bbc0
Version 20000000
Previous Block 000000000000000000017f1ba287bfb1d9a7c9f9985c514733698aa8a86e0a66
Merkle Root d8bbd150b1b4ab9dfe5c7bbc39dbb9d3d8ac98ae17955968359e3aaa954db7e3
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,099
Size: 1.00 vMB
Total Fees: 0.05646662 BTC
Avg Feerate: 3.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,127 (745,966 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
167,161 167,161 00000000000004e858debfbcd960fd27fbf718fec452c17fdf80b217969e59f8 0.02 MB 27 37
167,160 167,160 00000000000008f6d74dae26818d5b09dfcf8f0fa25811f4c0b176d11dfc7a9e 0.02 MB 44 109
167,159 167,159 0000000000000563ebfbee9c646f001ee4db5e33c81fce9ff717e5f2fb1bbbcd 0.00 MB 17 506
167,158 167,158 00000000000000430d604af15af72e746bb6d18d42643d3ab8c6dab6f2c985f5 0.01 MB 40 43
167,157 167,157 0000000000000542b9a66fe3e129712ec9852863364a89adc97480f1b3397e73 0.05 MB 133 156
167,156 167,156 00000000000008d6a616e4eb3ed5694702d8240a4505e1272997ed206fda2d06 0.00 MB 2 1,623
167,155 167,155 000000000000096ed2322d5fff9de48d20871e74ab9b6009f0787525697780ba 0.04 MB 69 150
167,154 167,154 00000000000005e7131dd6ec6574449d585c922b1964dd4b0c8af6136aa5d506 0.00 MB 4 0
167,153 167,153 0000000000000baeb5b3b628bdcaa7b1499e20723da99cb9ff28257a5c83051d 0.02 MB 62 22
167,152 167,152 00000000000006df239c16c98345028464b3fef9ec4b401baa78b61c19f4d9c6 0.01 MB 27 11
167,151 167,151 00000000000007f459b3a1a6f35959dd5a3589f6877ac7a686176f420aa7306e 0.01 MB 15 66
167,150 167,150 00000000000000577c206a765bc2d24437a24eedeffce114f4f675af3ae01303 0.01 MB 19 238
167,149 167,149 00000000000003251788103f93e4e744c10d28a7c3a710b8b938b09c5a3a7865 0.01 MB 37 171
167,148 167,148 000000000000053bf979ed61cd6f5ba06a1ea8fa1fbc4ad6f830e9dfc35d0252 0.00 MB 9 85
167,147 167,147 00000000000002aa5e4cc85dbd4e0fb3ab2adfb49704f50e71af98bb81a2ceb2 0.00 MB 10 88
167,146 167,146 000000000000060bd0ab4a962a77a1787b37f3c2033aacbce7aa8397bc6e2341 0.03 MB 105 0
167,145 167,145 00000000000006088937017130d3e8151e9d48074b04af824c7e085c1124bfb9 0.03 MB 57 93
167,144 167,144 000000000000097a6195f2aabde83c33af12286cf87e94644e8678079ac1492d 0.02 MB 55 0
167,143 167,143 000000000000028d9d0a7ca89d02112af3dfd8c332e346d13aea6916931bb804 0.04 MB 71 282
167,142 167,142 00000000000008381cea3a22c896e10a8619a55e4b08c09b93b35072cd240073 0.06 MB 51 115
167,141 167,141 000000000000093968d6f005d5d0bfbe368c458d7cac7c2198a222aa0944d086 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 779.08 GB

Node Details:

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