Explorer IconExplorer

Memory Pool Memory Pool Refreshing

14,760 transactions (5.56 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,274 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,666 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,273 (856,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,183 53,183 0000000006e5de9da32be2ccacbc06e87f30295477a189cec76d05c8092b28e2 0.00 MB 1 0
53,182 53,182 000000000dc2d296f605488c47cbefbf7ca5a719f94ebe92d74b19225a96e92f 0.00 MB 2 0
53,181 53,181 0000000007bb25960b35b98ed0a0fa893117d5aed01e0d691e883222d2c2f446 0.00 MB 1 0
53,180 53,180 0000000004a5d9b3ee82eec1abc3c558504768a06d8889cefa0f9ac5baf510e4 0.00 MB 1 0
53,179 53,179 00000000163fcc38c7a36916e7386630938d9d952d38ea54bc5a3bb6a8ec3289 0.00 MB 2 0
53,178 53,178 000000000621d514aa8550e0fb722be70a53afcf9fb5810daf743c1d8ea281f0 0.00 MB 1 0
53,177 53,177 000000000197cd104bd9e37e0e91bb8f86f54fb9127dccb89ad80aca5a5c7ef5 0.00 MB 1 0
53,176 53,176 000000000d443631df75310637523f3ff332b1c3bcaebfc1b6c246fd98cd2fe3 0.00 MB 2 0
53,175 53,175 0000000005043fad74d9c150940cad417809e6ba66a7091d90b814cb4683f143 0.00 MB 1 0
53,174 53,174 00000000125321504dbfd59646dde61ebfe7612df210b2029fce9415f3209649 0.00 MB 1 0
53,173 53,173 000000000f30a0706d5b59f760e5cf525c885ca2eda7e21760b054da100c58e4 0.00 MB 1 0
53,172 53,172 00000000091b0f09fe6faf8c8d73eb2ccc9dda65469f97945c0109bda70ee7f9 0.00 MB 1 0
53,171 53,171 000000001019e6b9d01ecc1bac8963bbad5e644997b3300fa854cff180ee865e 0.00 MB 2 0
53,170 53,170 0000000007d0fc879a53db7c65330514404812f942b37c02448df5d355185321 0.00 MB 2 0
53,169 53,169 000000000f48bb48916da443be21c085c342c47840651913549183acd65860d2 0.00 MB 1 0
53,168 53,168 00000000072d8b4e386ccff06e142496428c0a6594ba13b530822d57e5edd047 0.00 MB 1 0
53,167 53,167 0000000010cd906f630bc61cbe119f550df4209c7d021fc5fcd8ae5e9ab4ee1b 0.00 MB 1 0
53,166 53,166 000000000fa8e00e9844042a7c050d192bbba8baad8aebd4981fc80d3115f457 0.00 MB 1 0
53,165 53,165 0000000000fecc74bd9291e4cf77004a38c47a5fd36da98a89bd5e81a37d31c7 0.00 MB 2 0
53,164 53,164 0000000008fa3d443043f4f3a59209f8dbf1760c4398945e0b3085056e521da2 0.00 MB 1 0
53,163 53,163 00000000056c93a5822ccd051002caef5b358dbf8686063f1684675e324dd036 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.05 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,046.02 GB sent, 108.28 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.