Loading Tool

Explorer IconExplorer

Memory Pool

79,328 transactions
29.52 vMB
0.08475618 BTC
Random Selection Loading Transactions
Max Size: 180.47/200 MB

Candidate Block

Mining Attempt 8f60a62cd21a29d57fbbb7143637e1c4e6ed904c23c09818678eeede51713f8b
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root eb53291bb33d38be5c68be63be7ebca700226f3b5d615361c024f9a35d5b052f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,234
Size: 1.00 vMB
Total Fees: 0.01982744 BTC
Feerates: 402.60 > 1.99 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (350,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
564,685 564,685 00000000000000000005f03b9af6881ba0e2c6d4162f9a6dd6a945f312e957b4 3,126 1.00/1.00 vMB 10
564,684 564,684 000000000000000000099c8c74aeae7aee9d5728886cad4d69c7bd786ad071e7 3,001 1.00/1.00 vMB 45
564,683 564,683 00000000000000000025726567ce6a8be4813a5da18a5882e82142e537137044 2,954 1.00/1.00 vMB 9
564,682 564,682 0000000000000000000666c717b48a24ad6407af7c37ea4f1352eec182f3f8bf 2,638 1.00/1.00 vMB 24
564,681 564,681 0000000000000000000e896eecb20e58022d4211a28990258afdf85611d09bec 2,634 1.00/1.00 vMB 48
564,680 564,680 00000000000000000011891c83f3943d046231b7458b8ab5dc1722d2f5d2c2c1 2,796 1.00/1.00 vMB 48
564,679 564,679 0000000000000000002c43a12521bc7f782fef5cbafa8272ac1159a90a4c4d60 495 0.15/1.00 vMB 48
564,678 564,678 000000000000000000289c12821ee9c6cad52f39e8b51cc8903b6ed425df486b 1,964 1.00/1.00 vMB 11
564,677 564,677 00000000000000000029a9456753f7bc24de60d9365cd54e36b74691ac0b47c1 1,866 1.00/1.00 vMB 11
564,676 564,676 00000000000000000009fc5ad3b318254e8136a12159a254234997f5394ab84f 2,820 1.00/1.00 vMB 31
564,675 564,675 0000000000000000000736cbf2bbba546551752b35791d2bbc334579755ca353 2,280 1.00/1.00 vMB 17
564,674 564,674 00000000000000000011bb1c0fb4ca30660939b59be60fef3ad2616fc5e467b7 2,760 1.00/1.00 vMB 6
564,673 564,673 0000000000000000001472eb9827d8258ff1efa64b1834ad8b488b7c19601f54 2,807 1.00/1.00 vMB 48
564,672 564,672 00000000000000000013e3ddf285abd052fca080c09e79bef1d637405d13ec37 1,390 1.00/1.00 vMB 8
564,671 564,671 00000000000000000024b7c1fad2aae587382fee7ee56a5c9e743e9d703512f8 2,042 1.00/1.00 vMB 28
564,670 564,670 0000000000000000002065e56d9e2449adb30a34e2bff0763c9568a60281eed0 1,267 1.00/1.00 vMB 17
564,669 564,669 00000000000000000005641a33f2ccf8023a78b098b50d82714357ae4c49fd12 2,424 1.00/1.00 vMB 6
564,668 564,668 00000000000000000005ac9faffcf64aa98052a7d111666f251144ac45d80606 2,764 1.00/1.00 vMB 29
564,667 564,667 0000000000000000000e8a6b258c7dace77305200923cfae396e05e20bc197f8 2,598 1.00/1.00 vMB 36
564,666 564,666 00000000000000000029978e4cbde9a140b556e4a649701b5a4675f10325cdbd 1,616 1.00/1.00 vMB 42
564,665 564,665 0000000000000000001b63a3bbe94516a83160c948b4847850a03fd9e5b7d385 1,839 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.95 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: 715.18 GB
    • Received: 17.66 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.