Loading Tool

Explorer IconExplorer

Memory Pool

75,977 transactions
28.40 vMB
0.06670114 BTC
Random Selection Loading Transactions
Max Size: 172.00/200 MB

Candidate Block

Mining Attempt cbc9748733811bc567ab3c183edcef622c9a78229cbe34fdac5e2e029c0b369a
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root 036940f2f35527ca16f7472844027349fd85ef2ae315d44292fabfa4fd3e6ab3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,654
Size: 1.00 vMB
Total Fees: 0.00786227 BTC
Feerates: 101.00 > 0.79 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (220,157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
695,001 695,001 00000000000000000012d60fac61e34425a1f18b0d00dd372d81a13b84e14620 2,942 1.00/1.00 vMB 16
695,000 695,000 0000000000000000000eb03624788bfae637f5281ef267cc560b527119050c02 2,750 1.00/1.00 vMB 19
694,999 694,999 0000000000000000000d2d8d1df3a01fb652f4a08b910515ebf8c5bbcd8829d1 1,803 1.00/1.00 vMB 2
694,998 694,998 000000000000000000056e201aa112eb4d235f6d8b09a6dba79ab71582c028be 2,979 1.00/1.00 vMB 16
694,997 694,997 0000000000000000000ba7193bcf9ffb3ebee5c058b6f1075a6e42d02f1b2dd3 3,023 1.00/1.00 vMB 17
694,996 694,996 00000000000000000000734ef13edf92d46889ccbb71acfb0324a88dfc9c73a7 2,327 1.00/1.00 vMB 5
694,995 694,995 000000000000000000004a87c5c7c923c10723776a726a9529a6dda7b0e080bf 2,982 1.00/1.00 vMB 13
694,994 694,994 0000000000000000000af3a29621a054a7f714a9697144d3199315041f139d94 3,331 1.00/1.00 vMB 3
694,993 694,993 000000000000000000063bc9bd67a0962d07efa1bf081c96fb84fc3ac41f26b0 1,859 1.00/1.00 vMB 10
694,992 694,992 000000000000000000077839a46003660130e63da67e529fb3c7b7ff78202c0a 3,301 1.00/1.00 vMB 11
694,991 694,991 000000000000000000015788e21a6f16a5eef3fbb4385d20de01c6bb9f20c7a3 2,653 1.00/1.00 vMB 14
694,990 694,990 0000000000000000000d5d2683f76d958c9c069e8e29ab5eefc1f2b88b209843 2,505 1.00/1.00 vMB 13
694,989 694,989 000000000000000000095a0a858610d11648cc02f6a523b5e1933fd9a55d2525 1,304 1.00/1.00 vMB 19
694,988 694,988 0000000000000000000ee90b062a86ee8ab7bb75775079dc4eeec738a7865136 2,330 1.00/1.00 vMB 18
694,987 694,987 000000000000000000113d87f223832b6247c33f74798f2c12e0df85d393a683 2,851 1.00/1.00 vMB 38
694,986 694,986 00000000000000000001a2dbbf9e7ce1fcae8b1b5101a16f34690981703f3516 2,780 1.00/1.00 vMB 24
694,985 694,985 000000000000000000067aae4d23a41aa41e071aecd8309eb8d6ee0e5b2306b0 606 0.28/1.00 vMB 12
694,984 694,984 0000000000000000000bba456a778da981f3e03b08cdc91edcf69515cc5709f7 709 0.25/1.00 vMB 10
694,983 694,983 000000000000000000038ed622cea4fe3567f674dd3dc4e60407cfd7aff3fa16 1,809 0.63/1.00 vMB 13
694,982 694,982 0000000000000000000fe474efab079f76d082e7aec32c39e6929b836a7f3560 2,240 0.70/1.00 vMB 12
694,981 694,981 00000000000000000005c366acb8ea7c8dd3657aca03a8ab2067bc0be0041992 1,949 0.65/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.