Loading Tool

Explorer IconExplorer

Memory Pool

80,633 transactions
29.93 vMB
0.09093464 BTC
Random Selection Loading Transactions
Max Size: 178.60/200 MB

Candidate Block

Mining Attempt 9a26bae39426e4a0d50187bc76cfbbb47d2a856d3123049de3c6b51b981873ad
Version 20000000
Previous Block 000000000000000000004dc4502af0d104d581c2cf1796c3b173cb69ee8070e0
Merkle Root bd4a9e69a61456833625812fa110243947744b3b3a83922c0d3d235f5586e943
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,670
Size: 1.00 vMB
Total Fees: 0.02894137 BTC
Feerates: 100.37 > 2.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,062 (255,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,123 659,123 00000000000000000006f2104cf3853a9cb74eb2c769ae833b49da39e774f6ee 2,250 1.00/1.00 vMB 41
659,122 659,122 000000000000000000015f09d5ea90480f38c3315275d8b08b315c329721562e 2,660 1.00/1.00 vMB 25
659,121 659,121 0000000000000000000a243a00158c8b918f09c9ea817f1a9c31d498d7683068 2,484 1.00/1.00 vMB 59
659,120 659,120 0000000000000000000ef41a436e02f82a51ce2e03df1672e411138583245d85 2,251 1.00/1.00 vMB 30
659,119 659,119 0000000000000000000dda87d77f99a35442b4e93244c726e6b29b6fd0f2f54f 2,230 1.00/1.00 vMB 51
659,118 659,118 0000000000000000000834fba1d9b5eeb82bbc7d300558ac9d3eddfd439e53c5 2,306 1.00/1.00 vMB 10
659,117 659,117 000000000000000000006b853a124985db66ec4955f2cd2a22fdfaac31e3106e 2,307 1.00/1.00 vMB 44
659,116 659,116 0000000000000000000291c8e1243a4e0fccc92d5367cc88541955c209e95503 1,741 1.00/1.00 vMB 14
659,115 659,115 0000000000000000000ca8cdc91cb570cc6cffab4091e1935135c19a93e3d09a 2,638 1.00/1.00 vMB 22
659,114 659,114 000000000000000000065c1898aff5a172af9e48c7bfedbf9fd2e21d5fea9e38 2,904 1.00/1.00 vMB 20
659,113 659,113 0000000000000000000c416cefd7f0e57fec141d85918e080cf65f724a46cb15 2,884 1.00/1.00 vMB 21
659,112 659,112 0000000000000000000eb31e6036c4e882134a410c6dfc4687229d77dfa9b179 1,816 1.00/1.00 vMB 70
659,111 659,111 00000000000000000005395a82341074d9eb20606ff1dce726908857122048d8 2,964 1.00/1.00 vMB 20
659,110 659,110 00000000000000000002701da65fa0a814ee85816c00f40c04e97a38ed678d83 2,623 1.00/1.00 vMB 33
659,109 659,109 0000000000000000000a9ac3b8974cc234e619ed43ac4ca036e1f1656dd44783 2,695 1.00/1.00 vMB 38
659,108 659,108 00000000000000000007d5be1ec749db373da45377a523a2be6a368bfdc8035c 2,507 1.00/1.00 vMB 68
659,107 659,107 0000000000000000000cdb858dd2e8e6bd2add42b24f130868cd15f19221e8da 2,953 1.00/1.00 vMB 72
659,106 659,106 0000000000000000000b5843646c963f4b51abd9f3fef433dab433d7dc9749c3 1,689 1.00/1.00 vMB 100
659,105 659,105 00000000000000000009eb7a9aeee36d1de8485fbe4c0d988430faa83211e7a7 2,534 1.00/1.00 vMB 22
659,104 659,104 00000000000000000006f14615e6e57df92b7dc0055e994d926ffbabdd3fbd15 2,093 1.00/1.00 vMB 71
659,103 659,103 0000000000000000000b4f1cdb1ae547b2f8d33c15428b742b4a3342b174ac10 1,651 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.50 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 668.42 GB
    • Received: 15.51 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.