Loading Tool

Explorer IconExplorer

Memory Pool

35,259 transactions
25.93 vMB
0.06861525 BTC
Random Selection Loading Transactions
Max Size: 131.77/200 MB

Candidate Block

Mining Attempt a297b308dde4584bf1a7c9836f5bd1acb417f40f0b05d622a810d4d8e72d6d8c
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root a0c538bb39b2f2c0694f725084e93ed2adfa3db4671456641c7933acebe1dd52
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,646
Size: 1.00 vMB
Total Fees: 0.02105552 BTC
Feerates: 250.88 > 2.11 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (445,242 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,449 469,449 000000000000000000144622a06ada82239e36bfa67d7ceb72706d3ff5d4af44 2,122 1.00/1.00 vMB 374
469,448 469,448 000000000000000001b54e6775799bd9cf473eb95b087293c9d1e574cac8c8ba 2,715 1.00/1.00 vMB 417
469,447 469,447 0000000000000000006af13d729686eb0890453965b5c23aa1a7aced64b9eb78 2,216 1.00/1.00 vMB 423
469,446 469,446 0000000000000000014e35d16a6fe218468cedf21b0826ab2c52785f9125c313 2,137 1.00/1.00 vMB 413
469,445 469,445 0000000000000000016e08fa8fe64b7b058ff72f076eae29111486fdf45a98b6 2,201 1.00/1.00 vMB 427
469,444 469,444 000000000000000000c4e600cc6fb1f755744e0d618c0a63b1eb8e150d2e54c8 1,469 1.00/1.00 vMB 436
469,443 469,443 000000000000000000b7d367bc128cf1a4b2520534fcbe011b502db91fed24fe 1,227 1.00/1.00 vMB 494
469,442 469,442 00000000000000000043d8ec95576298a799c3fe80852993c634285298769c91 1,238 1.00/1.00 vMB 498
469,441 469,441 00000000000000000152c44e1e6ffc1ab05a88f27c5520c75e94a2a87382c59a 701 1.00/1.00 vMB 454
469,440 469,440 000000000000000001018208c8ec108c7cfcb2fa8d61347a124ccd5ded70428a 566 1.00/1.00 vMB 459
469,439 469,439 000000000000000000f8abed179a12d111c9c4b2286de3569b25c87df9c02b3d 436 1.00/1.00 vMB 453
469,438 469,438 0000000000000000000e6d02a59392b3342b1ec6217b3e7679de7574389e2c6d 722 1.00/1.00 vMB 478
469,437 469,437 0000000000000000008c6896dd588920834c164daf22f391f5c6e4f7010db07e 541 1.00/1.00 vMB 522
469,436 469,436 0000000000000000010521442678d490529a63434b6945eb7d91f250262827a4 749 1.00/1.00 vMB 542
469,435 469,435 0000000000000000007bdf7cd966c2f8efe083acc20c00f09d6df90e072d3c8a 473 1.00/1.00 vMB 456
469,434 469,434 0000000000000000009ee7ddde43c7b8755888a2f17d08a79fef8c774372ddad 889 1.00/1.00 vMB 464
469,433 469,433 000000000000000000e6257899a5a7994ca3c81315af180273de34c75f9d8933 1,446 1.00/1.00 vMB 556
469,432 469,432 00000000000000000091105f1b84af3984009b9306de6df7f2ebb4b9fccf37eb 1,940 1.00/1.00 vMB 314
469,431 469,431 000000000000000000f19e1cd5515db511a155a8390369e672b7bc9b94f1621d 2,312 1.00/1.00 vMB 394
469,430 469,430 00000000000000000106bcbefed80c250b2961d67f113d20d320af349878a894 2,327 1.00/1.00 vMB 329
469,429 469,429 0000000000000000012801232d99afa4b7371d8f27a7749686f2c0d54d70d788 1,907 1.00/1.00 vMB 349
Previous 10 blocks ↓
Total Size: 781.84 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: 637.80 GB
    • Received: 12.44 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.