Loading Tool

Explorer IconExplorer

Memory Pool

48,133 transactions
23.67 vMB
0.06530478 BTC
Random Selection Loading Transactions
Max Size: 131.03/200 MB

Candidate Block

Mining Attempt c0f587cfe3792900883020988a80427502a8101b088bf3cde9c113eff2ed94fd
Version 20000000
Previous Block 00000000000000000000e9c4666bcba29cdb763301f4d720dd17905d0ef25c50
Merkle Root 7eb0ccc92d4009a17ed3cc4d2d0aeead45726c04b0b54fcd90b8549774335f86
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,314
Size: 1.00 vMB
Total Fees: 0.01560631 BTC
Feerates: 200.89 > 1.56 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,986 (790,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
123,152 123,152 000000000000340b2e9fb1f58d5caadbb15a3a7e81f6886b1edca44bc9924c35 36 0.01/1.00 vMB 1,116
123,151 123,151 0000000000000a83d9c5237cbfd30dd1d70879a3b47a094616cdb3a157bdf346 39 0.02/1.00 vMB 134
123,150 123,150 00000000000066fc406b94575bdbb6ef3ebf214883ce090753df2d101397f517 1 0.00/1.00 vMB 0
123,149 123,149 0000000000004df563b65df30410e8a1c6aeff25af3ef66c2cbaf1d205d93261 11 0.01/1.00 vMB 1,293
123,148 123,148 00000000000032226c80edf3d59491dec6ab3c3fb4bff4d50c4d540001807c9f 1 0.00/1.00 vMB 0
123,147 123,147 000000000000178fa8b373e765a688306404ae2bd5c52ee56360f467a4c2a909 32 0.01/1.00 vMB 249
123,146 123,146 000000000000287d2e3e510f68c132fbc106fdb1bd720282f28ecb9b8141efd7 12 0.00/1.00 vMB 939
123,145 123,145 00000000000017b2a623a3c1474cf8e05fb3143d5509460f6fc8fa34cd43c304 35 0.02/1.00 vMB 707
123,144 123,144 00000000000011db1591dc83f7b14920ca1c0d42a44caf99571c5146e9f7eafb 47 0.02/1.00 vMB 1,602
123,143 123,143 0000000000005f5d2e552d8640fc59b04cbf31b57521fe344c39efef577c6b3c 8 0.00/1.00 vMB 0
123,142 123,142 0000000000000be5e7062a350fab99741ee3d91a7d9fad71abbd77516a6e763b 7 0.00/1.00 vMB 275
123,141 123,141 0000000000005baa45fc9b37baa01d8a010445f7bf2263d124bcd82431369246 14 0.00/1.00 vMB 240
123,140 123,140 00000000000031ac1f33c2a12efa0b29a23c11dd2e3aeeb1c94dea89394c789a 12 0.00/1.00 vMB 636
123,139 123,139 00000000000066b120fca9fbfb45466d8f9c18cf6ca4e38dfe18fe9d646e52f2 55 0.02/1.00 vMB 284
123,138 123,138 0000000000002312e0d0609c216a8929600e9e50412d410d5d9eef9e4df41edc 11 0.01/1.00 vMB 0
123,137 123,137 00000000000008919bff8ac5b89bd29b3439d18f13d96a01969d809fc2c24187 20 0.01/1.00 vMB 182
123,136 123,136 00000000000069c9a2a65c1492497038a66cc4fb22c3752f3ff7102e477e6782 10 0.01/1.00 vMB 213
123,135 123,135 0000000000003071d0b31b648f79869731b47094eac30aa7a704e7893b835327 2 0.00/1.00 vMB 1,610
123,134 123,134 000000000000070f3513d8137f7410bba20259c9e4d42f0ac61668ed7d74b299 5 0.01/1.00 vMB 176
123,133 123,133 00000000000065e306e97ff485d0270b3f0dbc383887455a330f3c133bcba6dd 1 0.00/1.00 vMB 0
123,132 123,132 0000000000000c350eac3f2434ab7c6a572b1661ce30b7e86bcf54ccb0c46f87 17 0.01/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 780.58 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: 541.14 GB
    • Received: 6.17 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.