Loading Tool

Explorer IconExplorer

Memory Pool

89,003 transactions
33.43 vMB
0.08434539 BTC
Random Selection Loading Transactions
Max Size: 200.00/200 MB

Candidate Block

Mining Attempt 1325e3419d6bd6fdd68c97f47906a93ca612e61857d744324904e1dd6d76a5ed
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root c9390a55909a16d98b85187fd5f0a9070e8b08207328925a3caefd66d3d1fefc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,735
Size: 1.00 vMB
Total Fees: 0.01771275 BTC
Feerates: 502.65 > 1.78 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (456,850 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
458,096 458,096 00000000000000000036e099d6024205a8428d1ea9da5afbca0451d6a2c67f32 2,749 1.00/1.00 vMB 278
458,095 458,095 000000000000000002193d015fc74bc4ee4a0e5bf3e299ee2ac461a573841c57 2,485 1.00/1.00 vMB 230
458,094 458,094 000000000000000000ffbf87c0d6d978ed6601f7f8495990816528db85627a8c 1,854 1.00/1.00 vMB 181
458,093 458,093 0000000000000000018310fc80c150d76014b114b0579cefc7d87e0c15a769cf 767 1.00/1.00 vMB 39
458,092 458,092 0000000000000000011257f379fc5033c51e1314468693ae200cbc8d30f2ea9d 1,127 1.00/1.00 vMB 64
458,091 458,091 00000000000000000000011246f099d94f91628d71c9d75ad2f9a06e2beb7e92 1,591 1.00/1.00 vMB 115
458,090 458,090 0000000000000000021535e276353c594dae69e6b6a5ab1f1855afbb3e8f1e36 1,684 1.00/1.00 vMB 162
458,089 458,089 0000000000000000018796c845a3f9070282c14c9587b5280846b1da4f1a343a 2,107 1.00/1.00 vMB 136
458,088 458,088 000000000000000001492d8ac1561ce5e86fd6e01d6bb73db36eec6f81485110 2,440 1.00/1.00 vMB 181
458,087 458,087 0000000000000000008f18d86ca6528570ff1039c7d684b1afad5bce19216458 1,839 1.00/1.00 vMB 157
458,086 458,086 00000000000000000023f60528746c736efc4dbeacdfec3608bdee48dae0c2ea 2,091 1.00/1.00 vMB 180
458,085 458,085 000000000000000000f7accba2512927ffdd8e31f80923e837e1171b11b6f064 2,476 1.00/1.00 vMB 223
458,084 458,084 00000000000000000246a6952d8d6b9e014fb7c6551426b60c0852ceab51754a 2,509 1.00/1.00 vMB 178
458,083 458,083 00000000000000000228b1e767ff42dfd964ef97ad979127a2a3aca05d295c9f 2,501 1.00/1.00 vMB 245
458,082 458,082 00000000000000000044aed3c02761024c44cf1efb2de229cc6cb15389a1cc4b 2,011 1.00/1.00 vMB 189
458,081 458,081 0000000000000000003098cac714146eac9935c1e0f4003f24e6d79ea90e87c2 628 1.00/1.00 vMB 92
458,080 458,080 00000000000000000213fd346e69238ffacb240c76b4a5aa1f166f5fdb5575c9 1,774 1.00/1.00 vMB 156
458,079 458,079 0000000000000000003ca69723066edd8bca79f6147401b4c43101d168f3c8dc 1,430 1.00/1.00 vMB 138
458,078 458,078 000000000000000000689b2196545ab6561f5888281fe37bd1ffe6a1d95e2f95 1,631 1.00/1.00 vMB 109
458,077 458,077 000000000000000001f007d0d4b5d2c5a583f4977f74aa54595a7197783f24b3 2,811 1.00/1.00 vMB 144
458,076 458,076 0000000000000000020946733babef5bf813022edd37a14ed15b0760083c1c89 1,274 1.00/1.00 vMB 150
Previous 10 blocks ↓
Total Size: 782.29 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: 657.25 GB
    • Received: 14.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.