Loading Tool

Explorer IconExplorer

Memory Pool

28,302 transactions
17.63 vMB
0.03648117 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 92.75/200 MB

Candidate Block

Mining Attempt 8941af2a4d47f994b7c976e2540315e8762777050b7cc87432cd2ec3627dd8de
Version 20000000
Previous Block 00000000000000000002005deae319b86dc5a121cbd8d6ed9bf47e992498e178
Merkle Root 950104efb80be21565c728f377d58d31b137730ece628c8c0fbf1f0cd7c8cde6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,229
Size: 0.99787725 1.00 vMB
Total Fees: 0.00412522 BTC
Feerates: 40.21 > 0.41 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,869 (695,232 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
218,637 218,637 00000000000004bbe9986d0b81950635d4385a73758fb19ab9bd99805c5315c4 717 0.25/1.00 vMB 228
218,636 218,636 00000000000000f8edcf0078e4890c577e397a3d552ca4cbac2e67a8abb2acfe 420 0.19/1.00 vMB 183
218,635 218,635 000000000000017297b68eab41dd78c2435d8a0eb4f8d10afd641e7ceac76ab0 544 0.26/1.00 vMB 209
218,634 218,634 00000000000003ec1f235315817cd3e2eab6b80e62182704fd01cc30386235dc 32 0.02/1.00 vMB 178
218,633 218,633 00000000000000875474a2422867aad653e1c43f37198320714bc863edb5d74f 294 0.20/1.00 vMB 151
218,632 218,632 00000000000000199345295ad29593492f5a38a341fcd25798815f9cb3196524 100 0.04/1.00 vMB 46
218,631 218,631 000000000000002cf0ddcd3447ed4e3908b106e8665677830b0f7cce303c2588 556 0.25/1.00 vMB 195
218,630 218,630 000000000000048f6d2f8ad052f616ce4282d85ee18a61bcd1c0cb7fa8e61df4 61 0.02/1.00 vMB 84
218,629 218,629 00000000000000a5a67ca8284de5b46a985cc7b2a9d8515f49a95d7d481ace6a 487 0.21/1.00 vMB 209
218,628 218,628 00000000000003e66e2030b0ebc02cc6c79b724137dfb0c86408162af135ae73 474 0.21/1.00 vMB 149
218,627 218,627 0000000000000510d3ec84870a8776e828b4991f5f5057634232123100820b62 536 0.25/1.00 vMB 180
218,626 218,626 000000000000024e7165f2980e4858577ed71fb4b8f86646f7db0b0dd5afd5cf 578 0.45/1.00 vMB 133
218,625 218,625 000000000000010d22af4a13647d7475cb3b821bbc3c3cd8c4fe901ba449fe15 557 0.25/1.00 vMB 255
218,624 218,624 0000000000000345cd63d8b9b083ae7a56aa07f332efd44572a7a81cfc911897 470 0.20/1.00 vMB 243
218,623 218,623 0000000000000106797140c09e7b7fbcca1f5bddb531b0aecb6f9154a421f691 675 0.25/1.00 vMB 226
218,622 218,622 000000000000045fd2d80b8b5f113bedcb883b005ab444926bd299c14d05b116 183 0.06/1.00 vMB 55
218,621 218,621 000000000000005fb0086c82fc4dd23b8776a1e56b82ea73b36996990a7bac10 651 0.25/1.00 vMB 322
218,620 218,620 00000000000004dd51089bf68d3fca9db63dff05785f32b2b9970446bb63ca62 383 0.17/1.00 vMB 209
218,619 218,619 000000000000053224d1021f94719887bdf6ad03f61804d34d2584c57c5f0ea2 239 0.14/1.00 vMB 147
218,618 218,618 0000000000000092a7806b3a4edc030d789b403edb3d493435026a709657d379 104 0.04/1.00 vMB 183
218,617 218,617 00000000000005672d24e5d8abd7bda4a8716237d703f5c61de88f0839c74945 446 0.21/1.00 vMB 175
Previous 10 blocks ↓
Total Size: 780.38 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 524.09 GB
    • Received: 5.03 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.