Loading Tool

Explorer IconExplorer

Memory Pool

9,165 transactions
3.39 vMB
0.01501724 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 20.19/200 MB

Candidate Block

Mining Attempt fc525b9c4077d33ea05ef15187c8f0c44c39c1cd28b94ad4acd6fe82d3d94625
Version 20000000
Previous Block 0000000000000000000198901213cf264fd46c324a3dd55fbfd5cf096a97a0a1
Merkle Root f23f70de92ab442a47b34f319c82dc83feafd1c83c50b14215790f8a2e5a6da6
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,045
Size: 1.00 vMB
Total Fees: 0.01175554 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,495 (771,244 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
142,251 142,251 000000000000053552ec4fd2fbe67da2e46e6f2accc50daddb20987806df1f43 73 0.03 vMB 120
142,250 142,250 00000000000008d2fd9a47e9677fe70f1fabf2678cbdb213764053b25974f8b3 26 0.01 vMB 132
142,249 142,249 0000000000000448ab2298b367cd73c29474f35517380fbd458bea75d0a96e0a 50 0.02 vMB 155
142,248 142,248 0000000000000636acd24948ff8e90936e40a3349bb17b0de10436c65afd512b 15 0.01 vMB 29
142,247 142,247 000000000000026be104351628468e2e8b2dc358d458b231530686ded85acefa 127 0.04 vMB 97
142,246 142,246 00000000000007b6ad1b9fd34e3d20e2cb1627f75f5bded56e1a5d3a8b075aeb 27 0.01 vMB 133
142,245 142,245 0000000000000042d929479b1b227507a269ea307aff70a5816323ea0fc10caa 31 0.02 vMB 75
142,244 142,244 00000000000003437a159eda9323f9561f32131eba4b3244019cac0e3d3bb232 13 0.01 vMB 22
142,243 142,243 000000000000065e41a4eb31193f7fdf810b934882e498eaf211bfd5cbf13ce4 36 0.02 vMB 57
142,242 142,242 0000000000000104fc728b2a69bd44712ee47368ab4c1a666cbeab2940d8205d 6 0.00 vMB 23
142,241 142,241 00000000000007cfcbeeb282433477be1622d41ac55ab247ad5912fc279b5217 1 0.00 vMB 0
142,240 142,240 00000000000008abf549130b64ce836def58079f834d3fd6b1a516180d514fc5 35 0.02 vMB 46
142,239 142,239 00000000000004e7dae5734600e70e847a54becc7ab6f001f41f511f6f9e3345 17 0.01 vMB 140
142,238 142,238 00000000000003c44c4c1f176eb954fe24edceb24522633b54bb5a14d27ace3d 33 0.02 vMB 77
142,237 142,237 00000000000002cc1ddc22f2fe5d1a427e58a1191d29fcf25205d87afdb5e713 9 0.00 vMB 973
142,236 142,236 00000000000006df5c7d2088f769348a07ddfe7e53ca99ce4a4cf51fdf938eaa 1 0.00 vMB 0
142,235 142,235 0000000000000674b158507425d7db58d9dfe7c6185a41660cb705d8ea01cef3 41 0.02 vMB 118
142,234 142,234 00000000000000a30544a0eac2bdcf16231c340d5c5850176c6275d5b84df8d7 12 0.01 vMB 156
142,233 142,233 00000000000003b3c95faf83c703d7bb1b98b0aa30d8b557bdbd4051545a725f 144 0.05 vMB 115
142,232 142,232 000000000000066742ae09a37d975704c596be71692d871bb2ca458cf34ebd30 26 0.01 vMB 38
142,231 142,231 00000000000002b064bd39f1e564e95cee37157211bfdee522d6ffcf6a1b385c 20 0.01 vMB 126
Previous 10 blocks ↓
Total Size: 779.73 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: 365.51 GB
    • Received: 1.76 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.