Loading Tool

Explorer IconExplorer

Memory Pool

52,898 transactions
31.42 vMB
0.17984469 BTC
Random Selection Loading Transactions
Max Size: 168.77/200 MB

Candidate Block

Mining Attempt 4a34b0707c93683f7f26bf2dccd9db1a7f8e3d98f5cb9760a5bbffa08d1f3e0b
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root 1aa3c9369befd0a31c851bec4343f45e13491f2446ec1eb86641d7ad34b470a8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,304
Size: 1.00 vMB
Total Fees: 0.09542743 BTC
Feerates: 477.45 > 9.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (287,855 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
626,969 626,969 00000000000000000007711d0f6ceb876a70c290a259964439f9910506917107 717 0.27/1.00 vMB 16
626,968 626,968 00000000000000000004e3030a7de947ecada5b82f7048905389fa945b55c374 927 0.28/1.00 vMB 18
626,967 626,967 0000000000000000000d8df4fd6c3f3af88ab1dceee2a53812fa991b590b98bd 964 0.29/1.00 vMB 16
626,966 626,966 000000000000000000025b59ffd629ff56531b98b682dd650f7b31879b234381 2,562 0.90/1.00 vMB 17
626,965 626,965 00000000000000000004e216f8ebe9c73b51aec9d5b74452c6cd31b84dcab6a9 1,073 0.33/1.00 vMB 16
626,964 626,964 000000000000000000091c174ee0c71b6c482b90e9f3b95b0511493b86d7b4b0 2,148 0.92/1.00 vMB 13
626,963 626,963 0000000000000000000c03349e588cbc6f68e5f379c330278f3dc10646ce670e 1,012 0.50/1.00 vMB 20
626,962 626,962 0000000000000000000a8eb73fa912715c040b7e6ad3261f61fd343f4ea08859 2,985 1.00/1.00 vMB 10
626,961 626,961 00000000000000000012ac2c0227a6cf7fed0af2a4f2f0976c035e002e444ecb 2,522 1.00/1.00 vMB 28
626,960 626,960 00000000000000000008a91b3ad988417e530ec6f4b1306bce0bea7d6851532c 1,227 0.43/1.00 vMB 17
626,959 626,959 0000000000000000000909a6cb2d3483a27554466c2ddb65e4e799fbf9a7c158 2,681 1.00/1.00 vMB 14
626,958 626,958 0000000000000000000f2612569f4ab8e7646c23638450129e49188ab8b191e5 2,218 1.00/1.00 vMB 18
626,957 626,957 000000000000000000126ad95da82f1422eb995ff01cc2c51896ac6dba63c50a 1,023 0.33/1.00 vMB 17
626,956 626,956 00000000000000000012ad64f6323767e26a90a2ea6806028a955c3e5f38bee5 1,078 0.98/1.00 vMB 7
626,955 626,955 0000000000000000000e8f66699e28a6e098c245f4083f32108ae265f0f62f65 1,952 1.00/1.00 vMB 2
626,954 626,954 0000000000000000000d1faa8a0f6d7de86eafbe2572d0aea65d9bf1a5859133 2,310 1.00/1.00 vMB 19
626,953 626,953 0000000000000000000b9066e12b8d00906d63722064590fa2c21543860e1cf0 2,605 1.00/1.00 vMB 18
626,952 626,952 000000000000000000083fca48af31ec1bbc5913aee3b5d1a82765d97b40b4e3 2,691 1.00/1.00 vMB 14
626,951 626,951 00000000000000000010a50282d0e2dee4ab89ddd5166f17f969d0a0876d88c6 1,822 1.00/1.00 vMB 9
626,950 626,950 0000000000000000001237c31b710b7f3634ba43069ff4efa66870768361b966 2,183 1.00/1.00 vMB 23
626,949 626,949 00000000000000000010cc340b919de89a0301a37bce06a9c0585662ab363e7b 1,374 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.08 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: 651.32 GB
    • Received: 13.54 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.