Loading Tool

Explorer IconExplorer

Memory Pool

45,675 transactions
28.69 vMB
0.13516683 BTC
Random Selection Loading Transactions
Max Size: 151.71/200 MB

Candidate Block

Mining Attempt f9999e73bc1154bf969b2638a1d9e46b0d31bde645765dffb589a80f28fa1f82
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root c23e1c24dc23e39433813ef19cab061da8de2718f425211417d493df9a2fe2ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,675
Size: 1.00 vMB
Total Fees: 0.07580566 BTC
Feerates: 15,654.48 > 7.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (338,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
576,805 576,805 000000000000000000182ea4f42471fd4cc3c7b91a4fe19450d454b6ad9e3cb7 2,882 1.00/1.00 vMB 130
576,804 576,804 0000000000000000000933a0728ff3969059960a8f9f4d5c9827819a4a21e5b6 3,071 1.00/1.00 vMB 164
576,803 576,803 0000000000000000001291366dc7764243d630cc574fff41118981290b1744fe 1,805 1.00/1.00 vMB 21
576,802 576,802 0000000000000000001499c0f64166377ed0f360f76cb98f9a9f9da85698cd12 3,128 1.00/1.00 vMB 38
576,801 576,801 0000000000000000002900b5dc9441f7d4299f9f890bea7e6ff7c4f8eacf6761 2,548 1.00/1.00 vMB 35
576,800 576,800 0000000000000000000ebc6595a7fc6e0edc63ac712cb0e5750909474f0b9b6e 2,569 1.00/1.00 vMB 25
576,799 576,799 000000000000000000043a4a54a2603aba15e413c5972f69df077543673da620 2,897 1.00/1.00 vMB 70
576,798 576,798 0000000000000000001a64577795188bf74a02522d7ce32f4d88b12fbec1df73 2,430 1.00/1.00 vMB 130
576,797 576,797 0000000000000000001a5a9cf5760bc65f6aa0ac26b50141a79bcd5a7defa444 3,796 1.00/1.00 vMB 188
576,796 576,796 000000000000000000284074234f973f8e4090b5187e888534a1ae48f5db73e0 2,463 1.00/1.00 vMB 127
576,795 576,795 0000000000000000000880a5756f60a59ead4c9ac64f4b7690b862e62bc8f804 2,582 1.00/1.00 vMB 61
576,794 576,794 000000000000000000008702baad5b5fb75ae00f18df7a0aaeccfb2d5a6c8305 2,825 1.00/1.00 vMB 118
576,793 576,793 00000000000000000004299272f6fb5cf2098f67a59734bcb234c83b07ad2372 1,715 1.00/1.00 vMB 41
576,792 576,792 00000000000000000020ce8df896ba3defaf769c19298e865a2dfd809d6c9689 2,758 1.00/1.00 vMB 12
576,791 576,791 0000000000000000001c6fc200d9c40a3467476a4ebf06d838773aac06884a70 1,367 1.00/1.00 vMB 49
576,790 576,790 00000000000000000012e5f2e9e05063f4898cfbcf5dacacdb0001e8cf4f19c4 2,324 1.00/1.00 vMB 115
576,789 576,789 00000000000000000027a18e586a078c4e352955d90463743dad79062b678e8c 1,464 1.00/1.00 vMB 58
576,788 576,788 0000000000000000000c6e6240bb8359db6160b6082e8d2ec9918e1609e53da5 1,329 1.00/1.00 vMB 58
576,787 576,787 0000000000000000001b182545c9866375249e9dda28b2e682d8d5ae0fc24cd7 1,265 1.00/1.00 vMB 46
576,786 576,786 000000000000000000210a2454cf65c427c6f45a3ea537bb379e916a0f83b8fe 1,642 1.00/1.00 vMB 75
576,785 576,785 00000000000000000007f1116296da3a40729759a4e1ccca540ee2e1e2475cae 2,249 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.04 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: 650.74 GB
    • Received: 13.32 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.