Loading Tool

Explorer IconExplorer

Memory Pool

87,882 transactions
32.53 vMB
0.15264243 BTC
Random Selection Loading Transactions
Max Size: 199.52/200 MB

Candidate Block

Mining Attempt 6fd965f4b1626d04d12df86fbbb47dc397d98c9c7d28077b0abb1a411ccef20e
Version 20000000
Previous Block 0000000000000000000024e14012baaaec51ffbde7f4c16099d63d5881173d65
Merkle Root 24221c9156027bdebe6a74b6630df6ede133d172c1669c4352b4fc5886506e64
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,452
Size: 1.00 vMB
Total Fees: 0.06830538 BTC
Feerates: 502.65 > 6.84 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,217 (419,088 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,129 496,129 000000000000000000b5df1ccb62f6d7ae350c9f189445dd95382dcea2314ace 2,520 1.00/1.00 vMB 29
496,128 496,128 00000000000000000073728aeabdb11f4f1c372dae9db7b511980a2db07946ef 2,319 1.00/1.00 vMB 140
496,127 496,127 0000000000000000006a28e23e0b3426b73fe109b2fe4948a18e5248eef0fdbc 2,257 1.00/1.00 vMB 153
496,126 496,126 0000000000000000008a30f1539c346a2c36a7882f1ad39b46c5da9a80b05c01 1,278 1.00/1.00 vMB 135
496,125 496,125 00000000000000000045c5076287ae7ffda6cbd29dc7d7d723cfcdf430ae0a50 1,668 1.00/1.00 vMB 147
496,124 496,124 00000000000000000087899c97043166e77c706943a06bf1efdde6c219379809 2,511 1.00/1.00 vMB 203
496,123 496,123 000000000000000000443829ec4a9950f282e065c97b95063637c28b9f7e51ae 1,985 1.00/1.00 vMB 33
496,122 496,122 000000000000000000b75fd005cd20822b52225c3d117d9e9bb0c92b3886d080 2,452 1.00/1.00 vMB 152
496,121 496,121 0000000000000000005e1a30c436d260f0be60d05b118edbfc0ae9de2f0ce576 1,912 1.00/1.00 vMB 213
496,120 496,120 0000000000000000003ddf48d50bf2ce33e3d3f2b857b86f0aed5211f1e895d9 2,376 1.00/1.00 vMB 87
496,119 496,119 00000000000000000051a3554d0e87849ffd6f6caa583284952fa0edd3af8863 2,550 1.00/1.00 vMB 120
496,118 496,118 0000000000000000000a35518289f313847e9d16bb55f21f7e42473cc38f2b01 2,283 1.00/1.00 vMB 189
496,117 496,117 00000000000000000066e18ea191765dffbd2d4f80e122e198fb795713abd292 2,305 1.00/1.00 vMB 69
496,116 496,116 0000000000000000009f89cf9671a18384fd0555bbbe99c6cdb06be35367fa25 2,360 1.00/1.00 vMB 117
496,115 496,115 000000000000000000425eadf100d20942655401d468ad50412359bdcf88113c 1,951 1.00/1.00 vMB 181
496,114 496,114 00000000000000000088a1f0a8b1f72a220fa6dec4bc2dac37e9b3c6a62639e2 1 0.00/1.00 vMB 0
496,113 496,113 00000000000000000039a5c2f001d30d29fb3dd2183b712d7599e008a2346218 2,185 1.00/1.00 vMB 102
496,112 496,112 00000000000000000090b105ac61f2d3086baf761eab23c18157135dc263cfc5 2,680 1.00/1.00 vMB 200
496,111 496,111 000000000000000000056d26c69979af0050b4bb3c96e8fd4591b1b890246764 2,159 1.00/1.00 vMB 122
496,110 496,110 0000000000000000001dd0916a916bbc971fdd88ac4764e4a138fcfdb6ee32ce 2,579 1.00/1.00 vMB 184
496,109 496,109 000000000000000000538cc78b425a3d4e62d8f6feb6b53f40103bf9f8b6b28f 2,811 1.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 782.76 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.16 GB
    • Received: 16.85 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.