Loading Tool

Explorer IconExplorer

Memory Pool

18,783 transactions
10.07 vMB
0.02580253 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.89/200 MB

Candidate Block

Mining Attempt bd9584ac7db4b98cd2751d9e0b467590a26d67c27732ca96ce1c7f7de86446e1
Version 20000000
Previous Block 000000000000000000001b0b9bba896b3a0a29c737d37d5b02c01e95962df631
Merkle Root d07bffd6deaa2a13c245361fa3172417ecb37392cc172ed3f5e64cb17e02a1b7
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,845
Size: 1.00 vMB
Total Fees: 0.00963678 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,545 (656,356 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
257,189 257,189 000000000000000f569bdd0082e8ca9d7ed0a0e4f8230f22114844fd86cf901c 620 0.25 vMB 157
257,188 257,188 000000000000001e0f8b113f73d612d1332afb7923e9f3d8f5af5c4358e70dea 54 0.02 vMB 62
257,187 257,187 00000000000000110183cfd8512488c8e77d2f5ef4c0fc562eac50ad5577709d 235 0.16 vMB 64
257,186 257,186 000000000000001b2ce5c785e2ccd747c5e760a52516a285aaf48452a24087e5 437 0.17 vMB 116
257,185 257,185 0000000000000000b1c8a0d1bc754c1fba0dfb3cc29acf3a8d0b698dc5e333b7 179 0.11 vMB 94
257,184 257,184 000000000000002aa32cce3bf751712cb0018bb9ea4410b72f60b660b93e3409 404 0.15 vMB 110
257,183 257,183 000000000000002746623df700de5396cd57472f28625b6b226bf6257dafd19d 107 0.05 vMB 78
257,182 257,182 000000000000001910f7119f60f0a7cd12c948ba7961f212a87f8fe1384be255 26 0.01 vMB 168
257,181 257,181 000000000000002bf094c351391ea5e16562acceecee43a8ddaa6402a394c945 118 0.05 vMB 141
257,180 257,180 000000000000001c67fd949c1e30f024d3525ddead7f4288d1acc9606e44e129 91 0.12 vMB 79
257,179 257,179 000000000000001bf4cab4f57d6fe65ecc1493aeb3146270a0decba8b15e68c5 421 0.25 vMB 110
257,178 257,178 000000000000000a74708997e0f253a4666874c688585dac7967620edbf97fa4 106 0.05 vMB 121
257,177 257,177 0000000000000011f5c08d0640b939107e38ddbddd0b8ee99ddc2b275d38c150 679 0.25 vMB 156
257,176 257,176 000000000000000856bbfe3c6de3a3990ae592f51a73d7bc688231312c65c5e0 382 0.15 vMB 127
257,175 257,175 00000000000000310cd734c8c5d8d9955a80f59f77410a471ef8a7d430ea25e7 528 0.24 vMB 107
257,174 257,174 000000000000002be81db837f817c019177d0523e2732072a54e6cdaff09a4e0 290 0.12 vMB 151
257,173 257,173 0000000000000014e419bf53b0a00069aa1d1eafe5ebe994468eefd99fa1081e 11 0.01 vMB 102
257,172 257,172 0000000000000020e8cfe4f8e163d261a7189b9e372837c4fef38ceda47ac6b8 142 0.07 vMB 123
257,171 257,171 0000000000000016f2a5b908a46b31dea5a0bdfdcd87c64bd65ec9cf1857ca05 178 0.09 vMB 122
257,170 257,170 00000000000000010f56f1bbbceb28581f560d4d450ea4236bc33500505fff2b 87 0.05 vMB 61
257,169 257,169 0000000000000016a0be053f4b0efcb73c4f4a793bbfd5c75005fc3dd7c9dcae 207 0.16 vMB 82
Previous 10 blocks ↓
Total Size: 779.81 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: 410.07 GB
    • Received: 2.17 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.