Loading Tool

Explorer IconExplorer

Memory Pool

27,064 transactions
7.75 vMB
0.07481546 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 6 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.30/200 MB

Candidate Block

Mining Attempt d66056e38348c550149207a94d2d8f4e776a611b117a86c07dc264612027d30c
Version 20000000
Previous Block 00000000000000000001166de9ec9aab1650f7c89d17c2b818254940842d1a9f
Merkle Root 509652d17e1d7464b48e83563ef7bd88068c8befbbd30f4709fffe018ab36898
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,658
Size: 1.00 vMB
Total Fees: 0.05161002 BTC
Avg Feerate: 3.61 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,101 (745,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,065 168,065 000000000000061015af4e241f0d8d979bb6efaf3b767cb4517978ab5ba534a4 0.02 MB 31 396
168,064 168,064 0000000000000171ed7207034c76984564ae021af211847381958520d9086f73 0.03 MB 49 79
168,063 168,063 00000000000005f6017600943b4876694dcd6f84bb6956991571e9bdd8964bd8 0.04 MB 71 103
168,062 168,062 0000000000000ae99e4fdd697b927095c119e530f368fd646c1431117c0f7fe7 0.01 MB 10 140
168,061 168,061 00000000000007d62bc3823733920fb61e031084f9c6e6cb802236dccfcbf973 0.00 MB 4 80
168,060 168,060 000000000000049094a3014992445e23c367397d23fea2ff838a81f826b739a4 0.04 MB 126 45
168,059 168,059 000000000000046875156cbe7685bea5615a0f974ceba57f71b189e83c9e8b35 0.01 MB 13 191
168,058 168,058 000000000000022b256d47272c0f5f5c708535c7387005a47d4e677a6f7c02e9 0.04 MB 69 31
168,057 168,057 0000000000000bff553c813c3d3a4c0572fd3504dcffcdf8bcf94712056d55db 0.00 MB 8 339
168,056 168,056 000000000000027dc7b6159cfb8fede4f811a49c2b2afc6b237c7f468d990a18 0.01 MB 26 71
168,055 168,055 00000000000004fca849632cf041f2f02ec2f308591b92c351736482ddba6d5d 0.01 MB 29 30
168,054 168,054 000000000000075e3837732610ff3f127da916e7f1f29b5c030aad9da30d9e58 0.00 MB 4 78
168,053 168,053 00000000000000bbda9259067659be10a3916687c589c8e7370d8cfda413174a 0.03 MB 107 43
168,052 168,052 0000000000000ad570ea2c3d22dbbf93623d8da366de353d135bdf1a4b83d212 0.00 MB 10 41
168,051 168,051 0000000000000c08a813ba5fd79734006a933ea2d2e686548997c0db7b8a1d71 0.02 MB 37 84
168,050 168,050 000000000000003585a4acaaf7bab6a18ff08c4d15c06e018adb2335d68281ba 0.01 MB 24 9
168,049 168,049 0000000000000a9b8e891c163012ab80ad6c30b0e8617010500643ac151da881 0.00 MB 12 0
168,048 168,048 0000000000000289683c519d60d97b1ce7119d56e905ff481b7ce25c1a6ab2fe 0.00 MB 10 0
168,047 168,047 00000000000009bb1e6a15df6b0cdf22870c3e575eb2b6943802385c34bb3856 0.05 MB 62 107
168,046 168,046 0000000000000bf09ff460691dc9f66dfe33d7b747f9693c3ca46b0c6ab8f361 0.00 MB 6 43
168,045 168,045 0000000000000172838548aebbc6ad4072824b7bb2cff9562be78fca3643007e 0.01 MB 25 23
Previous 10 blocks ↓
Total Size: 779.03 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 69
    • Outgoing: 11
  • Data Transfer:
    • Sent: 112.69 GB
    • Received: 0.39 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.