Loading Tool

Explorer IconExplorer

Memory Pool

34,972 transactions
18.93 vMB
0.04560495 BTC
Random Selection Loading Transactions
Max Size: 103.44/200 MB

Candidate Block

Mining Attempt 380532dc403286ac1a082d49898ce31e4cbdec5a59ce0b551aa9bccf514bc0f4
Version 20000000
Previous Block 00000000000000000000c95d09f596a77f42c487efe703f6c411b4461ebed13f
Merkle Root 3941aaab856f06e811e18715acbe66c62f8099369239db8964c5343a6da90f9a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,976
Size: 1.00 vMB
Total Fees: 0.00943455 BTC
Feerates: 150.77 > 0.95 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,116 (845,692 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
68,424 68,424 00000000044b51804e50d785e9ac64d816bd3a2c708bf9e32c9def4da07badd1 2 0.00/1.00 vMB 0
68,423 68,423 00000000006305f5ca650951986b804955c68eab0d124600835d5f99bccac64e 1 0.00/1.00 vMB 0
68,422 68,422 00000000049c7aa5986e9ce76279779f8b3cdaa360dbb2e612f2b09fe8ebd2f3 2 0.00/1.00 vMB 0
68,421 68,421 000000000051a0e18b6b844bad014180bcc417942b75463a445f33c97995a463 8 0.00/1.00 vMB 0
68,420 68,420 0000000004b0cfe2196da9e30a3c6ff521e91742034eca57ca6bb5305934ff6b 4 0.00/1.00 vMB 0
68,419 68,419 0000000004c45336eb3c67273fcf6d9265cdadcab60473fc3487b35e5a4ba72c 1 0.00/1.00 vMB 0
68,418 68,418 0000000003ccaba14b6582a08ebc10960a9fe3270679b54c3ee87997c53a7ca2 2 0.00/1.00 vMB 0
68,417 68,417 00000000051ed8a0d9f8d6a7bfea79ae35af8baf3de28454f3afc3fc5bbbdcfa 4 0.00/1.00 vMB 0
68,416 68,416 0000000001ca890eb7ca11c22680e13800c54e9cb11f2e39f51196a89370789d 3 0.00/1.00 vMB 0
68,415 68,415 0000000001b4954f9dcd79d2ef9ac7a94ab13a315551cda3ad07be4cafa0ce5b 1 0.00/1.00 vMB 0
68,414 68,414 000000000242f49314daf1099d1deba8759a39ebe8220b728b5e4bd2c4fd9077 1 0.00/1.00 vMB 0
68,413 68,413 0000000002719ecdcd1fe82476155cb0221457f5ea052c8babaa5675d86a9049 1 0.00/1.00 vMB 0
68,412 68,412 00000000044ed5120e0def470f37d1f1bf605917ceba24ebcb8ffe003be54816 1 0.00/1.00 vMB 0
68,411 68,411 0000000004260c2bdae2b9e2fcf6ae6171ae85cf99cec9e927f3783dc003216b 2 0.00/1.00 vMB 0
68,410 68,410 000000000498e10156ba4fb2cf6518ae6bc4aeaef504e9aedfc212f28e10c8a5 2 0.00/1.00 vMB 0
68,409 68,409 0000000000ec66d1397e1d732a6e7cf2ec2173bba39e1b986819bf409b57f71b 2 0.00/1.00 vMB 0
68,408 68,408 0000000003036007d528069a8453c7bdaf38678e5a84e5937b2ec02fec427e6a 1 0.00/1.00 vMB 0
68,407 68,407 000000000171a86f745b8b377f9a03deb8fb1dcbafefc2d73137fa3b4b09baae 2 0.00/1.00 vMB 0
68,406 68,406 0000000005485403972dbd239ac25c6332252dfa7676c7ef47188d7f60d270f2 1 0.00/1.00 vMB 0
68,405 68,405 00000000059e7e3ecc893592740bcfd5cc4db55940a522a04400ed105f93841e 1 0.00/1.00 vMB 0
68,404 68,404 00000000042bddddec4b350a18ed3158f7401f23e734f1aa820703b8dc2d84d8 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.81 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 559.87 GB
    • Received: 7.30 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.