Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,600 transactions (1.95 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,866 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,209 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,865 (875,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,846 35,846 000000000beab9a58fb8a25709d52589d263b5ccf85fedbd20ab8684d7c9c89e 0.00 MB 1 0
35,845 35,845 000000009ae81e6117f5ea49baa840cba05d8097f9e6e60b14cef0d5cf3cfa69 0.00 MB 1 0
35,844 35,844 00000000026d1e028cd2b267cfb7ef93d64f3de9b291ddf12cadea9d2b112999 0.00 MB 1 0
35,843 35,843 00000000be7f46dd6f522b5254f7e92db5aa5d8b9c7ab941e5ac7b2af09931a0 0.00 MB 1 0
35,842 35,842 000000008ad232e0b208f67dcb30e637ff286ff93006894fd8abd7c483df597c 0.00 MB 1 0
35,841 35,841 000000009ba412cf1cac1ce8a85351151059e4fe157f5dd8427ad08b57403a08 0.00 MB 1 0
35,840 35,840 000000003f0ac10bfedf3dab8c26d46a36019ba48d1da174d980ebd7e35d05ea 0.00 MB 1 0
35,839 35,839 0000000070363b251c9e968767b54f480b395231f250de2b73390ee4fad3fdae 0.00 MB 1 0
35,838 35,838 00000000a562f65668bb5a053b8e0a9ef15fc298f6ab11b5b3dcbf7bd42d4cd5 0.00 MB 1 0
35,837 35,837 0000000064dba506ac9b66d0795b60e51b3e383113c201c6831cb15e437d6fa5 0.00 MB 1 0
35,836 35,836 000000001747904cedf4faf63243f7ddde799a4a9158ddd780436056fd363f34 0.00 MB 1 0
35,835 35,835 0000000059e5d03f4ede6738338b71a02c3a2bfc440b4d4d27269ac5a4811f95 0.00 MB 1 0
35,834 35,834 0000000093c66e2f09c0ab352a4be8945a98ce8c9f593fcfce56ae2464e4cfcc 0.00 MB 1 0
35,833 35,833 000000001871152d4ac6c0ca0d66e364233a449d617fa97376494f9e87dd9cd3 0.00 MB 2 0
35,832 35,832 000000001dfe79907a73714679f7ec68920c157374e29c05e8f8ad7aa5d4ff04 0.00 MB 1 0
35,831 35,831 00000000739eea82cd3abbc87a90d1dfee5735121ac5045d65856af194e22ef8 0.00 MB 1 0
35,830 35,830 00000000668c380ac855d102c552211dc347543d368638e4f2877ab94ea2c736 0.00 MB 1 0
35,829 35,829 00000000917bafc1dd09e279395dad434cf59a417ede3df419b9e834a53a92d2 0.00 MB 1 0
35,828 35,828 000000001ec6caae7e890968b4b876deeea2d543c0a4be9566fe9388dedaa8cc 0.00 MB 1 0
35,827 35,827 0000000053307564abbfa7f5da9afac62e5c5ee6a1295a845507bf63cfa3c20b 0.00 MB 1 0
35,826 35,826 000000001dc939c78c0c3d26aaafcfd997a7d70c7d098723302bce54edf4bc07 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.99 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,342.73 GB sent, 123.68 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.