Explorer IconExplorer

Memory Pool Memory Pool Refreshing

241 transactions (0.09 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,451 000000000000000000022cb30000000000000000000000000000000000000000 0.07 vMB 226 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,450 (856,459 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,991 52,991 0000000002c8f45ded7f9a61cba5959c00a3980e7634bedef853b3b90aa86545 0.00 MB 1 0
52,990 52,990 00000000100fefbc5d4284279b65093697e0d792d9ac19bccb361f439bed260f 0.00 MB 1 0
52,989 52,989 00000000027546d5b9aa1e6a3d487c83fdc706d5e72452763cc08777cfe9b414 0.00 MB 2 0
52,988 52,988 000000001119d6053f397cedf23f0d34d4475fc982a353e925798620f111f7b4 0.00 MB 1 0
52,987 52,987 0000000002171948ce18c5a170aded3d598b3bd486729702bf4a67f6727f57be 0.00 MB 1 0
52,986 52,986 000000000fd0b2c6aabb32b67caaad25f646a8f5d7edfb62085c7e2d1b7fd789 0.00 MB 1 0
52,985 52,985 000000000a1e6851d8e590d09d3ac45b353aa0c409b7acbc72ad99dd5ebbdac1 0.00 MB 1 0
52,984 52,984 0000000004dcc57fa5a9231772a91d3e742ca8c4d55d775b8c2dbc48e34e78f2 0.00 MB 1 0
52,983 52,983 0000000004482440d77595323b5499cb2a4b247861e010c2f2e67360445bf114 0.00 MB 1 0
52,982 52,982 000000000163427d161347034f7007ee7c5461e59c5b5df564e1bfaafbceeb66 0.00 MB 1 0
52,981 52,981 00000000078dab6e9d38f0856b4e2b448b51c868420a50900017a07a1fb546f8 0.00 MB 1 0
52,980 52,980 0000000014d3f961d0ac051910a498e7fce828752b990e9369854afd6c22208f 0.00 MB 1 0
52,979 52,979 00000000100932ff05e73e798a8b0643a3d0b469a35f9fc89ae6d29738dbc1a6 0.00 MB 1 0
52,978 52,978 0000000002cfa254ce0217d56d76f5d909e95817d84b3aa91893fc4915a2b028 0.00 MB 1 0
52,977 52,977 00000000106f8cce339f7f6a3d682d10bcfcd02f0ca60ab902792102558ce4e9 0.00 MB 2 0
52,976 52,976 000000000f6ed2841a4518560a509964a71eb4c2a25bb87a6b7cee3b2757b529 0.00 MB 1 0
52,975 52,975 0000000005fa98d31f367062455b458a9358927f6cdf2086d0e7fd7d46393f1c 0.00 MB 1 0
52,974 52,974 0000000011266e166ac16f2e844d86b4664f80ac1f7c72cc93b8323a184e1e69 0.00 MB 1 0
52,973 52,973 0000000012e222e22256d05a66f3ba18422a379342ef03173d771194dcb8780f 0.00 MB 1 0
52,972 52,972 000000001072b334c42b095d10d1eba9da43b51060bd4e92f1a0b53628e7808f 0.00 MB 1 0
52,971 52,971 000000000bbfdc87dae612721a7be1c4d36b5155c458b79d01e6e87ea93100d6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.38 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,077.79 GB sent, 110.08 GB received

Notes

  • This page updates every 5 seconds.
  • 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.