Loading Tool

Explorer IconExplorer

Memory Pool

32,417 transactions
25.04 vMB
0.05027914 BTC
Random Selection Loading Transactions
Max Size: 126.51/200 MB

Candidate Block

Mining Attempt 90c6630ac22fe79ac8cd8e821242193a6893b8320bf05af63da4b57fdd1e5f4c
Version 20000000
Previous Block 00000000000000000000fcced78716f3937ddf6728d5c4389f66f810a621bd37
Merkle Root f325eed856d9365db67171c7b6321e56559887fa31d4bcfcd21418e1862a07fd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,797
Size: 1.00 vMB
Total Fees: 0.00535095 BTC
Feerates: 100.21 > 0.54 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,685 (461,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,657 453,657 00000000000000000092ca28713cb9605db5962f84dd78ac8978616a6bb77104 3,386 1.00/1.00 vMB 67
453,656 453,656 000000000000000000feda47f336cc2316768be298d441fa5f085454a71a346e 2,272 1.00/1.00 vMB 84
453,655 453,655 000000000000000002598406b8da094fef5c0a24a1a1b3bb50a0d40af15bde41 2,292 1.00/1.00 vMB 96
453,654 453,654 0000000000000000025d0a8724b48e0a75023734a3f443d20b9a3c4a2dae87b5 1,620 1.00/1.00 vMB 92
453,653 453,653 0000000000000000019295f5d9e33b4682c4137a118abe23469f094ae6aedce3 2,022 1.00/1.00 vMB 108
453,652 453,652 00000000000000000095c1f890327f54086e0a29d0075a9b632a27ef23d8141e 1,907 1.00/1.00 vMB 98
453,651 453,651 0000000000000000007af86ba9e371315bdd0a510888b38868ff9ddaa49543c0 2,220 1.00/1.00 vMB 134
453,650 453,650 000000000000000001571a2a04f93a2dfa77202f9ea3f13a201b5fc32696b0bb 2,447 1.00/1.00 vMB 123
453,649 453,649 00000000000000000033777490f3509a30e118d281474574c63b48d98a292e2f 1,849 1.00/1.00 vMB 171
453,648 453,648 000000000000000000c2c81b5fe60e959f1f4de0077d732f358805ae332e2e56 1,843 1.00/1.00 vMB 156
453,647 453,647 00000000000000000130ee27f2a5d35716b6f861a0f227686e14ab91fb29ca2d 1,665 1.00/1.00 vMB 182
453,646 453,646 000000000000000000c9d4adc0e7765a42372eb10851fd55474e1c99e45bc91a 2,581 1.00/1.00 vMB 147
453,645 453,645 000000000000000000be77e062d40a90dc874a232116d0cee300c215130f8eea 2,081 1.00/1.00 vMB 77
453,644 453,644 00000000000000000004596e35d982e9c80bea877cec3079afe9588f1b5295a5 2,521 1.00/1.00 vMB 70
453,643 453,643 0000000000000000019617775f38c74d85f6a4089dbb42125b5631eac9822038 2,442 1.00/1.00 vMB 105
453,642 453,642 00000000000000000135eb1dc11f829b6932b33274d3575c5b52f0c6e78069b6 1,666 1.00/1.00 vMB 91
453,641 453,641 000000000000000002511f360def03bda8929a7367c86593871524d665ad5bd3 1,631 1.00/1.00 vMB 107
453,640 453,640 00000000000000000054e364b491293d346122fad78d5c1474dd883291d2ab8a 1,920 1.00/1.00 vMB 102
453,639 453,639 000000000000000001593f63a2ac07a81ebfad8fc2da961f63e77866c87a883a 1,851 1.00/1.00 vMB 138
453,638 453,638 000000000000000001e189888cd5db2ad47d60c61df3397cfd85bdc6d9e8db1d 1,661 1.00/1.00 vMB 123
453,637 453,637 00000000000000000137e2ab7423d38d7847ec8f5d4ac859f66249b94b443d44 2,083 1.00/1.00 vMB 143
Previous 10 blocks ↓
Total Size: 781.83 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: 637.08 GB
    • Received: 12.40 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.