Loading Tool

Explorer IconExplorer

Memory Pool

45,618 transactions
28.41 vMB
0.07210847 BTC
Random Selection Loading Transactions
Max Size: 150.94/200 MB

Candidate Block

Mining Attempt 16ae6d5e3cde99c285f195e3075563e05c7bd81a5f5dc0781b5d11a7a69af736
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root ad386feafb8e46d16d815e547b7acd4361f7d2440064cf2d0e2866b88b351776
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,639
Size: 1.00 vMB
Total Fees: 0.01819331 BTC
Feerates: 100.23 > 1.82 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (327,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
587,058 587,058 0000000000000000000e953f3cc0b7a1b3c8d439f8840c4f896a1704fe8ce8ec 469 0.22/1.00 vMB 49
587,057 587,057 00000000000000000001b28e8a9d0999f14c4c045edef5c38429b0de10eff8d7 252 0.11/1.00 vMB 20
587,056 587,056 00000000000000000018cdf64c2b07735e7692d005ca99c351f5591232cee4c9 2,596 1.00/1.00 vMB 3
587,055 587,055 00000000000000000019ce487aaf1b62ca16e8f9ce4149a1cd53ef3cc29dfc89 2,905 1.00/1.00 vMB 64
587,054 587,054 000000000000000000142438b2cbb2f69007c22fb41c907d6ceebbc741c9ba8a 2,778 1.00/1.00 vMB 37
587,053 587,053 00000000000000000010b10a18b2dd1d01f3a327bc2742d955c1a66eb21d94ff 2,344 1.00/1.00 vMB 47
587,052 587,052 00000000000000000000cc177a9d1a5f6357f192c3d15cd9bdc18d0ffea3ac75 2,534 1.00/1.00 vMB 17
587,051 587,051 0000000000000000001917fb88959d936fb0beb87ff90dfecaf70e0c4b475a63 2,730 1.00/1.00 vMB 48
587,050 587,050 0000000000000000001bdb6a91f7c31befa92f9115616bcdc2917e91053c4443 3,165 1.00/1.00 vMB 72
587,049 587,049 000000000000000000105b6f713977846948b00b69ee16b2993946640e6f8e6e 2,886 1.00/1.00 vMB 77
587,048 587,048 0000000000000000000bdac398f190bcd584f79944c9514e7a534239417091c8 2,089 1.00/1.00 vMB 53
587,047 587,047 0000000000000000000a63caa4b365dc3213c5352d2d5c33c107f06ecbd856dd 566 0.64/1.00 vMB 2
587,046 587,046 0000000000000000000ceab5415563f25440135374f225934eaaa98caf17446b 2,771 1.00/1.00 vMB 20
587,045 587,045 000000000000000000060c3a051d26b542a61581088584c52a3b2e67b65adc80 3,432 1.00/1.00 vMB 70
587,044 587,044 0000000000000000000c2250c7dd77a17a1c3a9e83bc41cfcbeb37964942996c 381 1.00/1.00 vMB 7
587,043 587,043 00000000000000000013e44dbd74326ddedc92bd30adfbc54a9f4a8ae013ed22 2,281 1.00/1.00 vMB 7
587,042 587,042 0000000000000000001ee2c6b68e7dfcfe7d7a3a16cf147ec30fd985dc48e323 2,880 1.00/1.00 vMB 49
587,041 587,041 00000000000000000010e1d11d507beb6bed75b49b341afd9961bfd07e109a68 1,933 1.00/1.00 vMB 55
587,040 587,040 000000000000000000003b46ebe7e6877f080acfb40603a367e3420ecc54d02d 2,773 1.00/1.00 vMB 54
587,039 587,039 000000000000000000015c23aaf7d5818c28feb373e0114d21bc1b12413742ae 2,727 1.00/1.00 vMB 76
587,038 587,038 0000000000000000001c96966b8622eea44dbc3f3a678556604f035eedb1c2fb 1,341 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.11 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: 651.97 GB
    • Received: 13.67 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.