Loading Tool

Explorer IconExplorer

Memory Pool

22,826 transactions
24.31 vMB
0.04951716 BTC
Random Selection Loading Transactions
Max Size: 116.60/200 MB

Candidate Block

Mining Attempt a827c535722ba5c2c133df92ab65f67bc6865f3fd3019da13840cccc483215a5
Version 20000000
Previous Block 0000000000000000000057958c2a91557406c241729b6f7bf90734a7be248f26
Merkle Root 8399de60f541ebcd73ca06ca5106860aa1f9603236611ec577f82c81b591c286
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,818
Size: 1.00 vMB
Total Fees: 0.00618552 BTC
Feerates: 58.47 > 0.62 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,299 (862,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
52,189 52,189 000000001dbbf5927ea6de94bb813007a93f265e050edb837ad43974c1834413 1 0.00/1.00 vMB 0
52,188 52,188 000000001346afaf8d634b4ba4876c4190a7957a67ba83d85236ca8d2d24d8cc 1 0.00/1.00 vMB 0
52,187 52,187 000000001e910f691343eb8c25dd286bb01cb910fbaf7256c06a358a4ba7a480 1 0.00/1.00 vMB 0
52,186 52,186 000000001ed3466c36ca31a78657e461560e2e7fb33b4c03f7e07d5e988a2c5b 1 0.00/1.00 vMB 0
52,185 52,185 00000000008a78a1ae0dbf8871b7f962912d75518084fcd59fc4af06cd251a79 1 0.00/1.00 vMB 0
52,184 52,184 0000000005b23be072972b77eca47f5ba7af515ecb32abffb2a11bba0de675b5 1 0.00/1.00 vMB 0
52,183 52,183 00000000120a0772d1cdb3fe7fc9cf1942050c684e1e860f2fe8ac334420bbe6 1 0.00/1.00 vMB 0
52,182 52,182 0000000001367fdbf6803d20a8d612f400e1d5ee164f91d692bbd04206c50787 1 0.00/1.00 vMB 0
52,181 52,181 0000000007750a288b1eb126ddfa9fa2180b2142c2613e35172f73a0441f22f5 1 0.00/1.00 vMB 0
52,180 52,180 000000000ee26996ceea6808c8fd2206c749c2f31ac5d1d340e48ead5439a096 1 0.00/1.00 vMB 0
52,179 52,179 000000000146c18453d00553a46b2c065ee01f04df764be7ad0992ce364bd2e3 1 0.00/1.00 vMB 0
52,178 52,178 0000000012d2d2df85ae17aad6e93f74e0ed673b70c544b009c4a9a406074dc1 1 0.00/1.00 vMB 0
52,177 52,177 0000000011b4440e41e182d208a4280d07178852c07c7f9e8585b1d2b7cd9c84 1 0.00/1.00 vMB 0
52,176 52,176 0000000020531af2a3a4feb1d4036dbbbbf5293aae20265ceb917ba13abcee2a 1 0.00/1.00 vMB 0
52,175 52,175 000000000b0ec9fc8c72eb63a9275173e040c325094048044af4946c256e17c5 1 0.00/1.00 vMB 0
52,174 52,174 00000000121523bb0ea27f5006ae5127bd2ff6b9b532ae741277cfb6d7a1c773 1 0.00/1.00 vMB 0
52,173 52,173 000000000e228de8023a22864b839c97c354ad88d72d799aa41a7122883b4c45 2 0.00/1.00 vMB 0
52,172 52,172 000000000c1edbe0d069b7238997cae3a661e6e42c993042b31d58be2b91e814 1 0.00/1.00 vMB 0
52,171 52,171 000000001d3a541c0ac16107e4c0608379efdaa899b473d4c6d951f84f609632 1 0.00/1.00 vMB 0
52,170 52,170 000000001b58d0f4c4e50acb68d3ca83c5c511d7b88e75d45dc0ea4bc522ea7e 1 0.00/1.00 vMB 0
52,169 52,169 00000000173e001ffdda46ec4b1b0f005b1ffdcf092c00373fe9ea1189878cff 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.12 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 580.58 GB
    • Received: 8.98 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.