Loading Tool

Explorer IconExplorer

Memory Pool

34,149 transactions
25.72 vMB
0.06038999 BTC
Random Selection Loading Transactions
Max Size: 130.07/200 MB

Candidate Block

Mining Attempt aea35039a05045640beebcdb062b8c218db2634af2b782ae64a74cbe000fb358
Version 20000000
Previous Block 000000000000000000014e991e8aa753e1b625e161a4bdb8c1cfdc7e9d23705f
Merkle Root 2d74d2a7289a1764e3f8ace15f7f8c6782a872832dfe8667f1027d076f48272f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,031
Size: 1.00 vMB
Total Fees: 0.01252962 BTC
Feerates: 74.70 > 1.26 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,696 (461,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,666 453,666 0000000000000000004a8769e7ac2235e554bd4713763c9d9e1f0f850f689cae 2,133 1.00/1.00 vMB 107
453,665 453,665 00000000000000000130fac66f1b983b0454748fc1e2e014d1e4316d004246c1 2,045 1.00/1.00 vMB 113
453,664 453,664 00000000000000000100d01290f9e257080c37402ba315b0c9ae233c1dbc6e19 1,647 1.00/1.00 vMB 103
453,663 453,663 000000000000000000f555e793efaadda49322a5ee6644510af5af1622510633 2,389 1.00/1.00 vMB 70
453,662 453,662 000000000000000000005f23fde82df82eb6c5e246ac1bd1c426f9af29a9969b 1,956 1.00/1.00 vMB 104
453,661 453,661 00000000000000000179c4b6f269073fcc1f03052669782837464ec68e3113ad 2,011 1.00/1.00 vMB 129
453,660 453,660 0000000000000000011a3885b3a761c41e0d088d547a239a68cd432824f49af7 1,918 1.00/1.00 vMB 111
453,659 453,659 00000000000000000055b3c53cc22aa4a74d167b3e7ee362e1dc9de5ce6e5516 1,969 1.00/1.00 vMB 66
453,658 453,658 0000000000000000007f4e50236c64338b1451a450c65cfdbd78cda31f206764 2,129 1.00/1.00 vMB 93
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
Previous 10 blocks ↓
Total Size: 781.85 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: 638.63 GB
    • Received: 12.49 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.