Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,824 transactions (0.87 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
910,160 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.86 vMB 2,824 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,159 (826,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,952 83,952 00000000000fbf1f68540f68e77349a677c86830da168df1ff3792ed6c5a8afc 0.00 MB 5 0
83,951 83,951 0000000000122d651bb10b759bc8043538de769161c7a7f0a70a68dff8ae601c 0.00 MB 2 0
83,950 83,950 000000000025142aa17f2fc81c06660047e92ab12cdb26e754f4eb3e73894ffa 0.00 MB 2 0
83,949 83,949 00000000001b21af89306659fb1940e7d684777404313b9bf521350a4ec8d92b 0.00 MB 4 0
83,948 83,948 000000000027a8d2dc4df17e662dd15ce7d7f9a4e864a63c848ac37e7d946896 0.00 MB 1 0
83,947 83,947 00000000000568a5edd0ecb6739f4a7ff08e0fb89e73ebc8da79301d5c22f27e 0.00 MB 2 0
83,946 83,946 00000000000da620f36a4841231da2dbd0298a4d40a6830c4f44a01469dcb9ed 0.00 MB 2 0
83,945 83,945 00000000000c88751247a703da4f7b69b364c9f2dec37f54ff2cd21433937c16 0.00 MB 1 0
83,944 83,944 000000000017d429e577c40794e41978e6c37c2119a07ef9a2ee8d9ecb1b4cf1 0.00 MB 3 0
83,943 83,943 000000000015972003b2418e93607f801a70d09afcda1caa948084c75fc02f45 0.00 MB 1 0
83,942 83,942 00000000002307593dfaa5e3b7826c58982330d1a3d903662f5ca364fe3ccd7c 0.00 MB 4 0
83,941 83,941 00000000002a7f1c489c44a2fbd79c76a7b8442c9471424510e8304f92d766cc 0.00 MB 1 0
83,940 83,940 000000000025bd71211df0ffd84602d4d1858d3f1380ae3a13f9f4b9618d5682 0.00 MB 1 0
83,939 83,939 00000000002b87de5c6685b153a3e82aaa58317ea8a659422522cf8ef573b62a 0.00 MB 1 0
83,938 83,938 00000000001dd73b2150cb5cde4df1f299b534170376901cc39f2cc29587a7eb 0.00 MB 2 0
83,937 83,937 00000000002844372d8e3fecf9f7e9508aea6c2b84a45ee89acc78217be8e32c 0.00 MB 1 0
83,936 83,936 000000000002004453e4794a4583d564594bbb05b68f19d47dc1484e22666a3a 0.00 MB 3 0
83,935 83,935 0000000000050826d6361571cbd7e1f461e1adf5f4903b28c2805bfc544f87b7 0.00 MB 1 0
83,934 83,934 00000000002beb48eb0f851998a383f880cef8f6604e40be05a5c6a8bd5eb2d0 0.00 MB 1 0
83,933 83,933 0000000000068a32e78beed6090aecbae4e3f4b56a6405df6adc01a55be0c335 0.00 MB 3 0
83,932 83,932 00000000002aaad748229c72a5e6e106b857c9f3e4967369e25f6882f652caaf 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 773.69 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,193.79 GB sent, 116.94 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.