Loading Tool

Explorer IconExplorer

Memory Pool

80,751 transactions
30.42 vMB
0.08713090 BTC
Random Selection Loading Transactions
Max Size: 185.61/200 MB

Candidate Block

Mining Attempt 839c7becf711540db564799935a32264934405f1e98c3d99f71e2f5b94324073
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 03ffc3240c22e5d0a5101712eb1bb89c7de953be061859550c5ff474879e0821
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,734
Size: 1.00 vMB
Total Fees: 0.01902153 BTC
Feerates: 402.75 > 1.91 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (132,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
782,842 782,842 00000000000000000005c2a5c8efa68e2637b59cfccc9335f984cb1aae5e6c39 1,931 1.00/1.00 vMB 18
782,841 782,841 00000000000000000005c726674ac6ca7b04808dccd8cb77de87bed18889f1f0 2,634 1.00/1.00 vMB 23
782,840 782,840 000000000000000000002e6ba6bf6a2d05cfc669be720a58779fa96016074ffa 1,168 1.00/1.00 vMB 12
782,839 782,839 00000000000000000001bae859214ce7474893ea3214aa0e889f42ebb9e39421 2,070 1.00/1.00 vMB 23
782,838 782,838 0000000000000000000391390cd5d5e1cc47dfcf6dad7e4086beb9f6ceff3208 2,167 1.00/1.00 vMB 25
782,837 782,837 0000000000000000000209c7b8f8015273b99879c1a9f77b90167d3a129c2e68 3,093 1.00/1.00 vMB 14
782,836 782,836 000000000000000000050dbd9de84bd333d19708fc12fd0f396442b346b2d0f0 1,575 1.00/1.00 vMB 7
782,835 782,835 0000000000000000000159316983504abdca9d90a52a487f1f284dd65eae8d30 2,290 1.00/1.00 vMB 15
782,834 782,834 000000000000000000026d56d9052deee69c675ea98e9e2bb3f0f47e3ccebf12 1,757 1.00/1.00 vMB 12
782,833 782,833 000000000000000000039e48dd0e343ec3a7d46a2f9b2029a7dd2c284a39b87b 2,817 1.00/1.00 vMB 17
782,832 782,832 00000000000000000002290aa252742594fc13189d04d84f69bc73d296e4cdc0 3,391 1.00/1.00 vMB 17
782,831 782,831 000000000000000000047fb7d6bfa2f6f3b199cde7ac82200150f7fd31e7830a 2,784 1.00/1.00 vMB 16
782,830 782,830 000000000000000000048f039eac0fd8c3763b05efe39ae283ab3a78b98c45be 567 1.00/1.00 vMB 12
782,829 782,829 00000000000000000003d9c8fafcf4e0f18e6ffcd4dfcc56c045b6af04e6c4bc 2,819 1.00/1.00 vMB 27
782,828 782,828 00000000000000000004e2db5950101dbcf1e7d56d1c53c9191ff80ec8a65f23 2,919 1.00/1.00 vMB 23
782,827 782,827 0000000000000000000174bfceec90df2d2fa12db6d7f0a42aeadeea9e930745 2,633 1.00/1.00 vMB 38
782,826 782,826 00000000000000000002d33d84d7a3776e63c65488bf203294a1ca6962d1762d 1,860 1.00/1.00 vMB 21
782,825 782,825 0000000000000000000512f33b01748aec200c8a20d8e44ad8bbff08487b3830 2,356 1.00/1.00 vMB 20
782,824 782,824 00000000000000000001ea4de0d771597beeeb227ce8cf3959092d714120cca2 2,766 1.00/1.00 vMB 29
782,823 782,823 00000000000000000002cfa8d5f270e6dae246d23b5aa77ebe8a674435e6b543 2,823 1.00/1.00 vMB 40
782,822 782,822 0000000000000000000354b2c98f3224b0d51dcae02b4da0a620b217f4f0d213 1,224 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 783.00 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 718.59 GB
    • Received: 17.92 GB
  • Uptime:

Notes

  • 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.