Loading Tool

Explorer IconExplorer

Memory Pool

42,617 transactions
32.22 vMB
0.10611636 BTC
Random Selection Loading Transactions
Max Size: 161.18/200 MB

Candidate Block

Mining Attempt 7668601556e29060bd0bb994608c7e114639e0782ccb2ddbcf8d139199fe0b7d
Version 20000000
Previous Block 00000000000000000001da8eac2d8e7f938d243bdaa04666102f20fda9eed443
Merkle Root 322ec6ce185df9f2598640de422e41d880025f2e531b7af490690f52e7217b14
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,601
Size: 1.00 vMB
Total Fees: 0.03602309 BTC
Feerates: 501.77 > 3.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,363 (865,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
48,617 48,617 0000000004febc5598d6ca268ffe7fff3559879ef16a48428798c577b436c794 1 0.00/1.00 vMB 0
48,616 48,616 0000000018321b57b856810fedcca8b477b90e56926244d63e07b6ff5e624ff3 1 0.00/1.00 vMB 0
48,615 48,615 000000000001af5ec05c35ae5fb542732122839c00ad4ffe8043d747eaba7898 1 0.00/1.00 vMB 0
48,614 48,614 00000000257e91dd00a4f96ac40780b1a9337514aa488b006cf5d30f2bbac523 1 0.00/1.00 vMB 0
48,613 48,613 000000000be9e0e6e2e5a9be4900865c6210b2db1d251c016f75a8625ec3ab64 1 0.00/1.00 vMB 0
48,612 48,612 0000000025633436a06677fa6e2747d851b0166d0db2d367c648c1e1634f5ba9 1 0.00/1.00 vMB 0
48,611 48,611 00000000059a8bfc0937d8a8a208252e9b37491f755e3011fb7ca563d80443c7 1 0.00/1.00 vMB 0
48,610 48,610 0000000024a608d0873c4650eabb1a10e721d15a86776483315f37ed4da00a87 1 0.00/1.00 vMB 0
48,609 48,609 00000000068c99f93f92f8d8ab94f1a29ecc14479e8accb3b967c822324fdf7b 1 0.00/1.00 vMB 0
48,608 48,608 000000000e85d2decf9db15f54744c7b252f839bd8ca4f00b47305aeee20dc81 1 0.00/1.00 vMB 0
48,607 48,607 000000001089b4c8c6bb8340fd67b3157a3da9929ef5ec83d9bdf4582f2a893d 1 0.00/1.00 vMB 0
48,606 48,606 000000001c5bc1cde2b5e9419979c21f26e3a298a168409cbd1be2b3e2c5312d 1 0.00/1.00 vMB 0
48,605 48,605 0000000015ac83945f4377632c538f76fcf4380a42165e341eaab6342ef302da 1 0.00/1.00 vMB 0
48,604 48,604 0000000018de46c759cef87dadc2ebe11d3e5a1e90aa982967c367233f05c7e7 1 0.00/1.00 vMB 0
48,603 48,603 0000000027d1cac470a24f22eb60bf1059dea2a2c2a1fb02ad73cd72c8c49b22 1 0.00/1.00 vMB 0
48,602 48,602 000000001c6d1e2babedeca2578b1eb6f51ee2603756454b752455a20b088cab 1 0.00/1.00 vMB 0
48,601 48,601 000000001529a98ded32f46cc9dd70afdb2083d72bc46acee57adb712da31316 1 0.00/1.00 vMB 0
48,600 48,600 0000000028404f70d2535ff1eb17a9af71dd3a434e5d6dff2d61c1f28449a93e 1 0.00/1.00 vMB 0
48,599 48,599 000000001e82a2d47b684e40827bd07c4f2267a40304b5227cd8a3412e0e97e0 1 0.00/1.00 vMB 0
48,598 48,598 000000000f313d38fef7efaf5e06e19fcca991f6f8322f4f4b667dc3ae01c65a 1 0.00/1.00 vMB 0
48,597 48,597 000000001855c7caeb032d1d60aa71f76cf752740c294f81b7b207086ad5dae9 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.24 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: 593.28 GB
    • Received: 9.67 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.