Loading Tool

Explorer IconExplorer

Memory Pool

47,720 transactions
20.64 vMB
0.06172290 BTC
Random Selection Loading Transactions
Max Size: 118.86/200 MB

Candidate Block

Mining Attempt 1900fc6356ce824b51f100b816800b2a80eb1fe26d432e7536fa6acf2afa9d37
Version 20000000
Previous Block 00000000000000000000c3f1d592c22fcd11af876118c00bccd56624d9df806c
Merkle Root 1e6c03451d0ae644467435e0052e2e51cc6e9ef4280468a205c59a680c562dcd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,228
Size: 1.00 vMB
Total Fees: 0.02078247 BTC
Feerates: 101.65 > 2.08 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,945 (747,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
166,369 166,369 00000000000007e34c584aa4cac59dc5fbec18970e866fba6125e66c5b745dbd 6 0.00/1.00 vMB 54
166,368 166,368 0000000000000430c9456eb5e13f29dc7d5bc8b931932d5aed66bf84cfbbb183 6 0.00/1.00 vMB 36
166,367 166,367 00000000000000990db2979b77f947047a6555e13c2927a990124371ef9da645 16 0.01/1.00 vMB 23
166,366 166,366 00000000000008756c973f85547829eeb9b17dc4aae16a409c745a983bf8ea48 38 0.01/1.00 vMB 98
166,365 166,365 000000000000064f02c8d98f0b07ccbadd19b7030e98cd97ff566e627d0ecadd 18 0.01/1.00 vMB 53
166,364 166,364 0000000000000aca6b46ac4c2a22fa0d8c33c65b3e2f035c23b0e766ca96b3dd 70 0.05/1.00 vMB 146
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
Previous 10 blocks ↓
Total Size: 780.51 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: 532.62 GB
    • Received: 5.84 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.