Loading Tool

Explorer IconExplorer

Memory Pool

79,005 transactions
29.59 vMB
0.07356487 BTC
Random Selection Loading Transactions
Max Size: 177.60/200 MB

Candidate Block

Mining Attempt 3911aa127130cceb4850d3294571d1580cea9368335237ad509ec5f4180ed18c
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root da1f9ee3bdb96ff31f781dffe3d0e510d8f7e16d59de612c01c6bcca70b06d35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,272
Size: 1.00 vMB
Total Fees: 0.01306403 BTC
Feerates: 150.98 > 1.31 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (363,840 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
551,175 551,175 00000000000000000016645564d1719f59c967975cec21d8c7d2941834aed36a 2,181 1.00/1.00 vMB 28
551,174 551,174 0000000000000000000f2372022733602c99424e35e209ae0e71d78196e1a3d9 1,007 1.00/1.00 vMB 2
551,173 551,173 0000000000000000002468469b0ce467963ceb694445d0543666a158b9c1771e 2,526 1.00/1.00 vMB 24
551,172 551,172 00000000000000000018444903c8f198a555958b6287aabdd3f0f886e5c395e6 2,716 1.00/1.00 vMB 57
551,171 551,171 00000000000000000006fccee03fbc8b089fe2eda8f8cf17fc90857963394305 1,717 1.00/1.00 vMB 21
551,170 551,170 0000000000000000001678e00ee37656dad04823c4dc872e1fe8d5c679dfa549 2,042 1.00/1.00 vMB 7
551,169 551,169 0000000000000000000c299d049ecb4d930d4a9a089f1d5bd859a6e43c59de2b 1,734 1.00/1.00 vMB 24
551,168 551,168 000000000000000000092278c7143d9237b328db8791ba4e95fa687a642b6bb2 2,372 1.00/1.00 vMB 40
551,167 551,167 00000000000000000004dd8ae037727acb97c600d699fdce496ee3eb5d8339de 2,677 1.00/1.00 vMB 41
551,166 551,166 000000000000000000115b38a921204565d5fb04f6b713b1110faa2dc870ad5f 2,513 1.00/1.00 vMB 47
551,165 551,165 000000000000000000162a5a103ed63846d54872639ba2982a410acd29749620 2,540 1.00/1.00 vMB 25
551,164 551,164 000000000000000000057d80b7defcf866e4dd7a82d94d8cf9478cfee1272d39 1,909 0.78/1.00 vMB 22
551,163 551,163 00000000000000000028cdc7b7bf1c7825f12b7b01d9b0442ea544ec9316b873 1,721 0.94/1.00 vMB 16
551,162 551,162 00000000000000000004d40a23d71a2e38f1c203f01d9e3e3249f652101ca083 1,946 1.00/1.00 vMB 12
551,161 551,161 0000000000000000001b365363f93f2ffde69a82e3afba729875ea9c2daafefd 2,620 1.00/1.00 vMB 36
551,160 551,160 000000000000000000144607fa72efaf7363fa30fe66493e9e67e91aa280ea69 3,096 1.00/1.00 vMB 14
551,159 551,159 0000000000000000001f2923ff5b5474478f2d5a2db32c1966bd80919bae6f66 2,334 1.00/1.00 vMB 42
551,158 551,158 0000000000000000000303f12754e7de2d096a1530b052be020301b726fb82cc 2,519 1.00/1.00 vMB 40
551,157 551,157 00000000000000000021e9501f13a4c5344bd8cdd388b72eb3a5a1a8f4acae9c 1,188 0.59/1.00 vMB 26
551,156 551,156 0000000000000000000a8a3cc82efc3fc0adb7d406a652ab0e66f02ae7bd6f5a 2,081 1.00/1.00 vMB 15
551,155 551,155 00000000000000000012c3835ef284215a8f239294b8b9b1a3eaa258b5a73582 2,854 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.