Loading Tool

Explorer IconExplorer

Memory Pool

80,383 transactions
30.25 vMB
0.08190236 BTC
Random Selection Loading Transactions
Max Size: 184.90/200 MB

Candidate Block

Mining Attempt edbdd40c4a10e8b782fe954b79ca18f7dfeaa0dd9aa1303e60fef7cb7f70d1e8
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 8bcfa3a2035aceca4ebbe778441d54be3a66b5454f65c7c39fd2f4899a58e19f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,204
Size: 1.00 vMB
Total Fees: 0.01441891 BTC
Feerates: 402.75 > 1.44 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (727,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
188,014 188,014 0000000000000876c30aefa4f01fcfe60b8cfdd9d6f470a449a269b5c1377020 184 0.25/1.00 vMB 105
188,013 188,013 00000000000002743dfceb84b08ca2a8ab8aff5b3d707c18e6e8599151e6e2a8 6 0.00/1.00 vMB 339
188,012 188,012 000000000000034f9dc01e3d18d3a41510948848daa2ff49bdb4fca26bebcd8c 182 0.13/1.00 vMB 121
188,011 188,011 00000000000005f70e6cf0636a8fcb061310bf05d1bd4cf709dc05f44e16aa60 59 0.03/1.00 vMB 445
188,010 188,010 000000000000088fcd21bf93bc5d8d50c17610c809ced85207676fa32061f546 134 0.04/1.00 vMB 65
188,009 188,009 00000000000001fef1997700acdc69805855d9d4ad3fe38854e0648d5d5eb99d 145 0.07/1.00 vMB 227
188,008 188,008 00000000000007e25bf4097d5caaacb18dfdb12986bda5c3e817e20f753ce0fb 687 0.23/1.00 vMB 146
188,007 188,007 00000000000000308ace7cf447550a1760fe1b12e2a28536cf65bdfed2ac7618 1 0.00/1.00 vMB 0
188,006 188,006 00000000000003323e5b989a14a88c4c016d2cd608c804725a99a576ecedd1b3 160 0.08/1.00 vMB 232
188,005 188,005 0000000000000100ae6449abadb6756681217f3523c32a7b981bf1302d7d42b8 22 0.01/1.00 vMB 65
188,004 188,004 00000000000004196f39bc3da997a74c7457b56b71723e5402bef9e3fd0854d7 196 0.10/1.00 vMB 101
188,003 188,003 000000000000025fc2b2e3134f8b967ba43b823354bd09c5fdb6200c995b83e1 596 0.24/1.00 vMB 127
188,002 188,002 00000000000007e1e9531cfb549dcf967299333027da6ac06fe60d7930c8eaf0 107 0.05/1.00 vMB 100
188,001 188,001 00000000000000b5944dddd5dacf2665d004e5a10283df8b9a387725315c70e7 367 0.14/1.00 vMB 146
188,000 188,000 000000000000004cf0c72d6dedfde88ca4c3dae129563210072ee68acded0ab1 127 0.04/1.00 vMB 130
187,999 187,999 00000000000001e759d8e3e2be960cd2626df9da3e95f3a6b24a69758acae65a 71 0.02/1.00 vMB 42
187,998 187,998 00000000000004d16658027061cbb7a2b2b5e0e03673b470172131703969d7ee 256 0.13/1.00 vMB 75
187,997 187,997 00000000000000c15e211fe77afab0672b570d7f8e7bef70d0b7af0a4dbf5dd5 178 0.07/1.00 vMB 115
187,996 187,996 00000000000004a995e68424327e05c660715ca13ec9b045f5e2a8a99981460d 114 0.06/1.00 vMB 138
187,995 187,995 00000000000004ad52cd5d00ee6bb6d6800a9e2bd48bc565d5068ae3e50fd540 292 0.14/1.00 vMB 186
187,994 187,994 000000000000037702d5fe9fb4d1018317f3d388ccb8f8bb45724962eddd1172 142 0.05/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 783.00 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: 718.57 GB
    • Received: 17.91 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.