Loading Tool

Explorer IconExplorer

Memory Pool

49,318 transactions
29.85 vMB
0.09739864 BTC
Random Selection Loading Transactions
Max Size: 159.06/200 MB

Candidate Block

Mining Attempt d2343e1cf8adb9937c404a0117ee76a9b488cf89c29a60b860a76801b3c39549
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 25ad9815aee8e0fa706e93efc0e817d6eb03e3ea4c07a408fa5933906f260957
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,207
Size: 1.00 vMB
Total Fees: 0.03347728 BTC
Feerates: 150.68 > 3.35 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (638,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
276,219 276,219 00000000000000000c9bdcb5dc047cfa81a5078b3694fa203c41aadc9ed62ee5 508 0.22/1.00 vMB 47
276,218 276,218 0000000000000002abb0fa4bb238341aadf16c8b6ac51255fb8a62ab2ea315d3 122 0.05/1.00 vMB 46
276,217 276,217 000000000000000031bbc2f1575391efcde6f77fbc63100b2db041a65b39f595 700 0.31/1.00 vMB 51
276,216 276,216 000000000000000058fbd5b185cb3df990c0e372ed9bcc9cd8a3a86a388aa142 542 0.21/1.00 vMB 62
276,215 276,215 00000000000000025a0083e92c5f2a6c62692237191fb6ab05e5c360695404cd 239 0.13/1.00 vMB 44
276,214 276,214 0000000000000000a15922d27a00694c6c5b661bd44d8a4d49ade0269d885bae 245 0.15/1.00 vMB 51
276,213 276,213 0000000000000002c8b44251b47fa2d9749aefd70906f5c5691a991b98c885fc 143 0.09/1.00 vMB 29
276,212 276,212 0000000000000001a3ff8d3ea3cabc88f26096b0230802f467b8b9148e496c87 214 0.25/1.00 vMB 15
276,211 276,211 0000000000000002d80096924d9e2d5aec96382441fe301ae8cc3aa70b945ac1 74 0.12/1.00 vMB 8
276,210 276,210 0000000000000002be4f9ab06c2bef3ef59be0b6a32b7ea304eced61a779488d 655 0.25/1.00 vMB 84
276,209 276,209 000000000000000175b4da98da858f4acb1066f29a96849060421aeff65e102f 471 0.22/1.00 vMB 53
276,208 276,208 000000000000000094e26d11c7dfe78c7de3a32d419ca4025cd67ad9b57624f2 235 0.11/1.00 vMB 33
276,207 276,207 00000000000000009fc99f3c6d8207bc4d22bb83be9176fbd95aeee1338aff33 5 0.00/1.00 vMB 23
276,206 276,206 0000000000000001ed009b159902d6d2e240bbf56df64473030ee6efb7596ec1 129 0.07/1.00 vMB 63
276,205 276,205 0000000000000001a4f7654e4b91f66cd8c49f47f74ae976f4bf1a48a6f890fc 643 0.49/1.00 vMB 25
276,204 276,204 0000000000000001d6550914a07a2a3394018c8a2db9bbbf4ad7969f9d6dfcec 736 0.25/1.00 vMB 67
276,203 276,203 0000000000000000b33f2b860bf155148270b7ea46fb01d855ac14a63aead33e 1,156 0.50/1.00 vMB 50
276,202 276,202 0000000000000002585a6b58dda02d77150dd970de8aa6212bb6c784349d0e87 1,421 0.50/1.00 vMB 75
276,201 276,201 0000000000000001cc0b59ecb41d7c049b524e2fd9b28aef5e1f94b93aae877d 195 0.08/1.00 vMB 67
276,200 276,200 00000000000000037741486be66318dcc99dfa5655d3e32b25ca9d51e31e6391 234 0.15/1.00 vMB 45
276,199 276,199 00000000000000002adf798af4d07628c78cf75b5c2ebf64a83f71fe71cfa220 167 0.06/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.