Loading Tool

Explorer IconExplorer

Memory Pool

40,758 transactions
20.51 vMB
0.07255592 BTC
Random Selection Loading Transactions
Max Size: 113.83/200 MB

Candidate Block

Mining Attempt b286c57e4cec33b2adc8017f472c8f6b1db4cbe10fc66088b6723166d8799bc2
Version 20000000
Previous Block 000000000000000000019390e9f7fdb6974b1472ff654ca5a1470c9ec5e922ad
Merkle Root 84f5d75d19a202d0b40a90da2d279a96604a13249edc1036eaabbdf00f75283e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,728
Size: 1.00 vMB
Total Fees: 0.02472343 BTC
Feerates: 200.92 > 2.48 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,885 (1,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
912,431 912,431 000000000000000000021e7152e3b60ddc308d34289c4d8aab077d76be3476cb 2,363 0.84/1.00 vMB 2
912,430 912,430 000000000000000000018405f44cb7ab27f4e3b19e7bfae20ca29832c61cad6d 4,911 1.00/1.00 vMB 0
912,429 912,429 00000000000000000001ce88257a078699aaca5f52e7e9a2d1f8249af1703c8e 1,638 1.00/1.00 vMB 1
912,428 912,428 000000000000000000013443f926b1075afd32f5ca17221f4f2e830204e0fd0b 3,395 1.00/1.00 vMB 2
912,427 912,427 0000000000000000000199f582a30dcdd61f8511e228db4c9f9c92dfe20cc227 3,349 1.00/1.00 vMB 4
912,426 912,426 0000000000000000000057e6df7e49c9ed343c6fb7487a0834ca3790c3e437b0 3,865 1.00/1.00 vMB 3
912,425 912,425 000000000000000000018530ba5a04b5fb5e6203647af25f3d57a0a449b9f55b 3,618 1.00/1.00 vMB 4
912,424 912,424 0000000000000000000220e7c70e98d43a690645127495208405e0d23706cbf9 4,556 1.00/1.00 vMB 1
912,423 912,423 00000000000000000000340f1a88624dd9658c335bb8ae102a5455a713bc71a6 5,894 1.00/1.00 vMB 0
912,422 912,422 00000000000000000000de2b7d81b2cd4427a1205dbb6505ac1bf96c4cc38849 6,341 1.00/1.00 vMB 0
912,421 912,421 0000000000000000000126b04866243fadb817b3bd9c5e50b945274c1d532eb8 4,283 1.00/1.00 vMB 1
912,420 912,420 00000000000000000000183f5135e891c29280b487ab6a9be8da609559df649e 292 0.08/1.00 vMB 2
912,419 912,419 0000000000000000000134c8e4154b1e06a2fdb2ecb233e09525572e5448ae34 848 0.37/1.00 vMB 3
912,418 912,418 000000000000000000008651d3eafb90d6dea5bff013a4108342ccc855171662 4,586 1.00/1.00 vMB 0
912,417 912,417 00000000000000000000beeeb1ee7d9d5042410f7f2b358c1cf921ccb57ed137 2,895 1.00/1.00 vMB 2
912,416 912,416 00000000000000000001c2107eb56fedfedf8875b7e1bd54f9d46f941591555a 23 0.00/1.00 vMB 2
912,415 912,415 000000000000000000016a5c4661718f571b7681feddc16551fa50ad445f5e50 6,902 1.00/1.00 vMB 0
912,414 912,414 00000000000000000000b7561c815388b9bfa2cfceb2f44518024861e55161b6 4,198 1.00/1.00 vMB 1
912,413 912,413 00000000000000000000eaa23a11e708435dab4c8e4057f41c5b42ce8af0b3cc 4,357 1.00/1.00 vMB 0
912,412 912,412 00000000000000000001f2835722eedfa1b01c89895bd8cf79012521ae65c1d6 3,257 1.00/1.00 vMB 3
912,411 912,411 00000000000000000000285ad6f43f3680287bf7ab055e59b042e9493556fe73 4,001 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.40 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: 525.66 GB
    • Received: 5.23 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.