Loading Tool

Explorer IconExplorer

Memory Pool

85,850 transactions
32.00 vMB
0.21248715 BTC
Random Selection Loading Transactions
Max Size: 191.36/200 MB

Candidate Block

Mining Attempt ca248efaf6d2e56ee0ec9fab2e9816e7886eb99e763420bde2e0c6fcd1666c22
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 3d8fbafbbdc05c7d05cf4e3bfd9b4a114de44781c97f089e0391352bbf1436cb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,904
Size: 1.00 vMB
Total Fees: 0.09585227 BTC
Feerates: 529.10 > 9.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (329,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
585,720 585,720 00000000000000000010e07222aeba7abb455f013f151d65cd9da5a25c59484b 1,331 0.48/1.00 vMB 41
585,719 585,719 000000000000000000186e8cc9f77799cf98b3bb68ed76a2d88a9acd0d6996e4 2,914 1.00/1.00 vMB 43
585,718 585,718 0000000000000000001bf115bddd913e8a5ab82ce83872f3af28c58a5a177dcb 692 0.22/1.00 vMB 37
585,717 585,717 000000000000000000013c127b292d6deef32e9f4e2fc5d680e39c52631b2985 1,775 0.67/1.00 vMB 30
585,716 585,716 00000000000000000016c5e5fe8001198b711ff82619fddf3403e90774ceb7a3 1,528 0.81/1.00 vMB 13
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.70 GB
    • Received: 16.31 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.