Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,998 transactions (0.72 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,516 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.71 vMB 1,995 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,515 (878,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,779 31,779 00000000ceb75a70fd569a7a4315a62034784abd5b553734c7bf4714ccf65ded 0.00 MB 1 0
31,778 31,778 00000000842029aa4c0fb0b557dc54e0b97021da6d170749fbaeb13f508f68ac 0.00 MB 1 0
31,777 31,777 0000000003b785f28b25c0dbf0568d25392c33c0c7e115a872215e31fa616c63 0.00 MB 1 0
31,776 31,776 00000000eca77ff399811c6458d95d8833d36f907fb2744eb7a815afff09f079 0.00 MB 1 0
31,775 31,775 000000008b377c1bfefcb9ec90ef48616f92f5ebd9ce51e4a237e567b797e1f1 0.00 MB 1 0
31,774 31,774 00000000e6187a50e6070d15037ade477c26d4ba06367a76cf64781728d2fc5d 0.00 MB 1 0
31,773 31,773 0000000075440785f7aefb8324bc778205a40c0a89e409a334a71f1423386792 0.00 MB 1 0
31,772 31,772 00000000b121a10ec51fd49ec50a3ca696c3eb0c29e7e7c8c7e305d442e5de5e 0.00 MB 1 0
31,771 31,771 000000007d5418df54167610350c48508f97852f87d1f5cb1276f4bb665f0465 0.00 MB 1 0
31,770 31,770 00000000604e2a1264ece634b8fd6d9ae79e028895136ee639400e16a34ff5ad 0.00 MB 1 0
31,769 31,769 000000004f237b43c15a4d879379216a138e93814af2b3d4ae6000ae73a0ac39 0.00 MB 1 0
31,768 31,768 000000001ec60690bde83a0a8694ae9a1ee8e9551a6096db0ede88a476631da2 0.00 MB 1 0
31,767 31,767 000000003370cd9b3a2f52d6e0d3f793e04edcb10c393711737e9cbbd231ceae 0.00 MB 1 0
31,766 31,766 000000002af4a4f8a85e39892512f6f56712cfb263c8031fd91cb2a6e890c117 0.00 MB 1 0
31,765 31,765 000000007507a96e1d56c0a9c06e66e34cc4750966df8256fcf8ee542d2e1bbe 0.00 MB 1 0
31,764 31,764 0000000074beb7d3f7dae179d9d620c30b3b9938da3fdb3a38336a63a2c010ab 0.00 MB 1 0
31,763 31,763 000000001d106fbe407b94cbc6d6b39f4d23ded8d507878203193c82e71e6ac7 0.00 MB 1 0
31,762 31,762 000000000b9d3799c2e8517a1b3a732bdbbb93d2676cd9ad53ff61753b858751 0.00 MB 1 0
31,761 31,761 00000000b476a54cb77277d0c3196f8c710fe4f85277f8786dd9522f00c3634b 0.00 MB 1 0
31,760 31,760 00000000033f95dfbb5dbbc48e51eb339580feaa1a8509bda629cf713d0a0f57 0.00 MB 1 0
31,759 31,759 00000000bbf669f91158fe0424ebaed098b2cc9b3b811a04d4fe80c5af656125 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.34 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,244.72 GB sent, 120.27 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.