Loading Tool

Explorer IconExplorer

Memory Pool

87,104 transactions
32.06 vMB
0.11594090 BTC
Random Selection Loading Transactions
Max Size: 195.99/200 MB

Candidate Block

Mining Attempt dfab559328b2c9f553eae9f301cdae4649832823ee66e6ecbeffe4168ea4c140
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 85b42372877f5b7943eb7e4f7b7fa808ae055f2e58489a29f076909625b685cd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,474
Size: 1.00 vMB
Total Fees: 0.03206276 BTC
Feerates: 1,236.26 > 3.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (35,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
879,501 879,501 000000000000000000027e8baeb45e9a11131c784b66445de6a307646ebda4b6 3,136 1.00/1.00 vMB 7
879,500 879,500 0000000000000000000282fa21665766e58eb6cb94e458c3ef6d4af1121e38d9 3,009 1.00/1.00 vMB 7
879,499 879,499 000000000000000000026d1d7b59b7e26e4d58aa8322a7ac802e6fc8024241bd 3,060 1.00/1.00 vMB 9
879,498 879,498 00000000000000000000119dd461de7c1669de4dc36eba844f6a4776d6f40a64 3,476 1.00/1.00 vMB 15
879,497 879,497 00000000000000000002827e9bf81bf51cc981125303daa2f3c233ab2d1c24cf 2,771 1.00/1.00 vMB 4
879,496 879,496 0000000000000000000165941c1a2b3461dd2aa2d84a54817ed4e0c83c2f0f2b 3,695 1.00/1.00 vMB 7
879,495 879,495 00000000000000000000b1f4f68d2d85d20793387659c605ed23585a2d77b3c5 1,597 1.00/1.00 vMB 2
879,494 879,494 00000000000000000001f0ef5c6da9acfeb0096a5e79b23d193a9f658328b6fa 2,767 1.00/1.00 vMB 4
879,493 879,493 000000000000000000021b36ea2ed101342f5f09fb70ea017f1e90dd8240df2d 2,397 1.00/1.00 vMB 5
879,492 879,492 00000000000000000001f37c9cd9d47097e7d5d45f4ce267ba44fe100f1e21ce 3,855 1.00/1.00 vMB 5
879,491 879,491 000000000000000000004fb42b94ce69e3c0f918a4eeb5ef7130e57933065049 1,323 1.00/1.00 vMB 3
879,490 879,490 000000000000000000010552f8492cd4cb69b04ff1c27be2365e8bc8a1618d45 3,796 1.00/1.00 vMB 6
879,489 879,489 00000000000000000000ed8499b508efc516a7127f9db2f5d9402c8e75c1c2df 2,765 1.00/1.00 vMB 9
879,488 879,488 000000000000000000005c936be80e7d499617ca23907707a0dec1fc42a6b2a4 3,490 1.00/1.00 vMB 5
879,487 879,487 000000000000000000027c95c6b18a5bb93415620f98834a7dc5067aaea19ac7 4,514 1.00/1.00 vMB 2
879,486 879,486 000000000000000000021d9cb5f66c1ef5b6c26fcd0bb89df8b47e2c75101a85 2,937 1.00/1.00 vMB 5
879,485 879,485 000000000000000000004f74efb62bfa063442ead0cc3b152bb8fbb56f5bf290 2,360 1.00/1.00 vMB 2
879,484 879,484 00000000000000000001ab43cf29483d296380872a4482676d21625f4a0753c1 2,153 1.00/1.00 vMB 4
879,483 879,483 00000000000000000000df04fd71d9d776465d20c36223fd7b98caaa9084160b 3,227 1.00/1.00 vMB 6
879,482 879,482 00000000000000000001043537287f9bc32480762e1562cf874762fd0126e2e4 879 1.00/1.00 vMB 2
879,481 879,481 00000000000000000001fd14f23e3a02b036c9a739baad91d451b9b18fa0260c 2,384 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.