Loading Tool

Explorer IconExplorer

Memory Pool

26,192 transactions
6.42 vMB
0.04135273 BTC
  • 1 sats/vbyte = 11 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.14/200 MB

Candidate Block

Mining Attempt 56ea537965e4a65a1cd47756118c412d0408676b1083d6d98b3019f6c359c813
Version 20000000
Previous Block 000000000000000000020b7de4a5de62d3506ffb84fbac40ba79a4fe8f611513
Merkle Root 531f97a66aef45ee1b52c662db9530b60fc6d520113a89cae5452503089c7a2b
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,127
Size: 1.00 vMB
Total Fees: 0.02391843 BTC
Median Feerate: 2.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,196 (722,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
191,030 191,030 00000000000002adf930f300b8fbe30edce1913e4bf93c72c695adf78a228076 0.04 MB 94 110
191,029 191,029 00000000000003e6dbfbf864b1060350c36f54e48c1c8e7c9885f967d8934e05 0.06 MB 195 157
191,028 191,028 000000000000014ce1d80d58b2811ba4131518133e2f99643eb4b08e8868d5b6 0.07 MB 181 134
191,027 191,027 000000000000077bf5d5cadfc94e186452f579e63052d73827e1a4893974e864 0.00 MB 1 0
191,026 191,026 00000000000006888a2f7154e197550f8fbc406c0c06272dfaea90cde820eef0 0.01 MB 26 59
191,025 191,025 000000000000087e3e32d75feb951846cd48d0d09f9a92484e00b8d88dd7a6ca 0.05 MB 154 157
191,024 191,024 0000000000000872bb6bf64d17dbf16bf5e5b0d05fb101a0582156fe43c34403 0.09 MB 260 134
191,023 191,023 000000000000034370510da114d5d036ea20037973da1187259e8ab6382d1db2 0.00 MB 12 45
191,022 191,022 00000000000008a757182edddb0c7196d6784c6889def6879496c7b7b0400de7 0.00 MB 10 310
191,021 191,021 00000000000000f510f41e5af380b84b14354639827592f34eacddd89b5c6e5a 0.01 MB 13 26
191,020 191,020 000000000000016dedb5d8d52a9802eb02719f23b49ff694bb24ef4ad0cc3b19 0.02 MB 84 38
191,019 191,019 0000000000000107a4655c20b79a27237913fac9913da6d1c5d167e275b93265 0.01 MB 36 115
191,018 191,018 00000000000006c3512c4a2c94e888936c148201e2fb078e91edf759d80694e8 0.01 MB 21 69
191,017 191,017 00000000000002d52ec3d2a764e3bb8a98843a6766e44549f3fd84b4090e6d99 0.02 MB 47 102
191,016 191,016 000000000000033a49997a6e2f4b43b737b3dc0bd34ae648fb277e1a3f47ac37 0.01 MB 43 78
191,015 191,015 000000000000039c7941ae170ceb11c13421659246ff95990f351ad29eda7196 0.01 MB 18 124
191,014 191,014 0000000000000697db9328bc2013f24c93d79c0cdaefc075b7baf6a6f5066a33 0.02 MB 55 1
191,013 191,013 00000000000006130aab7ac45831eacba09bc5fcc0fbb83702edb4ee2b3f1a33 0.12 MB 260 110
191,012 191,012 000000000000048cc7ee33fe46293ec7705d7d3170e79ca6eddc08205187a1c4 0.05 MB 148 92
191,011 191,011 00000000000000078fcd811c75b94b31366e75ad3ec314d5ebdd87d1f22a6f04 0.00 MB 11 0
191,010 191,010 00000000000008c5eda750f09a2dea3af723605160adbe80947bc1abc33df3c2 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 779.20 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 63
    • Outgoing: 10
  • Data Transfer:
    • Sent: 13.89 GB
    • Received: 0.29 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.