Loading Tool

Explorer IconExplorer

Memory Pool

37,133 transactions
34.39 vMB
0.10213232 BTC
Random Selection Loading Transactions
Max Size: 167.31/200 MB

Candidate Block

Mining Attempt 97b6a2d757e9ae25a727b89f22df19e0325e788b5490eb3317ed896cd5f2906d
Version 20000000
Previous Block 00000000000000000000541a218fa33c128bd54ce07f3bbff46be6b47fa185e7
Merkle Root c5eb7a25d1821f28731d3b1e406429306fea780b51a61b0c14824a2ac665412a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,029
Size: 1.00 vMB
Total Fees: 0.02917415 BTC
Feerates: 265.25 > 2.92 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,316 (809,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
104,576 104,576 000000000000386ee5c7850321cf918832c5e263a724ade4fbc263df51194294 1 0.00/1.00 vMB 0
104,575 104,575 0000000000037daf4fb6f83aed26a3c866115877203e59778653943e1b53c48c 1 0.00/1.00 vMB 0
104,574 104,574 000000000002df081139b2e4aba2a8e4cd583fa3573be9871c36325cace5dfdf 3 0.00/1.00 vMB 0
104,573 104,573 00000000000129df9112314d18a4334690cfe54893283acbc2e84072fa80dfd0 1 0.00/1.00 vMB 0
104,572 104,572 0000000000030ec7aa4824db7f8bbb5de5ab2dde3df2b45f790e57eeadf2681a 10 0.00/1.00 vMB 395
104,571 104,571 00000000000020100047713ac5a1a790c8f49392e137df4b6d5da09e233f5111 20 0.00/1.00 vMB 0
104,570 104,570 000000000001f3b45280f59d8e14bd9408476f3695a83e8d78df72d111d32aad 6 0.00/1.00 vMB 0
104,569 104,569 0000000000038af451802086d0c747218fedbbcf70f0318c51a1eccb1362407f 2 0.00/1.00 vMB 0
104,568 104,568 000000000000a5864b2a87ed2c3196d280beacb0e668507a84f2617953c49eb8 6 0.00/1.00 vMB 0
104,567 104,567 0000000000009c9f2ac8df57b308dda2e2132d520643ea52b4ccef2e55ded07f 2 0.00/1.00 vMB 0
104,566 104,566 000000000001ca515c9ebe1003d31a10231a1f79fa918a50513ab04f55cfcc6e 12 0.00/1.00 vMB 0
104,565 104,565 000000000001b3ec8f1eb576b05ea1eaabee83328a57083d518d625607c5d7a2 19 0.01/1.00 vMB 0
104,564 104,564 000000000002e07afe1b0abacdbeeea0f1651fb13a7a3340e6f2933c677ce130 4 0.00/1.00 vMB 0
104,563 104,563 000000000000def9da5b2d36b4733dd5a74c552c69a92d560ff6375e2e66629e 5 0.00/1.00 vMB 0
104,562 104,562 000000000000c99357b06723fe2e89d0b80902c31e78c95724c0579520cb1fea 5 0.00/1.00 vMB 0
104,561 104,561 00000000000164f18629ecc8bb86046f533d18391b5287e6a5b800aed411b79e 1 0.00/1.00 vMB 0
104,560 104,560 000000000003229544e8ee13db9d9d86f0a0dfd782858ed0e1ca3fe59ba3f4dc 3 0.00/1.00 vMB 0
104,559 104,559 00000000000071723977976c6af6bc9d5b1e42c3c3e14a5651491d75892ba083 7 0.00/1.00 vMB 0
104,558 104,558 0000000000024d7dc320240ffe0420a3fd762fc265a90f96899c8374262c006d 2 0.00/1.00 vMB 0
104,557 104,557 00000000000036af38f6d866805e970f2b57cd8d8b23c3caf42de2262d1d640a 8 0.00/1.00 vMB 0
104,556 104,556 00000000000386d38fae416025763afbb67b0c66d9a2d1df90512799b5bb2e1e 20 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.16 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: 581.76 GB
    • Received: 9.23 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.