Loading Tool

Explorer IconExplorer

Memory Pool

24,181 transactions
10.83 vMB
0.04527665 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 61.03/200 MB

Candidate Block

Mining Attempt df8f2618ded5574049750943e60dcd226d1928fed153c3a7afcd2a51518d3e11
Version 20000000
Previous Block 0000000000000000000067f5b641202c998f0a82b15e69f99c1b9408c7ddde65
Merkle Root a451e3b6b7d6dfb329797e5784b71dea3635fd259c31fb4ec591e00156a11d68
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,539
Size: 0.9979885 1.00/1.00 vMB
Total Fees: 0.02652202 BTC
Feerates: 502.67 > 2.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,574 (700,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
213,054 213,054 00000000000002cdb764e768114d99098fcc48b8eea8a94daf36e449f252f664 7 0.00/1.00 vMB 308
213,053 213,053 000000000000025e03e8b5c15946af2fb3bb608bd73222adac7848953a0e408e 98 0.04/1.00 vMB 44
213,052 213,052 000000000000033e1ae601a787b38128044a02e975740acecb9f243491e4abc1 520 0.22/1.00 vMB 233
213,051 213,051 00000000000001f82c9114666bb075bd982c25a2821cea5db90460fa665b155a 889 0.39/1.00 vMB 208
213,050 213,050 000000000000024ed8ea1d19212755f9da14ab0844a3aac29ff482676b384d94 574 0.22/1.00 vMB 211
213,049 213,049 000000000000006896ca760505253e9d5f2b5cbf488df6339ca74118adab5a4c 651 0.25/1.00 vMB 187
213,048 213,048 000000000000024b13886b310db9ab9719bf2ab244818b58c8191cf739b99d14 1 0.00/1.00 vMB 0
213,047 213,047 0000000000000005cb32661339a63f208c130a2f8fb86c3b962de30e680a2dd4 238 0.11/1.00 vMB 175
213,046 213,046 00000000000002fb015448ec4d4864c0f44f042b092b0d35cac6ae65d80ffcfa 715 0.31/1.00 vMB 162
213,045 213,045 00000000000001201c0ea67cb6228ac1617363d017b0c9e748701cc4c61ef38b 263 0.11/1.00 vMB 184
213,044 213,044 00000000000003d9608fe4b79ef3bdbcfaaa6504466c992a7e1bc5780cc69d59 12 0.00/1.00 vMB 630
213,043 213,043 0000000000000289f3596cc63f52efbce0753361ffa4d0e4523879182dd1995c 305 0.20/1.00 vMB 116
213,042 213,042 0000000000000399f7a61e7f7ceb68354f77a6735d05d51944943f31e9e8c0c6 536 0.25/1.00 vMB 202
213,041 213,041 000000000000040c4ac0d4b0f20be068ed97f06ff20147f97264962b11d21d81 731 0.25/1.00 vMB 222
213,040 213,040 00000000000002ac80fa36a785b4c6162ae391fabd5d3739a0fa55d8cf1cebf3 15 0.00/1.00 vMB 153
213,039 213,039 000000000000016569db33eb4b7691a1f8e71ec32d078a27f550411b16763193 598 0.25/1.00 vMB 190
213,038 213,038 00000000000000773835c832cc4ff01afd2db1a8907958ab2282fcd56c4ca4c7 9 0.00/1.00 vMB 168
213,037 213,037 000000000000034c4e44236306db349045a9d8147a9368750f525e58aa314652 558 0.29/1.00 vMB 139
213,036 213,036 000000000000014a91920c074478e3b12237d9d5ba74e49c6bb4c981bf6be0f5 701 0.25/1.00 vMB 252
213,035 213,035 0000000000000182b9da6697635a36e8471ae5cadbd7699bbd11d73c822973bc 622 0.23/1.00 vMB 194
213,034 213,034 0000000000000215f18088dfde7a576a2654d6a1f1e733a321037edb004333ef 300 0.12/1.00 vMB 166
Previous 10 blocks ↓
Total Size: 779.86 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: 444.42 GB
    • Received: 2.44 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.