Loading Tool

Explorer IconExplorer

Memory Pool

25,840 transactions
10.72 vMB
0.06750514 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 61.62/200 MB

Candidate Block

Mining Attempt 820d7d9bc55a12a7933b5a015aa049721ab32f1bd30bc83a1d06a230c7e4c417
Version 20000000
Previous Block 0000000000000000000019a2bc7789d97e1fe54fb5028737bae97eb7a8b5ac3a
Merkle Root b6d01ad4abaf2b54434684204b7d9bbfe11b1bcfa72507e61ae01334c459186f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,992
Size: 1.00 vMB
Total Fees: 0.04971317 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,557 (771,299 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
142,258 142,258 000000000000093154f33240cb9198e8eaf83b28f320db043d01332a71e8044e 43 0.03 vMB 297
142,257 142,257 00000000000001323e8bc9538b2f0d597747e6d9e32bffc327d9fde360290760 38 0.01 vMB 435
142,256 142,256 0000000000000312dae853f2afb05899c86c0abfc8191379be5523ac4500a364 28 0.01 vMB 421
142,255 142,255 0000000000000170fa9d66ad3f04cf7d5f8269c87b8b40e6c20c5e97f4aa12b2 36 0.01 vMB 193
142,254 142,254 000000000000069ec1f8fabcb675c3e8c02979233fed09402311b5248af44da9 2 0.00 vMB 11
142,253 142,253 00000000000008add72bff32b5a0368fa7d958517c6a444ded1ead3f72ef0ef9 37 0.02 vMB 91
142,252 142,252 000000000000069d2cae0e3f5c344460cc5ca051d729f62e64191c3cb8c2624a 90 0.02 vMB 0
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
Previous 10 blocks ↓
Total Size: 779.83 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: 423.06 GB
    • Received: 2.29 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.