Loading Tool

Explorer IconExplorer

Memory Pool

40,126 transactions
29.02 vMB
0.07668952 BTC
Random Selection Loading Transactions
Max Size: 147.31/200 MB

Candidate Block

Mining Attempt 66305d482f845097c259dbffe5564cbd1397bf672c49ffc7774b430553cb7612
Version 20000000
Previous Block 0000000000000000000054d90a7f9b34d6e89576ddd749acf900f33df0f79b64
Merkle Root 9e9e791eeb67afe45ddab06bfc7a1c3c3e055f1e0f926402fb2f9314c2d924a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,222
Size: 1.00 vMB
Total Fees: 0.02021075 BTC
Feerates: 101.86 > 2.03 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,549 (797,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
117,379 117,379 000000000000b8e1d29cac85bf8cac20c666e52471729c9d9a8988bf4cfb61c0 10 0.00/1.00 vMB 336
117,378 117,378 0000000000006d7f5d5d68ba1253035af0447447c2e3d748e4694a023a2dd92e 11 0.00/1.00 vMB 1,514
117,377 117,377 0000000000008bda8caedde2ff22ca3689c6518b06b1eb9dd44af1ca4dc5237e 12 0.00/1.00 vMB 0
117,376 117,376 000000000000abfa123d9f7b1a96a882ebf96fc11e948b1ecdccfbb87dd988c9 10 0.00/1.00 vMB 353
117,375 117,375 000000000000b69fdee291aba824176a0045e1e4ed811165da1dbd7934acb4aa 11 0.00/1.00 vMB 346
117,374 117,374 000000000000b66af9544feac730b5c583f7495ef4882300404ac97efefe5e4d 2 0.00/1.00 vMB 0
117,373 117,373 0000000000006bfccf2604eec71b7cc69efc8a22174afe0232786754c483e4ba 11 0.01/1.00 vMB 176
117,372 117,372 000000000000b566118f2d0a4b26fcf7b7e8ef215de1315bddacf998d0846c8a 16 0.01/1.00 vMB 1,104
117,371 117,371 0000000000005e1311e597e04417b3dfc89f27a420d3f949b9f3303d1a93315e 9 0.00/1.00 vMB 261
117,370 117,370 00000000000093185de8a4cc46271b6a93d2c1980cd43f0f434c6115652520fe 5 0.00/1.00 vMB 772
117,369 117,369 0000000000009df5b37083a0bdcd1e923f1a087fda336616e249810c0005683f 2 0.00/1.00 vMB 0
117,368 117,368 0000000000009c7eecb8f7bfe36716e128831b298274ec71ea5a4b9d1d294703 8 0.00/1.00 vMB 1,167
117,367 117,367 000000000000b4c79e8ac25e2e59290e9e902de27694f610be2bc96650e464d2 8 0.00/1.00 vMB 0
117,366 117,366 000000000000c5cb11b2c2fb16fbea0a049faed620a4f95ff89d81033523a1d0 13 0.00/1.00 vMB 615
117,365 117,365 00000000000068ee1d93a1fbaf26303eeef37d0941b530cdc795a3a6bb628017 16 0.01/1.00 vMB 195
117,364 117,364 0000000000003de51c0de78f40b9d84d1fa77322b68a0bca46a94a320b954f03 12 0.01/1.00 vMB 328
117,363 117,363 00000000000029d1104794b2f85588795b32930215832b880b01ff6cad3911e3 11 0.00/1.00 vMB 0
117,362 117,362 00000000000037d20a1fb1be8107d88893d0f81710b7110faa27f1f174630d84 2 0.00/1.00 vMB 1,615
117,361 117,361 0000000000006e174d7b46bbd8ff328257042353eaea62eaa07ee563c64c678e 19 0.01/1.00 vMB 1,179
117,360 117,360 000000000000969cd267049166b1439b8906d4d90b8d00559f84ea5be26482b5 30 0.01/1.00 vMB 2,555
117,359 117,359 000000000000bee8026260dd93232e538cc91975d33ee635f1d3978bd22073df 9 0.01/1.00 vMB 133
Previous 10 blocks ↓
Total Size: 781.59 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: 623.16 GB
    • Received: 11.43 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.