Loading Tool

Explorer IconExplorer

Memory Pool

15,199 transactions
6.87 vMB
0.03534094 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 39.81/200 MB

Candidate Block

Mining Attempt 1c001f75fe0397171367371329349424c014706c4aa4d1b315c2fcf671d5a668
Version 20000000
Previous Block 0000000000000000000066ac21ba42b91fa162e496fd444b39d53b2f27321a01
Merkle Root 8b8d8db5138802fefebfa95b7d8c887d1d28b538a9fbe07c25c2619e0d0dacf3
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,236
Size: 1.00 vMB
Total Fees: 0.01820622 BTC
Median Feerate: 1.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,459 (710,220 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
203,239 203,239 00000000000000297076da8f39ecdc4daf216ebb3362cdb74d93574bd08086f5 6 0.00 vMB 38
203,238 203,238 00000000000001398f70890bd548753a1e521b83c714c312a4919d242e4d37c0 189 0.08 vMB 572
203,237 203,237 000000000000057bd60c70cb32dc0e961d68f2b4e32c48ea54458e31db271a5b 93 0.04 vMB 107
203,236 203,236 0000000000000341b4e81d671ea7b9ccf1a3138b07dce68b0e5c77dab49dea88 316 0.13 vMB 55
203,235 203,235 00000000000004ea1e6fc62fb2c9c84ada54c5966e7d844eae7d2d3cebb29c9a 196 0.08 vMB 101
203,234 203,234 000000000000033e8cb5c64ef0fcfff468f15853ca4cdedbeedbf02132750740 992 0.40 vMB 252
203,233 203,233 00000000000002b139315d225ce8c05c6b018cbcfd87c5e7ef85d65394848329 78 0.03 vMB 85
203,232 203,232 0000000000000379a7ddf5514d68c220164d20226a6a965609bbf717e94807ec 391 0.19 vMB 103
203,231 203,231 0000000000000491ca9962bba8f5e5aad225cccd1e59ddf1ec5ac3e40117bd89 137 0.05 vMB 132
203,230 203,230 000000000000033b04c610fc34fc418499573e856bc8ba129e115c6f957398e8 71 0.03 vMB 106
203,229 203,229 0000000000000260ddf4230bbb245d9e8e61022e26b7c42ab0be0a41427c9cda 61 0.02 vMB 184
203,228 203,228 000000000000003ab3ab4b92f05159dd537fc708573422dfba8de174c70555f1 203 0.08 vMB 126
203,227 203,227 00000000000002b73b6193d267076f2b97eed35697eb91f7a5196a3e6d9f7387 228 0.09 vMB 78
203,226 203,226 00000000000003d233881fc7a89ed818386ea9cb87d836093238a524751446ed 47 0.02 vMB 33
203,225 203,225 000000000000010953310d0f3aa94d62ba862b446ac91abed2f564f1cde9f551 208 0.09 vMB 115
203,224 203,224 00000000000003c6c1edeca43754d87f7618833c04db6db24697df785b90a4ae 11 0.00 vMB 314
203,223 203,223 000000000000018a98528ccd5c095a19d7159ea31964048344fdc6433215bf71 297 0.11 vMB 154
203,222 203,222 0000000000000171134ff2aaaa99741da94968b6cf5084de9ac4250908d8833b 75 0.03 vMB 126
203,221 203,221 000000000000007edb55f5a86003a8962207c0d4da1b4550211a51341723324f 174 0.07 vMB 126
203,220 203,220 00000000000001a003dc549cb4b32c6eb50dbe5119276a7e669cefb0125f42dc 269 0.13 vMB 41
203,219 203,219 00000000000001cf77dcd400f236b6bdfd843e978d62553e4292f96ffbee594b 32 0.02 vMB 28
Previous 10 blocks ↓
Total Size: 779.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 111
    • Outgoing: 10
  • Data Transfer:
    • Sent: 318.73 GB
    • Received: 1.53 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.