Loading Tool

Explorer IconExplorer

Memory Pool

77,383 transactions
28.95 vMB
0.06604424 BTC
Random Selection Loading Transactions
Max Size: 175.15/200 MB

Candidate Block

Mining Attempt d0a518a4a349fe54a7b51a21f917b4f297cb92dc5a87b5a176f3bd94cf4375b4
Version 20000000
Previous Block 00000000000000000001fa22e6231aaa977327edfd312baec3e012ec5bb62617
Merkle Root 5999cd3a8b1d60e7f1de762a894f1e14d7730eca73b461af0f9c86e57ea6f54f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,759
Size: 1.00 vMB
Total Fees: 0.00562820 BTC
Feerates: 44.66 > 0.56 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,168 (98,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
817,167 817,167 00000000000000000003c6c0592cb53bd8fe4ae2b0fb4dac0e329a1d52b27a2a 3,990 1.00/1.00 vMB 103
817,166 817,166 00000000000000000002c1ec6954bee01ecd5edd734ca967b9c3b721b6714b4d 2,148 1.00/1.00 vMB 107
817,165 817,165 00000000000000000001203bf4ca8239f661dea4f3fef81643cd01256f671bc5 723 1.00/1.00 vMB 113
817,164 817,164 00000000000000000002f77e6fdddaaea107adf2121b1075dcfa3bac2219b770 1,217 1.00/1.00 vMB 120
817,163 817,163 0000000000000000000249b20e3c20ed6952a590be305890b56818bb6e3b67ac 2,070 1.00/1.00 vMB 130
817,162 817,162 00000000000000000003d9b6c373d56b4307c2602d522672848bad9320cf3724 1,091 1.00/1.00 vMB 119
817,161 817,161 00000000000000000003e0a37878da38953b5b882f5f7bccb20547c29d2d4d70 1,742 1.00/1.00 vMB 133
817,160 817,160 0000000000000000000180684d75ea3f61c4e65a6fd11e315f6a240824f81d24 594 1.00/1.00 vMB 107
817,159 817,159 000000000000000000011ae6211a65adf123b570f70d71281a40d58905f55f7b 2,879 1.00/1.00 vMB 142
817,158 817,158 00000000000000000000370e1cbe4a12b44006179b2f1c87f3855dbe8d00cf05 3,378 1.00/1.00 vMB 155
817,157 817,157 00000000000000000000515513b22416d9bbb49da18dddff9dc7e873a10d7adf 3,575 1.00/1.00 vMB 251
817,156 817,156 000000000000000000008076d4c99862cfc74593c92a00b93ad813712fbd775b 1,494 1.00/1.00 vMB 119
817,155 817,155 000000000000000000014d870149b69103868ec2f5ffb16e29673992f6daecd6 2,936 1.00/1.00 vMB 110
817,154 817,154 00000000000000000001bfe6408acd6298e9248e9fece8ff9d5e6693e382ade0 3,066 1.00/1.00 vMB 142
817,153 817,153 00000000000000000000d036d88fe8dae566cfb52575e700d38501d74a5213a5 2,876 1.00/1.00 vMB 148
817,152 817,152 0000000000000000000174f06738f1b7f66cc6122971d0d64645eee5a20a0f51 3,821 1.00/1.00 vMB 146
817,151 817,151 00000000000000000003c71789e7edd29ba6c3ca4b01389c9be498267b9ec70b 4,220 1.00/1.00 vMB 117
817,150 817,150 00000000000000000000109cbd762c823310cc8db404ea3afa085a31aefe8b79 3,892 1.00/1.00 vMB 154
817,149 817,149 000000000000000000042840dae5f575f8a4bbb647b97b9bfb1f8beb6f8ddb61 3,476 1.00/1.00 vMB 138
817,148 817,148 00000000000000000000450e5b328fdcd25ff1bbf05199e3f27dae2a2791d61d 3,024 1.00/1.00 vMB 170
817,147 817,147 000000000000000000044e8df24706961a4d5f1f9ed4a383fc300a6357db8f6a 3,617 1.00/1.00 vMB 242
Previous 10 blocks ↓
Total Size: 782.69 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: 686.31 GB
    • Received: 16.48 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.