Loading Tool

Explorer IconExplorer

Memory Pool

47,648 transactions
23.05 vMB
0.06554239 BTC
Random Selection Loading Transactions
Max Size: 128.27/200 MB

Candidate Block

Mining Attempt c4916a76b1ee1fed55a7a7678dd0790e731550a4710eb931f94d0242fa944f3b
Version 20000000
Previous Block 000000000000000000019f80875bc0cbe63088bba6ca3f4d6bd8018b6cdc4995
Merkle Root 05949b8c75f7326477c792b63913531ee63c7acc1e2479231b41f61cd218b8d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,942
Size: 1.00 vMB
Total Fees: 0.01739425 BTC
Feerates: 150.75 > 1.74 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,010 (747,647 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
166,363 166,363 000000000000053e7df5c05f0da409c6c26b6e5685a7598f4b199a1d7a2243ce 23 0.01/1.00 vMB 122
166,362 166,362 0000000000000bfe3b26525e3e381033cf0e3c856ec44485640f6a5ac8100f76 83 0.02/1.00 vMB 11
166,361 166,361 00000000000008b127b9b8525b8bcd2e1ed11944191be4a5bff5a2adb62e98d4 128 0.05/1.00 vMB 102
166,360 166,360 00000000000005ae6864a0356688be4f6632d7fc49de4d13f0cd666322fd03e8 66 0.04/1.00 vMB 97
166,359 166,359 000000000000051db8aeee73273b3ee857ea386fde2fd1aa4f2a9df1f5883a1b 8 0.00/1.00 vMB 41
166,358 166,358 000000000000085a9d3df7a038556c3223af970fad85d1788a0880df1b25e823 41 0.02/1.00 vMB 42
166,357 166,357 0000000000000943404156a9980c3c6e49b0f3c712a4c4673a6e8890edf9c13c 91 0.06/1.00 vMB 75
166,356 166,356 00000000000006d2b95ddef45d31893efd54a6758032d4d021367a6400252010 107 0.05/1.00 vMB 111
166,355 166,355 000000000000064829f8b12150f2288c22d1f5d16579844a2bb731dacc517594 1 0.00/1.00 vMB 0
166,354 166,354 0000000000000a6505ec92fb6b79bef6858dc835bd91383968e4a8ef8de2dc65 18 0.00/1.00 vMB 77
166,353 166,353 000000000000067592b1ab2c02b5f99a5577adac294dd7ffea0637e0640bbdcf 1 0.00/1.00 vMB 0
166,352 166,352 00000000000006f2e0e8ba00f18c8cd4e1811d558b3b5801a33712136522755c 30 0.02/1.00 vMB 117
166,351 166,351 000000000000068adc2072def888cb0c9ae7f3e311c7ac873d061b7d4630cf11 29 0.01/1.00 vMB 68
166,350 166,350 0000000000000613dda8aabeb1df069f4cab437a81c3dd7c5a1db7ce598e5b3a 96 0.05/1.00 vMB 130
166,349 166,349 000000000000089f3f00075451ffad5ad20992b5d6e8956248602d96c0ae9b39 32 0.02/1.00 vMB 463
166,348 166,348 00000000000007608ce5aeceb35f3160057d600e38ec9d1fe0b42d38e8db8e02 14 0.01/1.00 vMB 21
166,347 166,347 000000000000009c352d03d72a9412d3688e66e5b5143bc397cb40418c3a7303 94 0.04/1.00 vMB 522
166,346 166,346 00000000000003fda349633be6a077d9432d9ffaa8b5c747b6b55224e1daa252 79 0.03/1.00 vMB 80
166,345 166,345 000000000000017dec9e9882e8a4e306ce769cf7080c726bb2fe0ad9b2da0813 27 0.01/1.00 vMB 35
166,344 166,344 000000000000029726bc09168e7676a31ec9b54139fa28a98024746ed0c8e852 66 0.02/1.00 vMB 0
166,343 166,343 0000000000000af2140b8eebbe1837cc66e1865b9aacd217b6e229051964d070 76 0.03/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 780.62 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: 544.55 GB
    • Received: 6.36 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.