Loading Tool

Explorer IconExplorer

Memory Pool

78,717 transactions
28.90 vMB
0.11153044 BTC
Random Selection Loading Transactions
Max Size: 175.45/200 MB

Candidate Block

Mining Attempt b97f15b036ee1a4fca00d0b33255775f40690d4a26b5e6a16c27e2ad43135a6e
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 5c5f1dfa9dd7d6d8a35ed8e94dd8d143f7ee21a3ba86e73f877eca33c71bf470
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,370
Size: 1.00 vMB
Total Fees: 0.03991654 BTC
Feerates: 602.26 > 4.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (479,766 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
435,539 435,539 00000000000000000097cd708cfa6814129b8ac52f9d3e9a18d6ee29075c670e 30 0.01/1.00 vMB 51
435,538 435,538 00000000000000000173c2f0bea1de9d507d2c0314fdb68f161589cd21ebcfef 1,643 0.71/1.00 vMB 58
435,537 435,537 000000000000000003b71879684ed0a7725906d4444e2e2d5aad43c664a95b66 2,120 0.83/1.00 vMB 62
435,536 435,536 000000000000000003d652d546f07c9a61e89b98856ffd5621f05935cb5b795d 2,072 1.00/1.00 vMB 63
435,535 435,535 000000000000000002dd80013290fff201c9324c2b93fd497a9e2dab29c5ba5c 655 0.26/1.00 vMB 62
435,534 435,534 0000000000000000009b6ed704d76b7b171f7c3ce7ac6f44caf6a65f9cb21f7f 1,228 0.99/1.00 vMB 33
435,533 435,533 00000000000000000282718201ee7042a54c557f0f2a33c6dc2d75f21b15ea56 325 0.16/1.00 vMB 53
435,532 435,532 00000000000000000278283c698b1f5be2da28f09ee2c0323acc7f51dc9084c5 961 1.00/1.00 vMB 37
435,531 435,531 00000000000000000330f1bdc498b474883e737f3c5f27f23cfca24bdd135131 2,155 1.00/1.00 vMB 58
435,530 435,530 00000000000000000252e0852f614dbafc8c7af5a9ac32176c83a89b796b2b3b 2,566 1.00/1.00 vMB 73
435,529 435,529 000000000000000003e531d06b9e6f1ca7d5e279449c4509ee739e6ea9c86cc3 1,688 0.66/1.00 vMB 61
435,528 435,528 000000000000000001bc4f2f8fc71b21255f8f227afde354a0ed9e700f5d5fd2 852 0.99/1.00 vMB 23
435,527 435,527 000000000000000000b4e12e456d9c6fcf82b223d2dc7075f52bac5d6d0d1032 974 0.99/1.00 vMB 27
435,526 435,526 000000000000000001f593bf001986bbc467038c7d7885c685b1832c09ddfc74 1,591 0.99/1.00 vMB 42
435,525 435,525 000000000000000003acab94c44551d163721356af7a036db9c81413e2cd3591 844 0.99/1.00 vMB 22
435,524 435,524 0000000000000000037ba5275dc75bb5fe35f73c71a383773091920030004260 1,148 0.56/1.00 vMB 56
435,523 435,523 0000000000000000041e71e5b5101d82f15e2f2a4615a499b65099026dc89f50 2,251 0.91/1.00 vMB 61
435,522 435,522 0000000000000000009f19ebe51daa2ebc03929060531d53a2ba5bab4879c7a0 724 1.00/1.00 vMB 17
435,521 435,521 000000000000000003560222e0374dfddc92d3580b0e16f70c94c514a4254950 496 0.28/1.00 vMB 56
435,520 435,520 0000000000000000037cca57e6bf9183c80df7f087de6e3759fc04a250e883f0 1,505 0.75/1.00 vMB 67
435,519 435,519 000000000000000003885e117e25d4d24cb6b97f89dad8a47c4ed3fc202ad6de 1,140 0.43/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.92 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: 714.41 GB
    • Received: 17.53 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.