Loading Tool

Explorer IconExplorer

Memory Pool

42,553 transactions
29.06 vMB
0.07547507 BTC
Random Selection Loading Transactions
Max Size: 149.36/200 MB

Candidate Block

Mining Attempt 22d64adca53fe9d78fbb4f8b4940cc3a163a5c0574cfd102bb021de50e8d42f2
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 47872e8db984b5dc7fc26acd34e072536365a80b5df826a95ce06ac2d9c36b38
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,801
Size: 1.00 vMB
Total Fees: 0.01874652 BTC
Feerates: 150.75 > 1.88 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (445,947 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
468,665 468,665 000000000000000000e771e725ec208f81367f8bd762ddf19cc889d2e6162699 1,676 1.00/1.00 vMB 398
468,664 468,664 000000000000000001b938ee86d8092018554488591956fefdc6cd4c4f3095ea 768 1.00/1.00 vMB 307
468,663 468,663 000000000000000001c5ebf590fb80589c549a0e7fb93e0ed70fcb87bd138afb 1,891 1.00/1.00 vMB 145
468,662 468,662 00000000000000000178630ba99d47b12b55316c1434e1d07561e8d878954618 2,974 1.00/1.00 vMB 187
468,661 468,661 000000000000000001ca3e7a18bb0f67cfc61d0f468a5353977f2b89e9acdf90 2,163 1.00/1.00 vMB 210
468,660 468,660 000000000000000000ef8ac14b4d7785f0a0ad21b675fd50bcff908138becd1c 1,844 1.00/1.00 vMB 366
468,659 468,659 000000000000000000dda26d7c45c91834e6390b209484f3bd8ae57eba59b943 1,485 0.99/1.00 vMB 539
468,658 468,658 000000000000000001c202f43ff2809979e49760f88e48333e81997e93cfd88f 2,324 1.00/1.00 vMB 270
468,657 468,657 0000000000000000016e2f9e16bfe62b09e2fefefca6c54136bdcfe658bef333 1,730 1.00/1.00 vMB 251
468,656 468,656 00000000000000000147caf111cfd571ba2a4a76e61b8080b286c098bb9ffed5 1,126 1.00/1.00 vMB 242
468,655 468,655 0000000000000000018f1b751e013f0ed17ce39c8008d8958db9f1e1a4249600 2,192 1.00/1.00 vMB 237
468,654 468,654 000000000000000000a25054ee7b6eaa1fae3ac06af290f838eea629ca5f031e 1,802 1.00/1.00 vMB 348
468,653 468,653 00000000000000000187289ce781627fffc1c5e4cd47b4505ea18071191a1b2b 1,411 1.00/1.00 vMB 305
468,652 468,652 000000000000000001d3d418c6733f947ac53e0502195423b4ca250d61f030b6 2,148 1.00/1.00 vMB 299
468,651 468,651 000000000000000000a71f6135830e23ac16829257103cfb24d81396871be3ca 3,218 1.00/1.00 vMB 287
468,650 468,650 000000000000000000c3e50be03f44c451578d62ded20f7667653d454dd55b07 2,371 0.99/1.00 vMB 309
468,649 468,649 000000000000000000b68c0a831e39e8b50186cac9eba1250a197dc85c5ca622 2,166 1.00/1.00 vMB 357
468,648 468,648 000000000000000000f06a218f7e4f3cee46c3f8c1ecf9df3e860dfe69065332 2,008 1.00/1.00 vMB 511
468,647 468,647 0000000000000000018d716b4e8075d04bbf2555d5a3f0c7239539e1672c32f7 2,368 1.00/1.00 vMB 296
468,646 468,646 000000000000000001a54de4b7dd9e147750f7927949ce75a57b6a498165358c 2,030 0.99/1.00 vMB 322
468,645 468,645 000000000000000001c4fb54d05b96489c5fa7cee400e87d79a39c6440b17552 2,008 1.00/1.00 vMB 456
Previous 10 blocks ↓
Total Size: 781.70 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: 629.17 GB
    • Received: 11.88 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.