Loading Tool

Explorer IconExplorer

Memory Pool

45,670 transactions
29.05 vMB
0.13909768 BTC
Random Selection Loading Transactions
Max Size: 151.35/200 MB

Candidate Block

Mining Attempt 69603c55eb2191dcb787a419eeb817137317f0e754d7613953fa2932ddd69a49
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root 23db7f21dc95e41c38031014089f3f5698cf9a39884e7721492877deb1165552
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,827
Size: 1.00 vMB
Total Fees: 0.04194800 BTC
Feerates: 150.75 > 4.20 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (461,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,670 453,670 00000000000000000179bbe710d7f588cf43d05fdd4e2ee8b885bc7613a0bc50 1,055 1.00/1.00 vMB 56
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
Previous 10 blocks ↓
Total Size: 781.88 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: 645.03 GB
    • Received: 12.65 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.