Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,362 transactions (0.90 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,745 000000000000000000022b910000000000000000000000000000000000000000 ago 0.90 vMB 2,361 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,744 (296 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,448 911,448 00000000000000000001ff3a919966476eaf5d02c45b9f29553f6ee6d7d5f182 1.66 MB 3,197 3
911,447 911,447 00000000000000000001a3b68a8ada6ba823258465db52271439c337e22027ec 0.59 MB 927 2
911,446 911,446 00000000000000000001fecd8467650ca5292984bdcdfb31ee16709fc6cf6deb 1.75 MB 5,195 0
911,445 911,445 00000000000000000001355ce165785119c5ea8e777681c2b4c38a5598d6fb85 1.64 MB 2,938 2
911,444 911,444 00000000000000000001c7fb9b5efc6ece1842c724d5ea4656e310531d266985 1.69 MB 3,685 1
911,443 911,443 00000000000000000000a45e2f877ffba3f9dac88d258acda9c983cf17fe07ab 2.32 MB 2,288 1
911,442 911,442 000000000000000000003c2d9649e544fd5a587cb1671ab349ef781da7e164fd 1.99 MB 2,201 0
911,441 911,441 0000000000000000000089def7bd435930cfa3997f30237a29d0f6b3417f6b9c 1.83 MB 2,652 3
911,440 911,440 000000000000000000014586c3ed891940d289e1184648855bc885b5884b8b80 1.85 MB 4,587 0
911,439 911,439 000000000000000000008947e140ead8c81e4f2f31eb3ceb52913c8360aed978 0.46 MB 537 2
911,438 911,438 000000000000000000001fe8931323c5ecad8969bd7d923fc5582f04f3f298e7 1.82 MB 4,474 0
911,437 911,437 0000000000000000000190e84553178a2380c2e06d5ae239436bd1f47125ca65 1.68 MB 3,745 1
911,436 911,436 00000000000000000001fed9847cf9b3d91e7b93bdb8ed6d87e142ecbbb85ccf 0.48 MB 1,159 2
911,435 911,435 00000000000000000001fa14be37562de044a85c5cc83bd0991d5a82a8f8e60b 1.65 MB 2,884 2
911,434 911,434 00000000000000000001fb7fd08bfbf759ad57856d4dc0da002a068b4ee5bf5e 1.64 MB 3,090 2
911,433 911,433 00000000000000000001449429c300f7293ecf0517a6bc0d75d802fa73e9976e 1.96 MB 4,318 0
911,432 911,432 00000000000000000001f5ee1b788b95ecc5da004dda8d150cab6235faaacedc 1.76 MB 4,752 0
911,431 911,431 000000000000000000002a3b593ebb3f8d18975464112f39a2e51fec19845e25 1.74 MB 4,554 0
911,430 911,430 0000000000000000000219d5a91cfc83510cada9375031b0a69627cb9ba0c4a1 1.76 MB 4,185 0
911,429 911,429 0000000000000000000078d63066e10896c7eb86424c83a80ee8886f3098b2bb 1.76 MB 4,424 0
911,428 911,428 00000000000000000000a96b37a6ec15b15df7b1ba277c53e0c7616c1dc0febe 1.66 MB 3,434 1
Previous 10 blocks ↓
Total Size: 776.61 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,428.64 GB sent, 131.64 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.