Loading Tool

Explorer IconExplorer

Memory Pool

30,336 transactions
10.00 vMB
0.09469091 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 62.95/200 MB

Candidate Block

Mining Attempt afdd5b4e9a21ca67ba6fa5eea0dd90984d5c0350a442ab7bd381793c7f02a302
Version 20000000
Previous Block 00000000000000000001c618b104e0a104df01f8e65a58593a28dc152ec82756
Merkle Root 020ed1ae7301064c9688ca161da8536cb5b9d64133e3fde9aa21339de06c140d
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,487
Size: 1.00 vMB
Total Fees: 0.04675447 BTC
Avg Feerate: 2.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,042 (699,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,253 213,253 000000000000027b2e2563c3179ee1bbd883281fb27f43a81a560ab4e3597ab8 0.25 MB 723 245
213,252 213,252 000000000000038bb42055f53971cf268263916ff3e6cbb99f9d30d51e38af01 0.03 MB 49 123
213,251 213,251 00000000000000c2f560a68f1428b755c422b08dc019f10aee63aeff58d76e51 0.06 MB 115 146
213,250 213,250 00000000000001d7a6cc3ec58d8fc929e8d984b2c0333dbf0784212cd30c5f77 0.00 MB 1 0
213,249 213,249 0000000000000462103ee1e5daba3aa7c141593d261aa1204199d1f5cae8aba9 0.15 MB 342 159
213,248 213,248 000000000000040ab79881cabc4d7b0147a5351237cb2ebf31239778516322a0 0.21 MB 434 166
213,247 213,247 00000000000002f7c432c216e8c4eb0558fcbb2c9f5995523e7ae515caf8624b 0.27 MB 283 70
213,246 213,246 0000000000000018b96ed78ac6377374ae80d8aedd70bea1ae62b34ce441d0c4 0.25 MB 557 168
213,245 213,245 00000000000004148769fa508d0f852459486a90027fa0431a6ddfd9b03bdae0 0.25 MB 670 237
213,244 213,244 00000000000004c3f6345c702b1185085372a278f29c27760dca9511b3d5d650 0.26 MB 287 108
213,243 213,243 000000000000047b5fa852f3ef7c958e460663cdf7daeda3ea4dfe7afc9f6f1a 0.25 MB 857 210
213,242 213,242 000000000000042604d8a354a62167daeeb21dd51df081959ee464f606e9fbc2 0.05 MB 187 117
213,241 213,241 0000000000000124a15892d5cc92e7888aa88edcd63ddf61f6a7a8cd0ba91568 0.05 MB 168 104
213,240 213,240 00000000000004a9b7206fb172022890621e822d4d95efdf783f6cde9ab88e2e 0.25 MB 860 196
213,239 213,239 00000000000002711e96b4c88a8c60b97011068f0c644bf569a12bfa72b28a0d 0.03 MB 115 184
213,238 213,238 0000000000000306ec7610832444ba3ca359b5a7b21b16a860097219806c8c32 0.16 MB 375 206
213,237 213,237 0000000000000045875387d42187613a3ee06f849597d43b4cf815a13e0065dc 0.09 MB 169 192
213,236 213,236 0000000000000149ff5c74e025041ac25ba0a16f64b8733c0739736c6d081c35 0.04 MB 64 269
213,235 213,235 000000000000040811ff705a073713899fba906c04968dd507494a5e4041ea37 0.22 MB 597 216
213,234 213,234 00000000000000719c0ab84fb096cd649a1566a4553229722eca27f0315ae77c 0.25 MB 497 216
213,233 213,233 000000000000023f893b8c13bac555b0ac1cae7cd4e47f383de33ea4dd912e20 0.00 MB 11 30
Previous 10 blocks ↓
Total Size: 778.92 GB

Node Details:

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