Loading Tool

Explorer IconExplorer

Memory Pool

10,840 transactions
3.80 vMB
0.01252192 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 23.13/200 MB

Candidate Block

Mining Attempt 970c02b7b2b1ead0a02f93970738bd22db8e0debcfd21dab1c074b81dc1f7093
Version 20000000
Previous Block 000000000000000000013255fbe8a252f38498457ea258ce160338bd3cc21153
Merkle Root a6c5e95fe0308ed528d9d6ba878da5e0eeffbf30d05b7e2ab0c1fb5983e693c1
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,248
Size: 1.00 vMB
Total Fees: 0.00830794 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,481 (702,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
211,044 211,044 00000000000000deaebe4480da6dc5b29018fd5615647c458536bf08e76ac91b 1,124 0.37 vMB 128
211,043 211,043 000000000000015aaef4802444dd5f7644825cf0141b5c93dff215cabe3afeaa 772 0.39 vMB 145
211,042 211,042 00000000000003d2c09bd1a64a4608280f62ce4282be854d433a288aa527ea5d 522 0.27 vMB 165
211,041 211,041 000000000000028412dd7f8ec76846c71a2407246e8d0639fb315ec713ac4fda 748 0.25 vMB 229
211,040 211,040 00000000000004d7d38d84545b53d6e1e52483a4c2bc90b7e5e82b7113fb6f2b 252 0.26 vMB 139
211,039 211,039 0000000000000076292ef406d2c4f843433b9e166d72e32776000243e847787d 11 0.00 vMB 327
211,038 211,038 00000000000001fd9c12ce42e09bff9c5b600b653ce37e16189606c68c6ca67d 635 0.25 vMB 213
211,037 211,037 0000000000000177291c75d1c2dad783f1290bbd03fcb18b0688c10af3d3b919 454 0.25 vMB 151
211,036 211,036 0000000000000222e2177bee8a148018f24c78733f0c61930bd034960dc35436 143 0.05 vMB 79
211,035 211,035 0000000000000453870a850c712d9d8478755e76f120e3158c7b308a3ae3d25d 582 0.25 vMB 216
211,034 211,034 000000000000029d7edac047c00f1fdb378e41ef32c01dfdf811d233b7478401 9 0.00 vMB 164
211,033 211,033 00000000000002016df2491c741046945b311545a9fe58e5f4a7cb851077a661 42 0.03 vMB 95
211,032 211,032 000000000000000af4e5786e291b7ea1ed0200ab1fd298af36e9c375f1c98326 214 0.11 vMB 159
211,031 211,031 00000000000001c27c24f452af8e1399e46b77623206ee6f538df73f338edb63 43 0.02 vMB 206
211,030 211,030 000000000000024216d689107579c7c02c5204dff7973fffe2898ccbb6ef78c9 69 0.05 vMB 110
211,029 211,029 00000000000000df97e05f64935b5b6cd2b931496ecff9c4532cb29f97ab0383 231 0.15 vMB 133
211,028 211,028 000000000000019d4a36502538d078f3324722c17b3adb42d4de5d571f198c3f 183 0.13 vMB 189
211,027 211,027 00000000000001eacaa4b3172f5415e6baeaca6cf5b224da15efb235097d6d19 440 0.25 vMB 171
211,026 211,026 000000000000047d24b101b82904a0604a966131c1046b5705b0893dee523fa0 10 0.00 vMB 82
211,025 211,025 000000000000024529e3ac5fb5dae989c95da7b6cbb6deb8c1d194ca8382a1c0 508 0.24 vMB 99
211,024 211,024 00000000000001fd4dcb1cc1750acc9573640569b4f7cbd8b3ca536445e7fbc6 808 0.42 vMB 164
Previous 10 blocks ↓
Total Size: 779.70 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: 344.10 GB
    • Received: 1.66 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.