Loading Tool

Explorer IconExplorer

Memory Pool

84,385 transactions
31.85 vMB
0.10103372 BTC
Random Selection Loading Transactions
Max Size: 194.71/200 MB

Candidate Block

Mining Attempt 797e23b748299a085960fee7a3b1e7b9f5d7ea2ae3a20a4f1866ed18874b8fa6
Version 20000000
Previous Block 0000000000000000000157740f438ce3e5ef10f5710cd37a32b7a7487f8610f1
Merkle Root 1ba8b79952bf3bcb1d178d158b8e3b1e9d5285a81a9fceb597d62933b1315ef9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,520
Size: 1.00 vMB
Total Fees: 0.02475448 BTC
Feerates: 115.99 > 2.48 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,218 (751,998 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
163,220 163,220 000000000000032e48f05441dc7d6bb694b7b86d23978dec311e814b7e8a4e4b 90 0.05/1.00 vMB 73
163,219 163,219 0000000000000c92c4b2945deb1dac23accf1275a8adb121c92d3d8f2f6dae3d 25 0.01/1.00 vMB 127
163,218 163,218 0000000000000147135b9d93fc5a707dea89f78a6a05bd92cddd02cdbb38f128 6 0.00/1.00 vMB 891
163,217 163,217 0000000000000516678b05294327362007eaae54393929bfb58d81566521300e 17 0.00/1.00 vMB 23
163,216 163,216 00000000000006e149a0f7965250117275ed9dc48ebf5957364a88345de83d0d 129 0.05/1.00 vMB 128
163,215 163,215 000000000000054d851c4e9fd01175c323b0816f77fcac9061a3eb954cab55bc 9 0.01/1.00 vMB 68
163,214 163,214 00000000000000c5994feb4575f58309c87becc450ea720e96a782c1cf33dfa1 1 0.00/1.00 vMB 0
163,213 163,213 000000000000054180bd244f0198558ee914671b256614684e6d7564bd93b9c2 56 0.03/1.00 vMB 79
163,212 163,212 0000000000000a7a367b39a2b93931cad9d75c9228ec5de8691d5a0e2e5ace59 4 0.00/1.00 vMB 129
163,211 163,211 0000000000000d3b1ff6e5b64b79c177801427a24ef558e74675f32a306e6a70 48 0.02/1.00 vMB 150
163,210 163,210 00000000000008e33c08eb23ab454f9b24103358c6404d5d06760e5f7d18d1c8 16 0.00/1.00 vMB 0
163,209 163,209 0000000000000708f62dae6bcf472ffbb3affd6e6d87515bfbb1bd05a095d5cb 20 0.01/1.00 vMB 54
163,208 163,208 000000000000033a6b28dfab385a32c20251a9694283ce5d98c5f641d5eb2ffb 10 0.00/1.00 vMB 114
163,207 163,207 0000000000000c39e01edba3dc2090fa6f5b82590b4c60d24c2ab3b598f5fc51 49 0.02/1.00 vMB 193
163,206 163,206 00000000000009a035e5dabe79938abaf5321952249ff2dce89e44cd7314b5e3 7 0.00/1.00 vMB 0
163,205 163,205 00000000000009a868ee7393d50610d59d4176854fae9acec64d1a1d70a4678d 5 0.00/1.00 vMB 51
163,204 163,204 0000000000000892b4e2399abbcb35533b90ecd3ce4fdaa9ac752140319374b0 45 0.01/1.00 vMB 11
163,203 163,203 000000000000052e439885ae9aa8770e31f47bcc0d4b773951f3124fae331f25 41 0.01/1.00 vMB 459
163,202 163,202 00000000000007ac215bbe2bd543dbb51667e47179b9089877d230bb895a10bd 26 0.01/1.00 vMB 34
163,201 163,201 0000000000000a514e86288352b8092c249baa51694f69d060870eef1efa6af9 3 0.00/1.00 vMB 0
163,200 163,200 000000000000006a4c9c33805a0798c894cfb3b0c91918a694ed85d65b3d9000 12 0.00/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 782.77 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: 709.17 GB
    • Received: 16.86 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.