Loading Tool

Explorer IconExplorer

Memory Pool

36,338 transactions
26.20 vMB
0.07299488 BTC
Random Selection Loading Transactions
Max Size: 133.93/200 MB

Candidate Block

Mining Attempt ad48f65aa0506d47300a5820d1df45632c1e13791fa5d0e258a5e43a47cef484
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root b2ca391b55e984ce6ca71c51f23ef207e653f5f2d832d9fdad3975fa88d6f872
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,897
Size: 1.00 vMB
Total Fees: 0.02455758 BTC
Feerates: 713.01 > 2.46 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (79,246 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
835,433 835,433 000000000000000000011bfaa8b89d491e6df6172d898a0b3a3a4b0cd6d15ba3 920 1.00/1.00 vMB 14
835,432 835,432 00000000000000000003400e22bc5772c974cbd7f5ea804aec0a8d4aaca06bf5 2,051 1.00/1.00 vMB 19
835,431 835,431 00000000000000000002cfca6ca389c11378b477e31d5db11e4c5ea11fc33c4c 1,586 1.00/1.00 vMB 17
835,430 835,430 00000000000000000001ede4f6c819a4c036390dd05344767d4dcdd6c5c8604f 2,661 1.00/1.00 vMB 28
835,429 835,429 00000000000000000000274b2246a116a3ca2bf87e17dace2c5dfe76b19c64e6 2,979 1.00/1.00 vMB 26
835,428 835,428 0000000000000000000332d9bdf10c8629b538a0f90e0cf542349f739427f380 2,724 1.00/1.00 vMB 30
835,427 835,427 00000000000000000000f3b488b3e77040beffcb8263b0a4c52d243492b8658c 2,428 1.00/1.00 vMB 33
835,426 835,426 000000000000000000007547bc721e4a5092e12ebb7dd9d7130a886c7155b90c 3,188 1.00/1.00 vMB 24
835,425 835,425 00000000000000000001d5d5c1f86e64a98fe81031c17d69641a42d59a76d12b 2,925 1.00/1.00 vMB 42
835,424 835,424 0000000000000000000092f824001e63012963cf5c695dcd8dda244d4740f28f 3,376 1.00/1.00 vMB 32
835,423 835,423 0000000000000000000064fac3b0e534a7ea8b21f2b65d4e549277f8030e55ae 3,132 1.00/1.00 vMB 40
835,422 835,422 00000000000000000000107343c2f7b114b24ef99b7fc2341a8d8b3efeeb9a1c 1,289 1.00/1.00 vMB 16
835,421 835,421 00000000000000000002d8dd313e741f24fe5ce8a0e91e3d6a025c3cad288bd6 1,752 1.00/1.00 vMB 16
835,420 835,420 00000000000000000001c92753ae10e950a4ff39267564080c0df697c9e7609b 2,883 1.00/1.00 vMB 26
835,419 835,419 00000000000000000000dec6cb5769c4ca1b79d260140a0d59b53aa84e2fc00f 1,659 1.00/1.00 vMB 18
835,418 835,418 00000000000000000003454afacc0525b1353509582d5a771950908e19b1d555 1,396 1.00/1.00 vMB 16
835,417 835,417 00000000000000000002d947d2abeda8e40219071f17bd2f669493bfcda60476 2,082 1.00/1.00 vMB 17
835,416 835,416 000000000000000000025cde22c55b4b33404c197cc6b22eda38ae27591dc4dc 3,409 1.00/1.00 vMB 34
835,415 835,415 0000000000000000000000b18be3992c3ab6def9ba1a13b07fae246deee66d77 549 1.00/1.00 vMB 14
835,414 835,414 0000000000000000000280184574c0f2d1b2d5fd8ab1dc4bff861cd313fca1b3 1,909 1.00/1.00 vMB 18
835,413 835,413 000000000000000000023a0683b7777ba9764db0b7d08d6da991fe624046763b 2,550 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.82 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: 636.01 GB
    • Received: 12.35 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.