Loading Tool

Explorer IconExplorer

Memory Pool

83,337 transactions
31.33 vMB
0.09695863 BTC
Random Selection Loading Transactions
Max Size: 191.01/200 MB

Candidate Block

Mining Attempt 01fce36303a81ca2c3c61b6408143e24919cadf06573170a151dd34e0bcdbd3d
Version 20000000
Previous Block 000000000000000000018a6131e27c6c8e6c00f0695c67492c18c531297b0321
Merkle Root a0f6310d992dc3252009c2c124df22f2f725648c29c3f82f1435fbb3b2cd0de2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,206
Size: 1.00 vMB
Total Fees: 0.02508306 BTC
Feerates: 177.93 > 2.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,332 (461,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,243 454,243 00000000000000000090ad898d57fa4beded2a72033fc00b70a7fb53efe1361c 1 0.00/1.00 vMB 0
454,242 454,242 000000000000000002545e8985ec5edf1911365dedd2c1f86c659dd3551b630b 2,461 1.00/1.00 vMB 164
454,241 454,241 0000000000000000020f51eb7fd8370327976adde06be43591592c3c7d5d04b2 2,132 1.00/1.00 vMB 211
454,240 454,240 00000000000000000274155074e5bcbfb910f0dc6da39bfead7eae69afb63831 2,274 1.00/1.00 vMB 148
454,239 454,239 00000000000000000255df7d91945da5e19c065906403022d7f9d73e38aa124e 2,133 1.00/1.00 vMB 127
454,238 454,238 000000000000000001abf4f16a72f90f7bddf3a379a4470517412584d102357c 2,459 1.00/1.00 vMB 156
454,237 454,237 0000000000000000008382c69ed9286d3bbb2ef65f26e2f58e7ca475300f7930 2,141 1.00/1.00 vMB 125
454,236 454,236 000000000000000001d1bf9cb6bc48b9e2b3652dddd5cc2a75248121d8e1579a 2,026 1.00/1.00 vMB 154
454,235 454,235 000000000000000001beb6a688fe3f7f4d55f6c5c92855fd6ee7afc09e30efe8 2,772 1.00/1.00 vMB 117
454,234 454,234 0000000000000000011a29e637c9bd0bd8daf9244fb442ebb1bd68228967d204 1,805 1.00/1.00 vMB 126
454,233 454,233 00000000000000000155cf04456992b8b8d65d2efda3be9b586cf358aaba4fd2 2,217 1.00/1.00 vMB 173
454,232 454,232 00000000000000000006e6e5a05a8f2e2f43cee9c2ca22934e6ae9be876d9a3a 2,342 1.00/1.00 vMB 153
454,231 454,231 0000000000000000015f4c83d458e704a351bea69b714bcc78772e636aa4bb72 2,411 1.00/1.00 vMB 204
454,230 454,230 0000000000000000007dd0c1f71646fc01f2a9f9525c34698deb28c916aae17f 2,963 1.00/1.00 vMB 128
454,229 454,229 0000000000000000018da619557f91542df97dc38f8e7971e7a32f91cb98564f 2,389 1.00/1.00 vMB 171
454,228 454,228 000000000000000000a74fc4ea49c1b3c4828f8d603f6ceda01cc321df37e5f9 2,210 1.00/1.00 vMB 158
454,227 454,227 000000000000000000c6dc22732d5fc4dde97c79637b3546ddbdde98483a2719 2,866 1.00/1.00 vMB 199
454,226 454,226 0000000000000000012808ce6dc9cf9ff2cc9b237216c5668c5fccee3e387c27 2,266 1.00/1.00 vMB 155
454,225 454,225 000000000000000002330714d4428e93c46611172112a6286088a21ecb0b40e8 2,542 1.00/1.00 vMB 201
454,224 454,224 000000000000000001f9f1f867e1dcfb357657f8e3fb236ece1a88e1c3be5ab1 2,331 1.00/1.00 vMB 141
454,223 454,223 000000000000000001cb6535d411497e5e9462886b65eed371e87d41e3253443 2,007 1.00/1.00 vMB 133
Previous 10 blocks ↓
Total Size: 782.97 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: 715.93 GB
    • Received: 17.75 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.