Loading Tool

Explorer IconExplorer

Memory Pool

84,205 transactions
31.63 vMB
0.14084384 BTC
Random Selection Loading Transactions
Max Size: 188.93/200 MB

Candidate Block

Mining Attempt 54f0f5a72093957828c1059d8753c61b848d312c74da3dbddbdc0c68c59fab07
Version 20000000
Previous Block 0000000000000000000155b2073facafbf0b2f4713974f25dac073632df31896
Merkle Root f4cafe24ca8ff40d961ba0ce254df7d18a4a54c18070755796ecf0201d4f0efe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,114
Size: 1.00 vMB
Total Fees: 0.03681279 BTC
Feerates: 55.77 > 3.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,148 (329,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
585,741 585,741 0000000000000000001a235df8e28b4a2fbeb571e9b7e1887431fd4d7a6bcc50 3,288 1.00/1.00 vMB 64
585,740 585,740 0000000000000000001dbaf3dbf08cb09f88dd19b40302a546fc7eb6bbe4a07a 1,542 0.72/1.00 vMB 9
585,739 585,739 0000000000000000000b0a59131e689985e472d55cdd08799e9ccd97ee2344b7 3,104 1.00/1.00 vMB 53
585,738 585,738 00000000000000000010a729ed6d37363299b26c37ef2d44b33b29d1dc6cfb87 3,022 1.00/1.00 vMB 15
585,737 585,737 0000000000000000000ad739187b657d506ad2e4c39aa5b83dc1d43cb08ea328 2,734 1.00/1.00 vMB 43
585,736 585,736 000000000000000000025fc198bcf0b43ec2a1a0d24dca98f8f668d45f5a745e 2,485 1.00/1.00 vMB 81
585,735 585,735 00000000000000000016c37d01d44b092c91bf893d3b6468464f2288f03f7800 1,379 0.49/1.00 vMB 21
585,734 585,734 00000000000000000002a5451e9449afde7f9c829bc77dd332e33849b5586bb5 2,144 1.00/1.00 vMB 43
585,733 585,733 00000000000000000018010d8575345e5884f3cd3accefe3d27e06e87d38688b 356 0.10/1.00 vMB 27
585,732 585,732 0000000000000000001e29e8415d332bd3e3367784ef6acfb91b8b990a109f83 1,179 0.43/1.00 vMB 10
585,731 585,731 00000000000000000016cd3a57fb89f90624921fc7fce70dd875868fbe013e8e 2,515 1.00/1.00 vMB 52
585,730 585,730 0000000000000000001bd2ba3ceb4600adea0b1beb70c8b5443131dbbe4f160e 1,111 0.38/1.00 vMB 34
585,729 585,729 0000000000000000000cfde959c367b3b2572cd91900adec88d1d0efd5cdb3a6 932 0.34/1.00 vMB 32
585,728 585,728 00000000000000000016a0374913077d727596889766207c78b2668d895d4582 2,861 0.99/1.00 vMB 35
585,727 585,727 0000000000000000001a1067a91c648692359cdbcc9ee37e47cd1c203b90940a 274 0.38/1.00 vMB 10
585,726 585,726 0000000000000000001dbb391f4eef2753571c0307b2f2956d4f8166553a6459 513 0.96/1.00 vMB 8
585,725 585,725 0000000000000000001c8a632b5ebb4a0c6c88a63c43581c5f06342ab765853b 1,102 1.00/1.00 vMB 9
585,724 585,724 00000000000000000005dd5712528280fa1fddf4b6e1fc062ba4dbbf442d6574 2,644 1.00/1.00 vMB 43
585,723 585,723 0000000000000000001a89ac5b132c25d0f0d0c12e9fad16bd39664d9b2d49b8 2,973 0.99/1.00 vMB 26
585,722 585,722 0000000000000000001a124403fd64c09d4a8cd10cc3ea042a6c178e431aa7fe 2,517 1.00/1.00 vMB 62
585,721 585,721 00000000000000000007eb575f5d970d7b4901737b04cfb710c29ef9c5709bc5 896 0.29/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.65 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: 672.72 GB
    • Received: 16.32 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.