Loading Tool

Explorer IconExplorer

Memory Pool

80,440 transactions
29.79 vMB
0.07465218 BTC
Random Selection Loading Transactions
Max Size: 179.52/200 MB

Candidate Block

Mining Attempt 662f23d3fb4cb783ae545101f48cec2e310c2b6b8a8bf44d1ceb6ba26b090997
Version 20000000
Previous Block 0000000000000000000115431274d076f8aa22965479bdc44a0f8d6a1664cabe
Merkle Root 7e5232d1ea23bf123eb5193ebf0ebbc47aa61374832f95d2f88696fa85f3bc0d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,476
Size: 1.00 vMB
Total Fees: 0.01400261 BTC
Feerates: 147.04 > 1.40 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,983 (390,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
523,999 523,999 0000000000000000003f9b5d372cce4b117bb7a8e24a9f094d8a395276fc59ef 2,331 1.00/1.00 vMB 41
523,998 523,998 00000000000000000025727c46a06d982260e0ee2801be77aa3093d9dd152c08 2,120 0.85/1.00 vMB 24
523,997 523,997 0000000000000000002720b17674ce908063265a723589d81a43b5286c0d8afe 1,536 0.56/1.00 vMB 44
523,996 523,996 000000000000000000043908a5aa0e408aa4e48d72a3bd244b6bd98dfd345b2c 980 0.42/1.00 vMB 26
523,995 523,995 000000000000000000258d33026e5c2a93b8493769f4353d95eab1abd8b8c10a 2,042 1.00/1.00 vMB 40
523,994 523,994 00000000000000000041e5a2c0e3a263874c5bfa6d4971e507a3fe5d080321d6 1,869 0.97/1.00 vMB 5
523,993 523,993 00000000000000000030de5a2dde534f52cb5db7a6fe5028ecf3d20572d53635 2,744 1.00/1.00 vMB 49
523,992 523,992 00000000000000000003da1674aa4e0cd0d1507048da5c178cd656511a890785 2,487 1.00/1.00 vMB 46
523,991 523,991 00000000000000000022ef2f8db2f9e46725878ab00a9d38945d55fff61b209d 1,206 0.50/1.00 vMB 32
523,990 523,990 0000000000000000002d11443d13bf34e7c1e4dab95d45360998ef5a0b68c38b 983 0.66/1.00 vMB 3
523,989 523,989 00000000000000000041f94fdf0f4fe1d5a486dfe65b47bf5960020c2f1de3b2 2,325 1.00/1.00 vMB 45
523,988 523,988 0000000000000000003882bb3554816a68ee175057c58fa7c03bc1a1eedb0e3c 1,116 0.55/1.00 vMB 19
523,987 523,987 0000000000000000002c5784bb6a0d1edf3ffa4c40ce34e45ab24ee46f162037 1,688 1.00/1.00 vMB 15
523,986 523,986 00000000000000000014584e8148b01f4470b8f4a57bc1c0d7080f0daefec704 2,325 1.00/1.00 vMB 42
523,985 523,985 00000000000000000021388cb6cb63d61103a9e864118ce76ef46ee188cf363a 145 0.26/1.00 vMB 7
523,984 523,984 00000000000000000029733e20a3408a9855461b9363b7317d711ff0bc2ad365 618 1.00/1.00 vMB 1
523,983 523,983 0000000000000000003cc0bcf9b23d436e4f1612606a45cf677550ed93386bcb 1,681 1.00/1.00 vMB 21
523,982 523,982 000000000000000000195b1c4934bbbb6fe4ca9b0692644f9ac1bc3d84643703 1,858 1.00/1.00 vMB 30
523,981 523,981 00000000000000000007be9ab9afb28af05334078e24eeb5391767301d332f6f 2,475 1.00/1.00 vMB 42
523,980 523,980 0000000000000000002840f929ca9b2be24e4cf7f30191ed19f83f467955f3f1 830 0.59/1.00 vMB 34
523,979 523,979 00000000000000000032a529a9873490b2a6319566351cb00d4616cdf3bf1015 336 0.18/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.36 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: 662.89 GB
    • Received: 14.88 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.