Loading Tool

Explorer IconExplorer

Memory Pool

40,922 transactions
26.21 vMB
0.07213714 BTC
Random Selection Loading Transactions
Max Size: 136.41/200 MB

Candidate Block

Mining Attempt 1f62ca4714eac142d0f149f402f83848a86df1d2a7f39ddedfbf47a7769fa67a
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root c0ae82c82cb7077b846c1a1e8c5e0e5d1f8bfef40da61d21550d18798ff9737b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,969
Size: 1.00 vMB
Total Fees: 0.02432173 BTC
Feerates: 150.98 > 2.44 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (79,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
835,790 835,790 00000000000000000002c5396a1679dc851cf85faedb9c1d9f2f4ea21c9aa0e7 3,024 1.00/1.00 vMB 33
835,789 835,789 000000000000000000029fc328135dfd1c156c0fad6618b92a72c9aac24c7ed4 2,935 1.00/1.00 vMB 19
835,788 835,788 0000000000000000000316e42dec3f0d334ebb5bcdd600a34ee96978f10c658a 2,741 1.00/1.00 vMB 28
835,787 835,787 00000000000000000002564165618fe8b79f0f877a4c6e52cee26aff4bb9dc9c 2,117 1.00/1.00 vMB 28
835,786 835,786 000000000000000000034b60e862f2e65ebd90592733487f4d8ab31667df0c52 3,733 1.00/1.00 vMB 27
835,785 835,785 00000000000000000002bd5dc5f9d15eeaa71ff62b02ee125f935b1446adac56 3,581 1.00/1.00 vMB 43
835,784 835,784 00000000000000000000803568022a46ca7bc485ef8e082489495ca5c88604d7 2,917 1.00/1.00 vMB 26
835,783 835,783 000000000000000000017c7167f0f59dbd01ccace285a107be63d6efbf8ed1a7 3,287 1.00/1.00 vMB 30
835,782 835,782 00000000000000000002f5f80700be322f4632a4c723f122bc6c096d970e3fb1 3,513 1.00/1.00 vMB 32
835,781 835,781 000000000000000000008883c46ef3c2cd3b4580be9a2db7def50b3cdd6e40a5 3,794 1.00/1.00 vMB 42
835,780 835,780 000000000000000000033a4dc73c3888f21879e1f94f9b14b196e5faf0321324 2,628 1.00/1.00 vMB 20
835,779 835,779 000000000000000000030779f3bcd253a58d5d02f7c029f8e481b4e2fb076f95 3,597 1.00/1.00 vMB 18
835,778 835,778 000000000000000000027aafc6ceee9e91485398f023fc9e93f8a3f4797ab4ad 4,635 1.00/1.00 vMB 19
835,777 835,777 0000000000000000000349d8a87931c4393f12f730cece0bb634447ccdc31b18 2,217 1.00/1.00 vMB 22
835,776 835,776 000000000000000000024ff57caf24267842af4c71bd75be990fafed41c41f88 3,329 1.00/1.00 vMB 28
835,775 835,775 000000000000000000032d121661620257f754f43ef9f8512a4255870d04423a 3,627 1.00/1.00 vMB 31
835,774 835,774 00000000000000000000a4f0abd2b5aa6534da0a7cc42ec1c8777d2981c0f258 1,704 1.00/1.00 vMB 18
835,773 835,773 000000000000000000034bcf123f6f8efd074a9ca048100975868181e393ba7a 2,270 1.00/1.00 vMB 18
835,772 835,772 000000000000000000023e1349720c3c7b0a6cf5994b6d46bf3c64183fc361d3 3,641 1.00/1.00 vMB 33
835,771 835,771 000000000000000000033e1bbe78537846b8e4711db1cb674c6bc5de9c1613b2 916 1.00/1.00 vMB 15
835,770 835,770 00000000000000000002aa4e49dc197fc99b984a563a3a0fb133c268942c525a 2,534 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.16 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 653.44 GB
    • Received: 13.88 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.