Loading Tool

Explorer IconExplorer

Memory Pool

85,740 transactions
31.89 vMB
0.11873584 BTC
Random Selection Loading Transactions
Max Size: 193.04/200 MB

Candidate Block

Mining Attempt a2bdda71c9557c6528269c5b337e80add15fd62ba84b90186c90ad2abc56bd56
Version 20000000
Previous Block 00000000000000000001707a930fd9ef259bc17945e78e278099f3467b752fd0
Merkle Root 2f4755ed0d427a2a829512a46899d2b8da53c6053fccb3f731bb42402cc0a6fb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,210
Size: 1.00 vMB
Total Fees: 0.03490618 BTC
Feerates: 198.70 > 3.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,955 (176,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
738,602 738,602 000000000000000000025ea8c11533521facd66202eb0307b78ebfaa5bac5c70 1,138 0.45/1.00 vMB 8
738,601 738,601 000000000000000000093b744d3633da7a4c07e8f85c3939d01b164c6646f9db 1,836 1.00/1.00 vMB 6
738,600 738,600 00000000000000000001e6750b94cd34f8c0de871b28c78e1c10c045f3a63571 2,122 1.00/1.00 vMB 5
738,599 738,599 000000000000000000037d9013d1148454d67d9a793960b134ac2bb91617b0cb 3,132 1.00/1.00 vMB 7
738,598 738,598 00000000000000000006559371632a6f7cbdcff5b4609e4bc6ceb742818a3828 2,893 1.00/1.00 vMB 11
738,597 738,597 000000000000000000040d839d2452a3634c0f87f0f4405d3846ef5752deb4eb 2,510 1.00/1.00 vMB 15
738,596 738,596 0000000000000000000741234be80b30401ebb1efa4046124e95677a32aedde0 1,825 1.00/1.00 vMB 14
738,595 738,595 00000000000000000001fd4eedddce08b3a91dc18c201d7a70eb0fd2752b51b7 1,809 1.00/1.00 vMB 15
738,594 738,594 00000000000000000001bfb552a3897fa135124a06b8e42ec7af8bf55722bb0d 2,932 1.00/1.00 vMB 18
738,593 738,593 000000000000000000012e3bb166b9a75ee5a2ab80798ecdfa4dacc9cf6af762 2,669 1.00/1.00 vMB 7
738,592 738,592 0000000000000000000284d065032e7fb58f9a47fb900336f594287a1d3e1b30 2,776 1.00/1.00 vMB 17
738,591 738,591 00000000000000000004d3a27cca88de65236483ae19090ca88a4663f3736d5e 935 0.94/1.00 vMB 1
738,590 738,590 00000000000000000006fae205b6bc2b4fb7458e0ea23f51e6fa74ccb3ea6c7c 3,097 1.00/1.00 vMB 7
738,589 738,589 00000000000000000003f301dbf5864497ed99a9a92b2d3bdd4ee4df3a07a153 2,187 1.00/1.00 vMB 23
738,588 738,588 000000000000000000084d9be2a16c230185f13e7de6b5ddf237ca1846cf00db 45 0.02/1.00 vMB 10
738,587 738,587 0000000000000000000850d7fabbf08a3d6dbeb992037ef736f49ada3f4a8440 717 0.63/1.00 vMB 1
738,586 738,586 000000000000000000031d7b055d88cb2e36cec615189b5c0833d2a719d8748f 1,583 1.00/1.00 vMB 3
738,585 738,585 000000000000000000025d0fa4f49d91c2a59aa413f331dd5c827d13e65be14f 2,193 1.00/1.00 vMB 10
738,584 738,584 000000000000000000076057d13c60ef66c2b9bebe30ba761f0362448b457865 1,851 1.00/1.00 vMB 7
738,583 738,583 00000000000000000003c1ed8df36a34685f2ce761d132e515f9d5e8988d76d1 1,315 1.00/1.00 vMB 15
738,582 738,582 00000000000000000004dbbe3b9bc2419ba1662cc073a0ad87ea6273ca3289da 1,426 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.31 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: 660.21 GB
    • Received: 14.63 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.