Loading Tool

Explorer IconExplorer

Memory Pool

33,265 transactions
10.26 vMB
0.16979170 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.01/200 MB

Candidate Block

Mining Attempt dfc3b313c779a79b4414e441b974400c245348052790ffa5552086efbb490f10
Version 20000000
Previous Block 00000000000000000000e448b44b50758fd2fc9d6ddeba585dd0b192dcc101ed
Merkle Root 2938245868e7060dcca623065c71eeef2fce8f38c101ff55fb9fe1b4b8870296
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,404
Size: 1.00 vMB
Total Fees: 0.07436708 BTC
Median Feerate: 5.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,216 (712,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
200,232 200,232 0000000000000412adeef899391efb3b5665ba02a11af2cdaf5c144096732c8e 70 0.03 vMB 132
200,231 200,231 00000000000003c24d6127fb3e0ce618d0a5c0622fde85c3428f51a025d34f82 79 0.03 vMB 153
200,230 200,230 0000000000000076cdb6ebea6b95965baca87b073a02f9aa32c12f82b41ccff8 195 0.07 vMB 120
200,229 200,229 00000000000000daa0fbbb524a4c093aa38be9493f4e21d4dbc1f0ea3cdade5b 108 0.07 vMB 63
200,228 200,228 000000000000059f12aac9f6f93c6c1962e638dabb20d4032916b2066882b62d 82 0.07 vMB 79
200,227 200,227 000000000000057a76889fd3bc1dfdcd00dbd3c9640f01479429d65c108419ad 12 0.00 vMB 58
200,226 200,226 000000000000030bbec599d792c119f1105cf95920b696aa5fb6d613014278b7 58 0.02 vMB 134
200,225 200,225 00000000000001d88d9a9377bb470a75bad42415c1651c8e73a967412f105a98 688 0.33 vMB 107
200,224 200,224 000000000000016586854ef374f6ff3c5191060357341786da387b089402f098 303 0.12 vMB 133
200,223 200,223 00000000000004964249a6c09bae512242129be8b48ed414328621d092f4b4c1 125 0.04 vMB 158
200,222 200,222 0000000000000175b9e02431285c271cd582e829b665099313a170dc0700c745 446 0.17 vMB 111
200,221 200,221 0000000000000588d143fa62c7736d26cae0dcecc991e472a69b6e8df98f9a3f 246 0.12 vMB 139
200,220 200,220 000000000000009bd56a8849ece2c9a624fe4ab2d980b4afc8eeb3f998e04fdb 13 0.00 vMB 50
200,219 200,219 00000000000005861a1214009da9cbf332310fe5c71a3d258dedc0830646e6d4 154 0.08 vMB 101
200,218 200,218 0000000000000242ee34ba564939abb804ea85f55cba59fbd57fad1f4be4b432 50 0.02 vMB 745
200,217 200,217 00000000000004b98e8808c46cd336d2f8791723270589bd0169421eae2b9474 5 0.00 vMB 153
200,216 200,216 0000000000000160c4480348a8a34ac078a735aed373d957854c093b0f64d626 43 0.02 vMB 198
200,215 200,215 0000000000000303c0f3e5da425b4d3081357a609b65f403522aa13d5782684f 187 0.13 vMB 934
200,214 200,214 0000000000000113a9e2481963e93e4523fa511ff2df4a92372e4d8305e70eaf 105 0.09 vMB 205
200,213 200,213 000000000000010551a2197f8390224dc0aba6aa323d1ac4d28664ae1a7b98c1 744 0.34 vMB 113
200,212 200,212 0000000000000393f56bd065af911a06c083dccb27ff009cee017b1560056dac 263 0.10 vMB 179
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

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