Loading Tool

Explorer IconExplorer

Memory Pool

2,239 transactions
2.22 vMB
0.00392964 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 10.74/200 MB

Candidate Block

Mining Attempt fcf17a5e825c3ac7f88dd68b0fbfa42fc4d512a865e297e9ce0d5fc680461f96
Version 20000000
Previous Block 0000000000000000000198901213cf264fd46c324a3dd55fbfd5cf096a97a0a1
Merkle Root aa0ef2bdea8d3c5216d758d2b3383ddabe1f7a4845d87202e115527fce84c87f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,211
Size: 0.99 vMB
Total Fees: 0.00269597 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,495 (771,248 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
142,247 142,247 000000000000026be104351628468e2e8b2dc358d458b231530686ded85acefa 127 0.04 vMB 97
142,246 142,246 00000000000007b6ad1b9fd34e3d20e2cb1627f75f5bded56e1a5d3a8b075aeb 27 0.01 vMB 133
142,245 142,245 0000000000000042d929479b1b227507a269ea307aff70a5816323ea0fc10caa 31 0.02 vMB 75
142,244 142,244 00000000000003437a159eda9323f9561f32131eba4b3244019cac0e3d3bb232 13 0.01 vMB 22
142,243 142,243 000000000000065e41a4eb31193f7fdf810b934882e498eaf211bfd5cbf13ce4 36 0.02 vMB 57
142,242 142,242 0000000000000104fc728b2a69bd44712ee47368ab4c1a666cbeab2940d8205d 6 0.00 vMB 23
142,241 142,241 00000000000007cfcbeeb282433477be1622d41ac55ab247ad5912fc279b5217 1 0.00 vMB 0
142,240 142,240 00000000000008abf549130b64ce836def58079f834d3fd6b1a516180d514fc5 35 0.02 vMB 46
142,239 142,239 00000000000004e7dae5734600e70e847a54becc7ab6f001f41f511f6f9e3345 17 0.01 vMB 140
142,238 142,238 00000000000003c44c4c1f176eb954fe24edceb24522633b54bb5a14d27ace3d 33 0.02 vMB 77
142,237 142,237 00000000000002cc1ddc22f2fe5d1a427e58a1191d29fcf25205d87afdb5e713 9 0.00 vMB 973
142,236 142,236 00000000000006df5c7d2088f769348a07ddfe7e53ca99ce4a4cf51fdf938eaa 1 0.00 vMB 0
142,235 142,235 0000000000000674b158507425d7db58d9dfe7c6185a41660cb705d8ea01cef3 41 0.02 vMB 118
142,234 142,234 00000000000000a30544a0eac2bdcf16231c340d5c5850176c6275d5b84df8d7 12 0.01 vMB 156
142,233 142,233 00000000000003b3c95faf83c703d7bb1b98b0aa30d8b557bdbd4051545a725f 144 0.05 vMB 115
142,232 142,232 000000000000066742ae09a37d975704c596be71692d871bb2ca458cf34ebd30 26 0.01 vMB 38
142,231 142,231 00000000000002b064bd39f1e564e95cee37157211bfdee522d6ffcf6a1b385c 20 0.01 vMB 126
142,230 142,230 0000000000000343d28d17ad4be9c449968f81e1a55745e3118fcabb4fdb540e 7 0.00 vMB 0
142,229 142,229 0000000000000230fe962560883fbc6655a62a4ba4dff143045530eecd162d78 24 0.01 vMB 96
142,228 142,228 00000000000005e434972329eb8469004f91e3eb1ffc0d92944d9b5cbe76a40c 22 0.01 vMB 429
142,227 142,227 00000000000006ffc499d4fea5a9415312d88982cd6b512df0b5cdde41868926 32 0.01 vMB 96
Previous 10 blocks ↓
Total Size: 779.73 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: 364.62 GB
    • Received: 1.75 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.