Loading Tool

Explorer IconExplorer

Memory Pool

64,133 transactions
19.02 vMB
0.05591176 BTC
Random Selection Loading Transactions
Max Size: 122.45/200 MB

Candidate Block

Mining Attempt 33a4decc8da17a9b7704da5e251918cc1f1c90f2da9d22029faa0d26cf0719fa
Version 20000000
Previous Block 00000000000000000000599244c598d8e7814467d2c1c0d218a09e760d5f41c7
Merkle Root 638b6d3fd680162e59d980682b816ad2ad31e5b4668989ce88d4c961de964e70
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,724
Size: 1.00 vMB
Total Fees: 0.01296477 BTC
Feerates: 151.16 > 1.30 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,781 (830,285 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
85,496 85,496 00000000000cd28afd5a4d82e51abbd5e095ea56e8ca37b321951ae234547a7a 2 0.00/1.00 vMB 0
85,495 85,495 0000000000239bd62aefbb96ec7332709cb9430681e65cab72fc93e44b7a01d8 1 0.00/1.00 vMB 0
85,494 85,494 000000000024bd97e7344c02f37370b9475c2d3799ec900e18a2aa8c22dd7528 1 0.00/1.00 vMB 0
85,493 85,493 0000000000157213174522d9d44e7348718d56f1cbced04f50ef2179d2b9f29c 1 0.00/1.00 vMB 0
85,492 85,492 0000000000272a13f7a7a4e3d90b94b8ea49617c22d7024584a4b414a2333943 1 0.00/1.00 vMB 0
85,491 85,491 0000000000194db6fcf1b79d83359a550a317a9e053cfabb03206d0d61d570fc 1 0.00/1.00 vMB 0
85,490 85,490 000000000008162a27c6c0d985bdc305fdc507fe34a75fdbbd15e309abbf8576 3 0.00/1.00 vMB 0
85,489 85,489 000000000020b9a887ec803ee0f6e44dafcb12ac7ef48f6e0c839ec337136d2e 2 0.00/1.00 vMB 0
85,488 85,488 0000000000068a489899573650f7b46c3479868a846bb53691e45a0631787b29 1 0.00/1.00 vMB 0
85,487 85,487 00000000002af1c2475d7f3831eb6dbf5d5da9a366f9006a320c550f6dbb0e1d 1 0.00/1.00 vMB 0
85,486 85,486 0000000000169a4194577308cb0c3ebecb929597b97b48e86c468360c22351d0 3 0.00/1.00 vMB 0
85,485 85,485 00000000000e50b7dc57d9410e35c6b694b8907f2b4b3aa64f366babfcf018de 2 0.00/1.00 vMB 0
85,484 85,484 000000000017a8a1979bbf4cae5cc93c43a0cbc7545552841a81d6d7fe58c476 1 0.00/1.00 vMB 0
85,483 85,483 00000000001c1b419d71922eddc3983e806d2d032f43a45e84bfc037734b8def 1 0.00/1.00 vMB 0
85,482 85,482 00000000000210fceb69afb31eb772c1ba22b048f4e5c018a2f0bd00d8df634e 3 0.00/1.00 vMB 0
85,481 85,481 0000000000296375c724c1ad05c0416e52d6263c4d05fd810ba918293574ef46 1 0.00/1.00 vMB 0
85,480 85,480 0000000000202e4e2ac2b5a2e69597468d5269c9f6622870d1703c286715ac4e 1 0.00/1.00 vMB 0
85,479 85,479 000000000000bb3587e32a21d4612e3a4fb584e1b463df2ae6ca84021c258664 1 0.00/1.00 vMB 0
85,478 85,478 00000000001c391c9c0931dd67e7a696cf064f8d17a14503d37b8c47af719390 1 0.00/1.00 vMB 0
85,477 85,477 000000000020b7969f00f372173ebfddf3ad29c24d1ffd01c8bcc09f8c992ff5 1 0.00/1.00 vMB 0
85,476 85,476 00000000001df8061b6e8ebdc689cae5e7871e482024ea21835862cf333a2e3c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.73 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: 783.42 GB
    • Received: 21.41 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.