Loading Tool

Explorer IconExplorer

Memory Pool

536 transactions (0.13 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 0.82/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,251 000000000000000000022b910000000000000000000000000000000000000000 517 0.00316262 BTC 0.12 vMB 1.33
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,250 (871,208 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
41,042 41,042 000000004d88fd2eab0fa7983b43624e6570fa0766a32e42925ae9fc7344914c 0.00 MB 1 0
41,041 41,041 0000000056b1cbb493f08ee09d0372c12325602a1983d35a98ecbc67f27c5532 0.00 MB 1 0
41,040 41,040 0000000003d2a6226764e881077c4688cda45ac6cafe99b3c8347ab47f4cf0fb 0.00 MB 1 0
41,039 41,039 0000000022950868e0b000a5fbe0e5615922e3fbe1fc88f2e7a3446cea970ccb 0.00 MB 1 0
41,038 41,038 0000000042f0552c058d122fc7371514ea3cc042145e72ec7e8bf7d9c4941bad 0.00 MB 1 0
41,037 41,037 0000000042e01f0bebd45f9c45c669822e26021a18114a00ecdbbc0f06f565ba 0.00 MB 1 0
41,036 41,036 000000002ce183e74c9bc0413a8131081f3c67f35024d51a0d2ba3524dc24dc3 0.00 MB 1 0
41,035 41,035 0000000052df6ba245dc68a756b2425a7147e471eb906c0f511dd88b053a2cc7 0.00 MB 1 0
41,034 41,034 000000004364160891ac3b1a1849bc0c9803692d78538fa0ba56b581a1715a3a 0.00 MB 1 0
41,033 41,033 000000003a804e2c84677c0d6586c679bd466a138c3d1a9ebde6955645082323 0.00 MB 1 0
41,032 41,032 000000003bbb275e9a415c1f7f87e9acfb151cac53c42e89b97e17a8c0104b69 0.00 MB 1 0
41,031 41,031 00000000515e707a20abb8086cab6dcc906e86f43e4b3a9fa09d24ad8056c857 0.00 MB 1 0
41,030 41,030 00000000285d80f42846d35d9ac26b42ec12882d2b3d08124302b892e62aab64 0.00 MB 1 0
41,029 41,029 000000006189872f7d7d36680d6507c3b18b3e196695b8d5fee7ef27c44c7127 0.00 MB 1 0
41,028 41,028 000000002fbd096e0b65e53e8e641b589a3f13c2226e05098c073f07a6393b43 0.00 MB 1 0
41,027 41,027 00000000466ab27eaa3bcf75b777dd845c819b4adb330990193bc15c378f8f03 0.00 MB 1 0
41,026 41,026 00000000562f4be5dfb3bcc38b076e182eb410b291e2b9974adc7bd85b7569eb 0.00 MB 1 0
41,025 41,025 0000000030b521566c78848bafa22b6c0c4344cf2e5b3f965434e6baf4d703a9 0.00 MB 1 0
41,024 41,024 00000000336f5d46b73c56cb1837e04c6701663b4f4d4ccc00eb2ed421292d5e 0.00 MB 1 0
41,023 41,023 0000000031dc1fdc6d08e89cbb198bdc896eae8d31fbc2a069522a103dc21fe5 0.00 MB 1 0
41,022 41,022 0000000048f0aaa13886f1456f8b499e0c53b14e7ef3226a657dbc764c01f31b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,538.07 GB
    • Received: 136.04 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.