Loading Tool

Explorer IconExplorer

Memory Pool

81,185 transactions
31.12 vMB
0.10549432 BTC
Random Selection Loading Transactions
Max Size: 187.86/200 MB

Candidate Block

Mining Attempt ef9b4a761b7fbb2d45d4c377064f6a33b95ca0440778ca7c3d28f1945f7101c4
Version 20000000
Previous Block 0000000000000000000103b96eb359a8c0480b26c3d5b203ae6c8082570a546d
Merkle Root f188216141909dca14fa26f2a07a91677a04487e62c50c88d790e3398ccf35b8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,008
Size: 1.00 vMB
Total Fees: 0.02661493 BTC
Feerates: 150.75 > 2.67 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,402 (564,016 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
351,386 351,386 000000000000000006e36be796930d188667a5b652e7b76210c6c1ab6e86b49c 279 0.12/1.00 vMB 32
351,385 351,385 0000000000000000000d816bfe429af7f814d16fc308a92a2d2494a4ebb51785 1,122 0.53/1.00 vMB 28
351,384 351,384 000000000000000006f581a60ee7893d2c16cd5d681d2905a8fc58da9a57faa3 699 0.36/1.00 vMB 28
351,383 351,383 00000000000000000c6d3990beadae008fa5d3a0a663ebc971fdfa2bd080ab49 53 0.03/1.00 vMB 21
351,382 351,382 000000000000000001d6ca63991a6938949552133e0381369f5e357f3d661bdd 354 0.24/1.00 vMB 24
351,381 351,381 00000000000000000b9e05ef2e902274eaba58169f1b82fd7f3a926773a9ea5e 221 0.11/1.00 vMB 23
351,380 351,380 0000000000000000080786ddbc336c34e3005a2b41212df568e0cdc56b5ab72a 404 0.19/1.00 vMB 29
351,379 351,379 000000000000000012ed72dd1ef112ec670fc1cdb51d3ae9760789b0ede0f62a 1,253 0.62/1.00 vMB 25
351,378 351,378 00000000000000000673ea98d8bf497f8fd9f162cf7eb716a0bacbc327d56a0a 1,602 0.75/1.00 vMB 31
351,377 351,377 00000000000000000e4e677d8c88c9a32d7d78070e5cb12a7f3c11cc3e06b62a 443 0.22/1.00 vMB 26
351,376 351,376 000000000000000003a52fbb4ca3b1a4e86f8014851d0175193ad75914083eef 360 0.18/1.00 vMB 27
351,375 351,375 00000000000000000caa7d4dc5487d166d9dda5c6e89f08ab05ce8d127ecf8f7 913 0.49/1.00 vMB 46
351,374 351,374 00000000000000001292772b37a94d6a10f717e8bf1bf300e244b807f06877d5 1,516 0.75/1.00 vMB 30
351,373 351,373 00000000000000000184d041b88635ef34f91eafc8db5e59e6718819ba05f97b 1 0.00/1.00 vMB 0
351,372 351,372 0000000000000000018932c92c2150911d14a1880c629835de9f1fe6e7451e3a 858 0.54/1.00 vMB 24
351,371 351,371 0000000000000000122e8870c8c2457eac108cea34c577cdf869ac5ce318b3d0 1,632 0.75/1.00 vMB 32
351,370 351,370 0000000000000000152dbf6f7113fd0e89ca19983914afcab289ff9f6fb585c8 449 0.23/1.00 vMB 27
351,369 351,369 00000000000000000d61818fe3f0f33faca5bb0e440baac1a077aac3549cee8a 1,739 0.99/1.00 vMB 25
351,368 351,368 00000000000000000ae49e8ffcb4f64b5a732a72c53540a65f930816a19fef0a 701 0.43/1.00 vMB 27
351,367 351,367 0000000000000000140ac55a720376e040fbd9b0a5330c2c4429b4a5af89a708 142 0.12/1.00 vMB 15
351,366 351,366 00000000000000000a7a584f26554a647573f41ebdb2ba6401cbfcf6b0f22bba 1,589 0.75/1.00 vMB 31
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: 723.71 GB
    • Received: 18.41 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.