Loading Tool

Explorer IconExplorer

Memory Pool

73,806 transactions
27.35 vMB
0.06664597 BTC
Random Selection Loading Transactions
Max Size: 166.79/200 MB

Candidate Block

Mining Attempt aacfc5b3f151d56b58c77ef858ff667adab8acaa9545c5c7183cedb1ccf81e72
Version 20000000
Previous Block 00000000000000000001c502d27c6a7357f3afe9ee10717cca97831a56262d80
Merkle Root 623a66a19497da743961b74e2766eb82ad329c95843d7f5abde95185e530b0f3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,136
Size: 1.00 vMB
Total Fees: 0.00852149 BTC
Feerates: 150.77 > 0.85 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,285 (214,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
700,576 700,576 00000000000000000000b75e91570cb52cd0b8fe5adf766f5cb45e18343f20fb 1,952 1.00/1.00 vMB 6
700,575 700,575 000000000000000000049c4644fa4a1a671de1f3db4bd98bed3ac625201e62d0 1,868 1.00/1.00 vMB 14
700,574 700,574 0000000000000000000ded4a073ba8f439b8c029353604b8bef7c078d30a13b8 3,302 1.00/1.00 vMB 8
700,573 700,573 0000000000000000000abb37d731cb7159f1de07b7071a72b0292c1461e9b845 2,151 1.00/1.00 vMB 7
700,572 700,572 000000000000000000094183d71a81e4c6f3ef2fc2922ac25d6274131416a9a9 2,675 1.00/1.00 vMB 7
700,571 700,571 0000000000000000000159e5fe5d6d63fdf80040fedaa4ccd814a21f07b78591 1,177 1.00/1.00 vMB 11
700,570 700,570 000000000000000000092f6d5325a0c0de85fbd4ffc8eb1f9b6061cde4ea3ecf 2,193 1.00/1.00 vMB 14
700,569 700,569 00000000000000000001e57ef84e7045ab6a46bd50a550cbb4b5a14f1e02f11d 2,701 1.00/1.00 vMB 18
700,568 700,568 0000000000000000000b9406265fcd36205b4d5eb43c33b45bd20d57ff8241ca 2,856 1.00/1.00 vMB 22
700,567 700,567 00000000000000000000bac21bfe0c9d6cab41986cb8bdcb67a7db98e492deac 1,806 1.00/1.00 vMB 13
700,566 700,566 000000000000000000095cfec95a1442891503ad4a2aa145b30075a32f94b67e 2,405 1.00/1.00 vMB 10
700,565 700,565 0000000000000000000970624957f84bc219ceb7f49d3f78971d4d534dbbe91c 2,424 1.00/1.00 vMB 15
700,564 700,564 0000000000000000000baab117458985d942d621800892339d38a061b5142743 3,173 1.00/1.00 vMB 22
700,563 700,563 0000000000000000000ea7caa84a9d382b550a369d9ac87e69770641cbb2a8e1 1,618 1.00/1.00 vMB 14
700,562 700,562 00000000000000000007d52a3fb058422c4e17ac1e370afcec6eb30b99bf9576 2,013 1.00/1.00 vMB 16
700,561 700,561 000000000000000000077f361f3d5470d928fc393a6ea67a872751f978d978f5 1,646 1.00/1.00 vMB 13
700,560 700,560 0000000000000000000006f379be86c4d9447667103bb89d15868aa9dc04f847 2,021 1.00/1.00 vMB 11
700,559 700,559 0000000000000000000bb0cf28ff92d9b2ca0335c7ce4ef15d999ba8cfe391d3 1,796 1.00/1.00 vMB 7
700,558 700,558 000000000000000000072ca8081b08b81ba0d55cc602e2a6e339107b9c3e6979 3,153 1.00/1.00 vMB 12
700,557 700,557 000000000000000000009c93c3f1ab6d37fa5e55d91b1ff2094f672d44d20a7c 1,761 1.00/1.00 vMB 9
700,556 700,556 000000000000000000060b4091ca0d018909a7e613232dbbe6b3d0f960b8ebe1 2,027 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.88 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: 713.29 GB
    • Received: 17.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.