Loading Tool

Explorer IconExplorer

Memory Pool

52,838 transactions
30.59 vMB
0.27771778 BTC
Random Selection Loading Transactions
Max Size: 161.61/200 MB

Candidate Block

Mining Attempt 378f88be8b0e774f55db0878f47287dbb62ccabae43e30f9b1e567e1d8e2589e
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root be9fa7fa6e9332845c5e4498b7d1193a088f8919018dbb561c6d050403a3cc2d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,650
Size: 1.00 vMB
Total Fees: 0.08707539 BTC
Feerates: 229.15 > 8.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (461,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,669 453,669 00000000000000000103bb6687799c8549d0093043474c8348f7be2a01748d4a 1,862 1.00/1.00 vMB 120
453,668 453,668 000000000000000000ffcf2cfd56bf53e43f7b604007651b85b392fc8b1e98fd 1,846 1.00/1.00 vMB 91
453,667 453,667 000000000000000001d924d2d215bc383c27bc3340b02770fc23841e29d6df0d 799 1.00/1.00 vMB 21
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
Previous 10 blocks ↓
Total Size: 781.87 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: 644.23 GB
    • Received: 12.61 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.