Loading Tool

Explorer IconExplorer

Memory Pool

81,540 transactions
30.49 vMB
0.11418574 BTC
Random Selection Loading Transactions
Max Size: 183.67/200 MB

Candidate Block

Mining Attempt 6f56b90a5986ab8bf358ebf15a605a861153cda2bfc9347666a0c702078e3247
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root 2f667f217769d8ce4c5330c2a0c6c631f9edd5959026862ba08ae96620b6313d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,480
Size: 1.00 vMB
Total Fees: 0.03935501 BTC
Feerates: 180.34 > 3.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (307,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,234 607,234 00000000000000000008a4d9ad689b5814a3dbddf7c89f7885bf1c79f20f91c4 1,793 1.00/1.00 vMB 17
607,233 607,233 000000000000000000100720f9db64992888d572bf170239d40485b6008c6a96 1,877 0.69/1.00 vMB 5
607,232 607,232 0000000000000000000f520973657e0817fb7062655abc2e54058c7b9b413a8b 3,108 1.00/1.00 vMB 19
607,231 607,231 0000000000000000000192f190b7577330f4ce8d1645d46cd32c6cb2aa35aac9 281 0.08/1.00 vMB 12
607,230 607,230 00000000000000000004f32bbf404cba5b7060735653e0d65ab31556dc5c657d 2,677 0.79/1.00 vMB 16
607,229 607,229 000000000000000000016b25764f12f932e94d449d729ba0fef6817dac842163 3,353 1.00/1.00 vMB 15
607,228 607,228 00000000000000000012aef3819576bb0da58a885848a689848b1b65872a8c29 295 0.10/1.00 vMB 19
607,227 607,227 0000000000000000000ea04afa80400f0da76af45eb0ec4e0fb8bccc7c7350f8 744 0.19/1.00 vMB 19
607,226 607,226 0000000000000000000bfa8480f3b0a17565db478c2c5219a67c1288cfaa268f 2,201 0.78/1.00 vMB 11
607,225 607,225 0000000000000000000bf7ffd2461d5f6d5eb4dc5c62f7ef651991ff5c939ba4 2,995 1.00/1.00 vMB 11
607,224 607,224 000000000000000000096d23a719645fa6a4ca037600e1d03c6675f0bd4d2a7f 2,991 1.00/1.00 vMB 17
607,223 607,223 0000000000000000000e2ecc3d0b2b392913f6a2b88eca2dc7dfac74ea5b6e29 2,102 0.90/1.00 vMB 4
607,222 607,222 0000000000000000000db5ddf26904563157bcc14ce00638ecab936e08c73ae3 2,421 1.00/1.00 vMB 22
607,221 607,221 0000000000000000000b4723280e66f1b00652a0dd56dcd1a7df4c31775d8b58 1,077 1.00/1.00 vMB 11
607,220 607,220 0000000000000000000b11da57fac8fc333c70f804bdf993cc9ee32650a6a820 991 1.00/1.00 vMB 52
607,219 607,219 00000000000000000003e5de38c5c8b996b947d3a0ba646c7a6a454c6e3cbcc7 1,988 0.62/1.00 vMB 13
607,218 607,218 000000000000000000050a65ff3a95eecf73da515f77ad6d2070ea62417fd9e9 2,043 0.63/1.00 vMB 12
607,217 607,217 0000000000000000000473304dc225c1b5db8c3a2be0277ceebd181ee17b57a0 1,451 0.51/1.00 vMB 12
607,216 607,216 000000000000000000093fec033f0063b1f4bfca6c718a72bffefd07434d3064 1,498 0.65/1.00 vMB 13
607,215 607,215 000000000000000000096b114436f09b27a2885715bdd3c6d16d796f2e8942e4 2,318 0.93/1.00 vMB 7
607,214 607,214 0000000000000000000ffee32af220309d8213d509940431a30b91b3f301469b 2,790 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.64 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: 672.42 GB
    • Received: 16.24 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.