Loading Tool

Explorer IconExplorer

Memory Pool

25,836 transactions
10.98 vMB
0.02735345 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 62.37/200 MB

Candidate Block

Mining Attempt 732cd117b85535f96c6875df87e99d0dd29f136612450c252299d82487c774ce
Version 20000000
Previous Block 00000000000000000000c77be48452bb25f0dd2b745c8e738aabebe40d3c9e3f
Merkle Root 2dfe9b20e55f1e4c983316ed8282591992cfd57dac33b4c5064307b6573a5091
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,996
Size: 1.00 vMB
Total Fees: 0.00906511 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,511 (775,118 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
138,393 138,393 00000000000000afdf9166363d2c1bbde8a477a6e6d822dbf69141e76c57426a 59 0.05 vMB 138
138,392 138,392 000000000000026e570e1d60fe9bd3c1b23413ac591c3e35d99d3d45319b90a5 12 0.01 vMB 444
138,391 138,391 00000000000007910b3cada67a03a20951038f438c123731664679960fae5603 55 0.01 vMB 285
138,390 138,390 0000000000000455cc6549caa687a708fa86ee9805f388c18383cbde5096d221 88 0.03 vMB 111
138,389 138,389 0000000000000299a9762d184e0694f30cbccaab8a639a524026af54be46504f 19 0.01 vMB 72
138,388 138,388 000000000000032dd74b39b21c7cf87bd86fc6be7bf5a4bcf2783202bd14d3b4 47 0.02 vMB 120
138,387 138,387 00000000000003129c26c92d4ea3f24546f4ace40da29a75083108bfb30bcff1 12 0.00 vMB 16
138,386 138,386 000000000000032d2bb82cc52579a6bf28677c4db9ef8b36639f48b9bef86f7f 51 0.03 vMB 301
138,385 138,385 00000000000008037b59b5b10e5ba50857cf64c9e83d51e9781236429270a55a 27 0.01 vMB 37
138,384 138,384 00000000000007974dafbf2c9597049ab4cf44cbf7d425d851af58e52517612e 29 0.01 vMB 381
138,383 138,383 0000000000000053a0b776431186d5e031a57a4ce380afc7560ed8e1ab3ba679 85 0.03 vMB 143
138,382 138,382 000000000000090e5f40bcb2250fc5dfb4a6c883026181be85645c7429a41fca 40 0.04 vMB 181
138,381 138,381 000000000000069a5c41dea19152eed5037d192140a460149b5bdd2d8fa42161 74 0.03 vMB 184
138,380 138,380 00000000000009340306d594f9167304639ca303a67c448b02fcc4fb822d055c 9 0.01 vMB 57
138,379 138,379 0000000000000834ad32abb36c241b60910f08447b4c6a2b0b42102959c1cdf7 21 0.01 vMB 332
138,378 138,378 000000000000057451a642ac7acdaddddaf96efebfc14aac83f224859662ec05 8 0.00 vMB 542
138,377 138,377 0000000000000053a550d5e647c01195db5fb4cfb4a9413144157260ec584e85 22 0.01 vMB 59
138,376 138,376 000000000000015b5cceb4ac481c081b4d600a82bdedaef010637e32e186b785 17 0.02 vMB 346
138,375 138,375 00000000000001e3085152955178e3ef4c62b25bde348c92018e8f90aca4bb98 75 0.02 vMB 36
138,374 138,374 00000000000000e74452bd7e32c27c55eb19c90c6a4e4605cd4a30abb8783b32 46 0.02 vMB 349
138,373 138,373 00000000000005039f6bf5c66372506309fe775589860f9cdaf374ad2462c457 12 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.75 GB

Node Details:

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