Loading Tool

Explorer IconExplorer

Memory Pool

40,122 transactions
28.42 vMB
0.06286638 BTC
Random Selection Loading Transactions
Max Size: 145.21/200 MB

Candidate Block

Mining Attempt c1f9a4510d40da85250432a16f857b0f9e004f5f6b34b9a06218f245f522259e
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 2d02c45b018818b0e9ca6e759223a84cdb1355cf28a2e70768b1734395cbd9b9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,136
Size: 1.00 vMB
Total Fees: 0.00816278 BTC
Feerates: 90.40 > 0.82 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (299,506 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
615,106 615,106 0000000000000000000f299cc380c3d4d0acdd63c41a626f13de2127602052a0 2,991 1.00/1.00 vMB 6
615,105 615,105 0000000000000000000ea815443d68d9fd24ed6056fb761f027c175a759328dc 3,157 1.00/1.00 vMB 5
615,104 615,104 0000000000000000000b4aa984748133022fb6604bbedfb6dee92f4ddec1452f 3,028 1.00/1.00 vMB 19
615,103 615,103 000000000000000000024d5bf87deb80d1738c6360734cac7372850b07c7020a 2,597 1.00/1.00 vMB 8
615,102 615,102 00000000000000000002f5372558a7ae5e7f6ea571e3a5cfc6d59be8bbf977ad 3,346 1.00/1.00 vMB 10
615,101 615,101 0000000000000000000300bedb272f0fd32196f3b7899083644ea2b5a18afeaa 2,736 1.00/1.00 vMB 10
615,100 615,100 00000000000000000011f493c1410166d0800d222dca8787e651c131ce530e4d 2,818 1.00/1.00 vMB 17
615,099 615,099 000000000000000000094155c733eb267917cc8230e5c0ec07807029960e3861 3,323 1.00/1.00 vMB 20
615,098 615,098 0000000000000000000b19a93e77b9e8cb23678a8e733708876a0a7cb41e243e 2,876 1.00/1.00 vMB 11
615,097 615,097 0000000000000000000e5e534e879ee28861545093ba36bf88f0f2339272c735 2,380 1.00/1.00 vMB 16
615,096 615,096 00000000000000000011a0fe662e5971fa5d6037efae59e1e0c8e82f596d0396 3,445 1.00/1.00 vMB 23
615,095 615,095 000000000000000000091fc5d3d6e72c96c670d0f4a6bf8fb72b562ca8861dd1 3,004 1.00/1.00 vMB 11
615,094 615,094 00000000000000000010c2a800bd749e43d0c9bb4f3086e5acd130a78af0e68e 3,161 1.00/1.00 vMB 21
615,093 615,093 0000000000000000000a5564056558c17ae2d9336fbb1038395308f47b4e9bfd 3,243 1.00/1.00 vMB 16
615,092 615,092 00000000000000000005fe8cd7ba349d5f89afe0481c40b018745c8eecc6ea97 3,047 1.00/1.00 vMB 31
615,091 615,091 00000000000000000011a9bd171834b7063698a7e0d09f187f260e736deebb4f 2,463 1.00/1.00 vMB 4
615,090 615,090 00000000000000000010db91841b54aef41b86ab1aa04c6a1d271b2c11787ce3 2,558 1.00/1.00 vMB 14
615,089 615,089 00000000000000000009d26200449fb7f9042522573fe8f836b316032c34ef34 1,791 1.00/1.00 vMB 4
615,088 615,088 0000000000000000000f327f0f6f7fbfb8347a57e56663a35888da019b411318 2,737 1.00/1.00 vMB 20
615,087 615,087 0000000000000000000fe1baba9e773f87a883f163cdc31170b57a4e546e6b6f 1,530 1.00/1.00 vMB 4
615,086 615,086 0000000000000000000ed244556c4f1d2689195d52c3fdd64aa8aacb4f69a4ee 1,484 1.00/1.00 vMB 6
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.87 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.