Loading Tool

Explorer IconExplorer

Memory Pool

25,030 transactions
12.29 vMB
0.03510232 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 69.12/200 MB

Candidate Block

Mining Attempt 9fc235fc8a083d65c7c24f1e940e1d75db28fc40b140777979056128a64c36f0
Version 20000000
Previous Block 00000000000000000001268a19f99a88ed20e383fadd73cfb09cc0cbd48307e2
Merkle Root 0745814c26dcec63e6e32c490913760ed3096af1c395488ee68bc95f1e9291e0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,936
Size: 0.99790525 1.00 vMB
Total Fees: 0.01252398 BTC
Feerates: 29.85 > 1.26 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,652 (722,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
191,372 191,372 000000000000069bfb0227a64a05d326316e4887015a5a69780b34e7d6764cf5 79 0.03/1.00 vMB 115
191,371 191,371 0000000000000379322b2a7d9b25d87172d9b71f48c34218beb60c47a6470c2f 186 0.08/1.00 vMB 109
191,370 191,370 000000000000062a88f433be6ab8bfe27eb79c4aa8f02899b187c2d0cbb034e2 50 0.02/1.00 vMB 202
191,369 191,369 000000000000044fa1374419e4bcd1093dfe1ee61a41b26d99dc5e4f81cbcd40 314 0.15/1.00 vMB 128
191,368 191,368 0000000000000823d846af16e101ff12a145fd88c17f8ef5d3e1121d421dec53 129 0.05/1.00 vMB 138
191,367 191,367 000000000000001a8e0791d36eba05546d75c54de88fea37781cf9d61fbc1eb0 84 0.02/1.00 vMB 26
191,366 191,366 0000000000000853cee7fbf8384e41d3ca4cf5256722eb5aa3c42f7fac24a4fe 140 0.07/1.00 vMB 93
191,365 191,365 00000000000000efe2ba3cdde73fcb0966ff90db308cdca80429f34290db51f6 37 0.02/1.00 vMB 74
191,364 191,364 00000000000003901e7860630a1c208033826d1353213f3a8b390e901f397f19 239 0.11/1.00 vMB 128
191,363 191,363 00000000000007941aef2b2b57c7b7dc923006907354c6bd859423c879c81326 120 0.05/1.00 vMB 120
191,362 191,362 000000000000068d0eb515e6e5bb85ba236cea5762efe4ab56d4a6276e3cf24f 69 0.02/1.00 vMB 2
191,361 191,361 00000000000003cecdbbd3f8711a47815f729141fd2483fc07e5621b7eca05ed 231 0.10/1.00 vMB 105
191,360 191,360 000000000000026cb77a62712381f6d5b5a36a23b39e0c01d2f430660e0c4a7e 439 0.21/1.00 vMB 125
191,359 191,359 0000000000000526c6dc3813dbae77a7ddf2a55e59fe65625eefe468c22a3ad9 56 0.02/1.00 vMB 117
191,358 191,358 000000000000062bbd1a6fde60d642f8d0a0f60a505891a1f653221e2712ea69 12 0.00/1.00 vMB 34
191,357 191,357 00000000000000259ae549b0c4527044f32856dc2fbabfb98a799a938e90cfb4 394 0.16/1.00 vMB 120
191,356 191,356 00000000000003897c8368e53b434950ccce8482ccbd43b7fa232e259e5f5431 10 0.00/1.00 vMB 0
191,355 191,355 00000000000006ae4b71ccaf396c52b16db010ed87c74362791179b15faa1cfd 7 0.00/1.00 vMB 0
191,354 191,354 000000000000056c62914c7089f5fc5abbc82ffdf779448ddbc86b8855fc1a7c 78 0.05/1.00 vMB 73
191,353 191,353 000000000000051322dbdfc8aa8ae3512290c594d2764493de89113150673bce 441 0.18/1.00 vMB 124
191,352 191,352 0000000000000134b4b73e346884bc824e7c266018ec5cea4da0f5e697bc65a8 512 0.22/1.00 vMB 132
Previous 10 blocks ↓
Total Size: 780.00 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: 477.46 GB
    • Received: 3.09 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.