Loading Tool

Explorer IconExplorer

Memory Pool

75,009 transactions
27.63 vMB
0.07385478 BTC
Random Selection Loading Transactions
Max Size: 168.67/200 MB

Candidate Block

Mining Attempt 67d014aecdbde7fa50bf02860c9215fe970f08a7ec27eab7684e8ca9e27ee8a2
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 9d3c1073248a1470783fe79191c8f963796a2c484470e58a5710d9da266687ee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,389
Size: 1.00 vMB
Total Fees: 0.01480892 BTC
Feerates: 80.55 > 1.48 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (322,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
592,373 592,373 00000000000000000007fc89154aa3a1e352ab03ff48141a6ba9f4da18d962e6 1,667 0.66/1.00 vMB 2
592,372 592,372 000000000000000000044e381dcf89d2f124abfc440ff850c33db7778b301f64 3,239 1.00/1.00 vMB 23
592,371 592,371 0000000000000000000ff43c2e59e853f32e2f2198cd6b0f48aa4a2ab370a06e 1,650 1.00/1.00 vMB 20
592,370 592,370 0000000000000000001741f5b23bb8abf61be04f327312c8a59a0aa2b145f9e1 2,712 1.00/1.00 vMB 48
592,369 592,369 000000000000000000147ea9b9e8a5df583ffdad232fd5c92c3ee08effef34c3 1,444 0.49/1.00 vMB 23
592,368 592,368 000000000000000000150b629a4413bb789356fcd91f5be851cdef39c75866bf 1,134 0.36/1.00 vMB 23
592,367 592,367 0000000000000000000328946237adfb0049ceca014f46f6ff262fcbd7737127 2,731 0.87/1.00 vMB 15
592,366 592,366 0000000000000000000c3b6ef7b4cc8bdc240e40e83c5f5a5967bf7f8697c8b3 2,004 0.61/1.00 vMB 20
592,365 592,365 0000000000000000000febc49fd4cd379db530fc5528bcc916f9c6bc2107048e 416 0.12/1.00 vMB 27
592,364 592,364 0000000000000000001068d8a4cbf6b014951535f38f394d63ca5fb075f0d9f6 834 0.30/1.00 vMB 23
592,363 592,363 00000000000000000005bf7bcdbed34b7307933210a4d2a59cd96418c7bda07f 3,280 1.00/1.00 vMB 22
592,362 592,362 000000000000000000167f8d8e7ecdc098bb09b76792012b3f078b7d3f44649a 590 0.21/1.00 vMB 18
592,361 592,361 0000000000000000000cbb133ba766fda484198969d7dd43e93e633da715fd9b 384 0.16/1.00 vMB 17
592,360 592,360 00000000000000000004397cc3386eb4e58c36e706943abcda4212c33799bb00 1,440 0.47/1.00 vMB 13
592,359 592,359 00000000000000000001ef1e810dab23e09d19fd88822fc0c8b3d0c8434d016f 2,995 1.00/1.00 vMB 25
592,358 592,358 0000000000000000000a6974c85498dde3987c42632c271028ce9d8ed68a6a37 3,440 0.98/1.00 vMB 18
592,357 592,357 000000000000000000160883256a3d86b0774a2f92c20c76533286537a8deef3 1,146 0.40/1.00 vMB 20
592,356 592,356 00000000000000000017a0b3eeecaed600726b50ab59baf5b38120e2bbff625e 2,533 0.90/1.00 vMB 17
592,355 592,355 0000000000000000001ac0ead7c732c517e00f03b96955b967ec031940e12fb6 823 0.33/1.00 vMB 18
592,354 592,354 00000000000000000007a00f8d0dbc09bc5e5638da82310decc5a87d8d66d6a1 1,176 0.41/1.00 vMB 7
592,353 592,353 000000000000000000124718fed410d4f5208df68e9c7fef9d5be26aee5e9283 3,585 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.