Loading Tool

Explorer IconExplorer

Memory Pool

47,354 transactions
27.35 vMB
0.07694498 BTC
Random Selection Loading Transactions
Max Size: 145.11/200 MB

Candidate Block

Mining Attempt 7c2d6373de87b74f34268d6efa15ebcafa16d1905838be07b4dd18f27849d8aa
Version 20000000
Previous Block 000000000000000000000193ea46eab29b52c30512336c377fef400613778b56
Merkle Root ffc1409b5b33e053491dea732b4830c3df0ff8f82a850c49f017aa57ed433419
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,868
Size: 1.00 vMB
Total Fees: 0.02604737 BTC
Feerates: 201.37 > 2.61 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,769 (269,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
645,193 645,193 00000000000000000004284d8f40fb411d9a101b97a74550fb2a9f9c40c5b9b9 2,754 1.00/1.00 vMB 87
645,192 645,192 00000000000000000005d377e459c3daea385b7a4c2f8313302409c3d167d603 2,909 1.00/1.00 vMB 24
645,191 645,191 000000000000000000006d467443ed5efcc3f71fcda9da06ebeb029ba8167eb2 2,961 1.00/1.00 vMB 73
645,190 645,190 0000000000000000000f70035498403a7fe9d24f90c245798ef06629521f7e94 2,055 1.00/1.00 vMB 21
645,189 645,189 0000000000000000000e3d1ccbac9cd4db550a39ffc9d4fdb72fa775718001c3 2,746 1.00/1.00 vMB 56
645,188 645,188 0000000000000000000740ade4ac668e2f73554836f7906447f8a5733e4e7728 2,685 1.00/1.00 vMB 39
645,187 645,187 00000000000000000000635391153e3e7ef8fdb23cb7ab72c81292bdacc161cc 2,979 1.00/1.00 vMB 38
645,186 645,186 00000000000000000003cf47b08aa4c3ed036aa516ad4d6b54d67e88f0364b3e 1,683 1.00/1.00 vMB 92
645,185 645,185 0000000000000000000bb24e3f98cdfe58a1be628ac17ae962ccea0687a58530 3,216 1.00/1.00 vMB 56
645,184 645,184 0000000000000000000c666b165992168678a9c0befd4f52e93ef92b144fbed7 2,813 1.00/1.00 vMB 73
645,183 645,183 000000000000000000088405a575aeaf0fd6bc070138c3b769f2aedfec006b69 2,850 1.00/1.00 vMB 50
645,182 645,182 00000000000000000004da506086985f73289267c5e5a39eb876e4117fd4923b 2,414 1.00/1.00 vMB 33
645,181 645,181 0000000000000000000497b9e04ec707ed6a4fbe2a5495feec2d954a92e2abec 2,428 1.00/1.00 vMB 63
645,180 645,180 00000000000000000006adad23e5d52bf49614e796f6dc694b13af2d7f05a32f 1,529 1.00/1.00 vMB 54
645,179 645,179 00000000000000000003fec678e0cd293f29d2919455a73c99bef43412de9b4c 2,681 1.00/1.00 vMB 58
645,178 645,178 00000000000000000001ec87384b890463079ebf7e3b08f4a7c678b03ea3354c 2,999 1.00/1.00 vMB 78
645,177 645,177 000000000000000000035d89f7d9c5599d0f5b17a7b0869044b2c493d617975d 2,864 1.00/1.00 vMB 104
645,176 645,176 0000000000000000000e86cf528decaf13053cd945ea1ea7badbf6a6ab560fe4 2,978 1.00/1.00 vMB 114
645,175 645,175 00000000000000000002b3f2fc7f602ada7ba19ce95276090c6ba0c27ece4d24 2,749 1.00/1.00 vMB 68
645,174 645,174 0000000000000000000a073b1f5dc64348d84fad64bd3078115e1a576b8c33bc 1,865 1.00/1.00 vMB 93
645,173 645,173 0000000000000000000f2162219c7ef07399e6cb2ee8db36752465b0c92645a0 2,412 1.00/1.00 vMB 111
Previous 10 blocks ↓
Total Size: 781.97 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: 648.15 GB
    • Received: 13.01 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.