Loading Tool

Explorer IconExplorer

Memory Pool

82,682 transactions
30.45 vMB
0.12262103 BTC
Random Selection Loading Transactions
Max Size: 184.27/200 MB

Candidate Block

Mining Attempt e41c408102da35eff9d9830b51a00608eef15be02c766b1f0169dcdf15e4d1c0
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 20c1977383f193b21c025939c19cfd50deaf7f6bf5aea5b57b543773377f4a75
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,114
Size: 1.00 vMB
Total Fees: 0.04331293 BTC
Feerates: 150.85 > 4.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (284,987 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
630,152 630,152 000000000000000000074531fdea26d32a14652e47508686b95154049e6963d0 2,352 1.00/1.00 vMB 113
630,151 630,151 000000000000000000100f9974a0214739ed713fc73d2eba419870e3631b71bb 1,375 1.00/1.00 vMB 98
630,150 630,150 0000000000000000000184ccdf96fbee86164b0ff7c5f3bd64c6451427bc75a8 2,672 1.00/1.00 vMB 96
630,149 630,149 0000000000000000000e63a19229963c9fd2dd24c1fe09349a9acec1886e517e 2,704 1.00/1.00 vMB 104
630,148 630,148 0000000000000000000f149f0d506b3bafa3b29b37fcbf8b0e72beb1cea6a225 2,977 1.00/1.00 vMB 124
630,147 630,147 0000000000000000000a64b02d56f85452a85abf9dfcf44822ec979f38d49e83 2,758 1.00/1.00 vMB 109
630,146 630,146 00000000000000000008a89f8d5c1b3994f32ec302d6ee40bae6664a7f33ac3e 3,270 1.00/1.00 vMB 100
630,145 630,145 0000000000000000000b756f23c031be6210e3b139322dcfa3ed141b9388efc2 2,808 1.00/1.00 vMB 125
630,144 630,144 00000000000000000007d441ddbbbbd115f6e1c2c9b1940aa629a4179bcbe452 2,476 1.00/1.00 vMB 104
630,143 630,143 0000000000000000000d3162ecac7e3809981094c4e15324da7e2fefd9a8e3c4 1,899 1.00/1.00 vMB 104
630,142 630,142 0000000000000000000c61fca63074667747b1bee1e26e78550b30611fbc9feb 2,374 1.00/1.00 vMB 104
630,141 630,141 0000000000000000000aee74d5576db1c61ba7468a0ece0b559eacf8952c9275 3,010 1.00/1.00 vMB 102
630,140 630,140 000000000000000000007eca110d0f6fd87483dcde18e1e2708cd5ba256e5ae2 2,785 1.00/1.00 vMB 128
630,139 630,139 0000000000000000000afd1f5c522e3455dc1377daddc2575ab07b44ed98608c 2,067 1.00/1.00 vMB 110
630,138 630,138 0000000000000000000e15313985f638af36fa738079c70e2ed11deecaeed2ba 3,320 1.00/1.00 vMB 135
630,137 630,137 0000000000000000001112e178b365f448ebcff8c4579b12f8b160f37c647f95 1,807 1.00/1.00 vMB 122
630,136 630,136 0000000000000000001129a0c74ca1c9e402d5f03362d317dbda6aa6dba6ed61 2,426 1.00/1.00 vMB 118
630,135 630,135 00000000000000000005fe5a38cf506bbcba94109b7c47ad2f72b3343bc6cfb4 2,380 1.00/1.00 vMB 117
630,134 630,134 0000000000000000000c3d78c454bbc9d75f20450f33c99c0aa375030bdb1196 2,205 1.00/1.00 vMB 111
630,133 630,133 000000000000000000045500be3f7696d1ee1ef9a05bd9a9eaeab5d6c45f83a0 3,023 1.00/1.00 vMB 139
630,132 630,132 0000000000000000000dc7094f1dffdd7d5623e4ba68c99b84b7d2265a412187 3,152 1.00/1.00 vMB 136
Previous 10 blocks ↓
Total Size: 782.63 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.37 GB
    • Received: 16.21 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.