Loading Tool

Explorer IconExplorer

Memory Pool

77,205 transactions
28.84 vMB
0.09794612 BTC
Random Selection Loading Transactions
Max Size: 175.00/200 MB

Candidate Block

Mining Attempt 6d5af10d827c5d96722cf0519cd7cfde2fc89b255ffca5870cf76e6a8ec2b4fa
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root a096be471015d10b6991733bd9cbd00986d043a89cf65a2e25df7ce3623dbc7e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,429
Size: 1.00 vMB
Total Fees: 0.02990789 BTC
Feerates: 180.82 > 3.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (346,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
568,433 568,433 000000000000000000183cee3b702734d7a4e6e87d614fd712d43cf5b876bf65 2,456 0.93/1.00 vMB 19
568,432 568,432 000000000000000000052d06e8c2107baa4725d555df3c08cbfd3dbe62d2fd63 150 0.06/1.00 vMB 19
568,431 568,431 0000000000000000001931a33b0757fb700e11a8e2037a4c66dbfa4efa28f8b3 1,837 0.65/1.00 vMB 19
568,430 568,430 000000000000000000189b7e5bff4de409b5f357e470881ed78ffb6c040a1ee7 153 0.07/1.00 vMB 20
568,429 568,429 000000000000000000121ec096543518aa8ae64a9f3863120ed5af2354a3d8fb 1,128 0.56/1.00 vMB 13
568,428 568,428 000000000000000000017236009355c22aef197a95c647d7d0102e356fcc3d62 1,959 0.72/1.00 vMB 17
568,427 568,427 0000000000000000002e32c40779172ffa5c6f43631dc89ea07607595d3f0749 2,160 0.97/1.00 vMB 6
568,426 568,426 00000000000000000000e053c6f7fe1012485ac6c9783f5561dca041c61ae010 2,981 1.00/1.00 vMB 7
568,425 568,425 000000000000000000055ffba6aae473b31acce64193d8a44c7ddfbc31eb82d4 2,583 1.00/1.00 vMB 34
568,424 568,424 000000000000000000009bc5c92957e5408c45ccfb03fe3e318b795b0ab0a408 2,956 1.00/1.00 vMB 20
568,423 568,423 00000000000000000019eb4a6930d5929fc77e75c7e05cad4293850e01d418f8 2,835 1.00/1.00 vMB 21
568,422 568,422 000000000000000000002c7bab32881dedd83fc9f1c9d41d7005150fd20dff90 2,774 1.00/1.00 vMB 18
568,421 568,421 00000000000000000000c2d02d33376aca7a57d2aafdc2b5c06baf729f559034 441 0.14/1.00 vMB 20
568,420 568,420 000000000000000000071b40b11a32c58d0510d338b5662d291593118d0c20e4 1,677 0.54/1.00 vMB 21
568,419 568,419 00000000000000000023411d6c81ae70286e2aeec590f0861596222dd5fbf14f 815 0.30/1.00 vMB 19
568,418 568,418 000000000000000000101d424c0fa7c56dc38f0a3bf1d39acf9eb87e9dabb6c9 565 0.18/1.00 vMB 28
568,417 568,417 0000000000000000002d90f758a743df28620bfd3187db8eba073817822effad 131 0.04/1.00 vMB 19
568,416 568,416 0000000000000000000f2536d7d9a8e056c51fd9e494dddff56dec3e26dbd2b3 2,602 0.90/1.00 vMB 20
568,415 568,415 00000000000000000006ecedcb1d03aae0c500fbccfd28777064174ec08ec909 1,742 0.60/1.00 vMB 20
568,414 568,414 00000000000000000011fd6db2d9d10f7777bcb66742729eae29da61d1e96ae8 2,497 0.92/1.00 vMB 5
568,413 568,413 00000000000000000024b7365c21fdf545d130b1d42b406bc0eb1a317cbe6c1b 2,990 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.86 GB

Node Details:

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