Loading Tool

Explorer IconExplorer

Memory Pool

82,222 transactions
30.24 vMB
0.16935143 BTC
Random Selection Loading Transactions
Max Size: 181.83/200 MB

Candidate Block

Mining Attempt ec3580b2f244357325b2ddcf84e2e8109a076ba927421458717aefc8380fd80d
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 2b1eb446989de5acaa5b47f2e0d8228cef6a9c7b34c6dfbc235b67274aff3d01
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,949
Size: 1.00 vMB
Total Fees: 0.06443986 BTC
Feerates: 1,002.91 > 6.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (232,428 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
682,877 682,877 000000000000000000071d0383caac627698450f74133ace6ca30486beb1d4b4 649 1.00/1.00 vMB 12
682,876 682,876 00000000000000000009dd060e2d464a895f073c96b772a99e0f00b39d58be26 243 1.00/1.00 vMB 5
682,875 682,875 0000000000000000000b068f1bf9a8851f00550344617a6bbfbbfe7bc4821e51 1,187 1.00/1.00 vMB 24
682,874 682,874 0000000000000000000cb3ec5612eb90280c1b21689bc4bad69c9ec30612823c 685 1.00/1.00 vMB 11
682,873 682,873 0000000000000000000b99c5916ab2f2a46e157c7d71b7be6a9aac0f20b2b140 807 1.00/1.00 vMB 19
682,872 682,872 0000000000000000000a26bb3af9740a82ba94d7f212f073f5d7759f532e387a 1,061 1.00/1.00 vMB 26
682,871 682,871 000000000000000000050038902fdf0a3e45b660068a411402988f2207944bb8 1,100 1.00/1.00 vMB 23
682,870 682,870 0000000000000000000c340739fa3919e875c72d96403f632efc7a13f534eb9f 1,042 1.00/1.00 vMB 74
682,869 682,869 000000000000000000027d8cf7ffa32657c33ebfdbc40ac61f73835d5682c528 1,726 1.00/1.00 vMB 65
682,868 682,868 00000000000000000002e9653c9f70ce5b0dd225027398f1aad90525c4726129 370 1.00/1.00 vMB 8
682,867 682,867 000000000000000000044cb62f859d1c71fb36245fa5a91c4bac469b77f91483 1,432 1.00/1.00 vMB 42
682,866 682,866 00000000000000000009dec97981e33c6bf328a781f40d3e66280f48be5421b3 1,844 1.00/1.00 vMB 51
682,865 682,865 00000000000000000009af4f0fc4d9cc14441b0974dbc4d6c43464519c9512a6 416 1.00/1.00 vMB 2
682,864 682,864 00000000000000000005e6f85ab5d31d727b6d6fb9e0ad8ce0644b632e02c1e2 1,944 1.00/1.00 vMB 51
682,863 682,863 00000000000000000004bda6262d6d9ee37d82c456218b8f343595364c5299e2 484 1.00/1.00 vMB 6
682,862 682,862 0000000000000000000855ae804b974fd3a002a0be6b0547c043a9e46176ddc2 126 1.00/1.00 vMB 2
682,861 682,861 00000000000000000003b38f7d32987b4b3bfebfa17656197c0c739e3a6b1f8c 619 1.00/1.00 vMB 32
682,860 682,860 00000000000000000001a52cfffdf6b3983a89cde5fe1bbad57c1d5a9d7eead7 1,544 1.00/1.00 vMB 31
682,859 682,859 0000000000000000000cba30e6d9a2221d6456f1d781dd7a745480c975cc90d6 2,522 1.00/1.00 vMB 77
682,858 682,858 0000000000000000000c1872cd7495a0684f0f6e67a0574e1232ae31c79f311a 716 1.00/1.00 vMB 13
682,857 682,857 00000000000000000005f7c0cc8c998b9b3c0d7907c018a9f55fdb8bc0359118 2,322 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.55 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.