Loading Tool

Explorer IconExplorer

Memory Pool

42,432 transactions
30.58 vMB
0.08671999 BTC
Random Selection Loading Transactions
Max Size: 155.30/200 MB

Candidate Block

Mining Attempt 6c82e758a506870a79d6f987474b8a80ae53cf64b411275c9e1007cb30b64752
Version 20000000
Previous Block 000000000000000000004c69749ef03c69351fa50c92974a703cd7bcb800c524
Merkle Root d98b1ced9303b94dd9018a442e664ed2b6545ff02e797e67c1f20f11feabf38d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,947
Size: 1.00 vMB
Total Fees: 0.02550090 BTC
Feerates: 150.93 > 2.56 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,445 (799,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
115,413 115,413 000000000000d9c1adefe2497731be7efabeb3cf7c594ae0f9f900cbf77edbb2 6 0.00/1.00 vMB 607
115,412 115,412 0000000000007020f7867e0063cd603c5e665c5b3792bd27abac3424a71d90ca 6 0.00/1.00 vMB 1,179
115,411 115,411 0000000000005dbdd043b2e9910d2e9e6e3af7546425a006dab75aa9d5f0de29 8 0.00/1.00 vMB 1,584
115,410 115,410 000000000000cba67c3a5b1cf2a0e99d8f32c52a20442a81cb09a1047c5ea9cb 328 0.09/1.00 vMB 11
115,409 115,409 000000000000ac22e236e6070fad0c196dda8eceea6f24011e52378ed1ec2cd6 18 0.01/1.00 vMB 356
115,408 115,408 00000000000026efde97dafcb2cd4ae1498cd1c26905fdd8b703e343e30128b9 10 0.00/1.00 vMB 723
115,407 115,407 0000000000008b810229805d70baefa81fe523bdfa3c1a735a7b749da4f56f0f 8 0.01/1.00 vMB 87
115,406 115,406 000000000000713bdaad478441b25aa21b0295aefb9c8df5786ab3669d7c99c8 11 0.00/1.00 vMB 0
115,405 115,405 000000000000a3dcaf73a3d2317179c503a1531174557c0ff38d4c23dfe2e3ce 11 0.00/1.00 vMB 0
115,404 115,404 000000000000ef3b5224ff75eb7deaaeedf4a7d841e2c225e58ffdcdc8c4444c 10 0.00/1.00 vMB 672
115,403 115,403 0000000000007a61850ee027b171817074f6d523449826ce4e21ea8bf728d2e6 12 0.00/1.00 vMB 0
115,402 115,402 000000000000e62af595d0ddb9ce0df8a68dd1451d78d5420034247a5973f8c9 9 0.00/1.00 vMB 0
115,401 115,401 00000000000037b268a9dfcc2a6f1e8e5b00b6339285c4dfeba28db0dcc68206 10 0.00/1.00 vMB 0
115,400 115,400 00000000000058b47d2d8fd306883a1f5ae16b6205276acd26e64a3ee273fa6c 9 0.00/1.00 vMB 601
115,399 115,399 0000000000006f07bd6913654064c2b5a4ed1881d348cd028335abb39ec76929 11 0.00/1.00 vMB 698
115,398 115,398 000000000000e9bb3547aa45c8af5c958e7494fdcb9994bd4958f27de478d15e 2 0.00/1.00 vMB 5,208
115,397 115,397 0000000000000faf762e853aada4f9ac78bbf48c5189a062e347beb7b872e7f0 11 0.00/1.00 vMB 723
115,396 115,396 0000000000008389b9d9e859c63dfe16bb1d6c7db933561479313fe0c7894199 10 0.00/1.00 vMB 296
115,395 115,395 000000000000a86df625de8cd6b7d9418b5bf889547c5f900c1ff39a0033dbee 27 0.01/1.00 vMB 624
115,394 115,394 0000000000004f3b383b0ef6052ef77429affb41f2335a5995a317747b8ba4a4 4 0.00/1.00 vMB 0
115,393 115,393 000000000000cbc76677bd41928d01e7a54c7dd8c7650d3088b2fded4f8026ac 8 0.00/1.00 vMB 627
Previous 10 blocks ↓
Total Size: 781.39 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: 603.11 GB
    • Received: 10.50 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.