Loading Tool

Explorer IconExplorer

Memory Pool

28,732 transactions
7.01 vMB
0.05497358 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.17/200 MB

Candidate Block

Mining Attempt 96df498b62b5dc96cb25c60845e9e7d2f0b14c4e688c18952d274225e3366392
Version 20000000
Previous Block 000000000000000000022284c297da0a87d12b261e6052f3b173b86dc93272d5
Merkle Root fd32a1cce03fad598f239d59f27178f64bf16f96f4947fad274811980ebb657f
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,851
Size: 1.00 vMB
Total Fees: 0.03401434 BTC
Avg Feerate: 2.48 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,015 (645,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
267,662 267,662 00000000000000005451a0d7bada8789d075077477166a33b2ddac454daf3d1f 0.01 MB 15 53
267,661 267,661 0000000000000004b97f9735f114bb368277371c003dd078144a276c60a60b45 0.01 MB 17 80
267,660 267,660 000000000000000438f371c9ba030f7749aa633c94685f0e108a9906f9567314 0.08 MB 131 58
267,659 267,659 000000000000000a8835fc13fff5e3e48d598026a3c9b3a08034797fc2f254b4 0.06 MB 141 60
267,658 267,658 000000000000000931af3665c2dfd3e77ca5c134d7d5a5d99276621196ff0cd8 0.08 MB 204 59
267,657 267,657 00000000000000097c4643d21f53b52f04c6586c914c1f05c438ecbbb28dd06d 0.02 MB 53 88
267,656 267,656 00000000000000097b1ac273ae68e4db75fed9fb9e4423c4175c4dcb6260228b 0.02 MB 43 49
267,655 267,655 00000000000000080f303c5492b939f6a0028537c249b85ebe029ea18a399f3a 0.03 MB 77 71
267,654 267,654 0000000000000004b5fe63cf756cbf24f66b52defe0c278452f38a11feeef364 0.05 MB 97 38
267,653 267,653 00000000000000046396c5c4c3d45c72247ce121515a155790dcddd01ec7393e 0.04 MB 86 43
267,652 267,652 000000000000000104be29a4fab08593bc5e413f367184894625a91a03ec540c 0.15 MB 326 57
267,651 267,651 000000000000000a0b377441fd1552220b498c67aaafd7eb999b3f4f04707565 0.01 MB 15 28
267,650 267,650 000000000000000724cbdd9bcefa2c62c5fa3f36695b778352b5f76076feeb45 0.03 MB 64 28
267,649 267,649 0000000000000003705d6f2b8cb3843465106ec199b3dea3c2594d1e93b575c2 0.16 MB 309 72
267,648 267,648 000000000000000723e576ffa7fb56558d3f4afa251783c43e8e40e06b4d23c6 0.04 MB 85 63
267,647 267,647 0000000000000007c64b046b7dbbe1b44912832bf2f3651618652831de62041f 0.05 MB 56 30
267,646 267,646 00000000000000032186d83a4b5ca2206b57f115dfd67dc2706479d37079b456 0.01 MB 32 72
267,645 267,645 0000000000000001f1afc7f18a13fc7dce7d568cb3e0286d71933e306a39fdb4 0.07 MB 53 52
267,644 267,644 0000000000000009770711a461b69df7dc3b23f11649f4bb78aa1c5a11289f79 0.03 MB 54 44
267,643 267,643 00000000000000006c8fea50eda77d8546c9dbc40851513939128528e4bbb446 0.06 MB 97 41
267,642 267,642 0000000000000007b5ed8fa8e6d35252ba5f90026ecab572ced475e1219759f7 0.00 MB 9 41
Previous 10 blocks ↓
Total Size: 778.87 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: 396.28 GB
    • Received: 3.55 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.