Loading Tool

Explorer IconExplorer

Memory Pool

81,908 transactions
30.17 vMB
0.16466637 BTC
Random Selection Loading Transactions
Max Size: 181.35/200 MB

Candidate Block

Mining Attempt 3e45a427e8e7fa3be8045af8b06f7a0b23ea5d101ac266cf9abd4eb92415366e
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 22f480107f999a4e1eb50d9d7e03ea12e68f755d6489c8daef6cd6bee97b37f8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,825
Size: 1.00 vMB
Total Fees: 0.06206760 BTC
Feerates: 1,002.91 > 6.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (207,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
707,442 707,442 0000000000000000000b18fff79d5b4863fb669a657d1185911e1d8e7e401462 71 0.02/1.00 vMB 7
707,441 707,441 0000000000000000000cb53abfc4f6a2726a34212ec1d9efda7c5b49054a5393 1,842 0.67/1.00 vMB 6
707,440 707,440 0000000000000000000a3569a874f0562e2197c7e94b84c11f8454bfa323e980 2,612 1.00/1.00 vMB 5
707,439 707,439 0000000000000000000438b4859d725186a66327c60ff10c3ceda91800683e03 2,740 1.00/1.00 vMB 13
707,438 707,438 000000000000000000053a07705986a2d248e7e7eb6fc1eb7a2267f69ca43405 3,066 1.00/1.00 vMB 16
707,437 707,437 00000000000000000004d26dbe69980616aa66a7a74a3bf3bce4ba2f84d7a020 1,469 0.44/1.00 vMB 7
707,436 707,436 0000000000000000000b7ef5a9474a8fa2228950d90683fa35dfc45ab46cf938 569 1.00/1.00 vMB 3
707,435 707,435 0000000000000000000034728b749435c1f5ed717b2c46c89597343ffb4b9acd 2,672 1.00/1.00 vMB 18
707,434 707,434 00000000000000000003fb966fcfcd3a482da340ba63f495e3e24e34b2bce4fa 748 0.24/1.00 vMB 18
707,433 707,433 0000000000000000000325d4eb279b6fb3f8bc3b5d784879f5f102febaaed336 1,469 0.52/1.00 vMB 9
707,432 707,432 00000000000000000009e748d67c0e32d943e08b10198e3b9fa7adecde001009 1,225 0.62/1.00 vMB 7
707,431 707,431 00000000000000000001584f3693dbf3b902a0de96296e4866f46b2d9a2f6477 2,456 0.90/1.00 vMB 4
707,430 707,430 00000000000000000005614cad9feb0ab2b6412498d7b10fb57b0c7ee87878f5 2,973 1.00/1.00 vMB 11
707,429 707,429 00000000000000000006c2a0a1023e70079d3a380b46b2ff6aaf10b030643145 3,058 1.00/1.00 vMB 4
707,428 707,428 00000000000000000008a1a1fdedfc8fdf4242c999bc4c1b319ae7c7b31cdf3d 2,174 1.00/1.00 vMB 21
707,427 707,427 0000000000000000000b5c62eeac728aec58c0c9f05f918eb26c66374ce2b309 196 0.06/1.00 vMB 20
707,426 707,426 0000000000000000000db53a1cb06c1963e63363d272b1a9ffa1c06f3861a2d4 309 0.10/1.00 vMB 9
707,425 707,425 0000000000000000000b6a61625f2bfdc933c1203c366165674a76584aaced5a 234 0.07/1.00 vMB 13
707,424 707,424 00000000000000000009b1036880681ef4120688140d40c75812d4173f16375e 1,354 0.48/1.00 vMB 3
707,423 707,423 0000000000000000000263000f19a9ef685e952bc3c0bc87976e7cbe06097c1e 2,647 1.00/1.00 vMB 6
707,422 707,422 0000000000000000000ccfc0b90b4ced2bcedebe2ce2316c5148b31885222ce6 3,282 1.00/1.00 vMB 19
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.48 GB
    • Received: 17.55 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.