Loading Tool

Explorer IconExplorer

Memory Pool

78,678 transactions
30.03 vMB
0.08385985 BTC
Random Selection Loading Transactions
Max Size: 183.05/200 MB

Candidate Block

Mining Attempt 000cd4f7825e7e445d7a6efa19c783df53e8208241ee605815f8b4e4d6ab5a56
Version 20000000
Previous Block 0000000000000000000101871320b03e985d1fe251f64570b52ca66c6e1a41a8
Merkle Root 3aabc9567ecef917a8d656193d8d5ce5536e531fe11e21fb8e4e6603d61c262d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,582
Size: 1.00 vMB
Total Fees: 0.01711149 BTC
Feerates: 73.20 > 1.71 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,397 (35,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
879,480 879,480 000000000000000000006c1286448f46dbd18deb9e1061d72f4591021e91e9d3 3,199 1.00/1.00 vMB 3
879,479 879,479 000000000000000000000ee3db33d0a932ace271d82eee243319c60e926e9b98 3,364 1.00/1.00 vMB 5
879,478 879,478 0000000000000000000010b6a20163c9568c75c8512ee76211ccbcb7eb0b7256 3,273 1.00/1.00 vMB 5
879,477 879,477 00000000000000000001a902d80a46c8335404d511e9ee5eeb58c68c9fc41a89 3,552 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 783.08 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: 721.10 GB
    • Received: 18.34 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.