Loading Tool

Explorer IconExplorer

Memory Pool

36,041 transactions
25.69 vMB
0.05541834 BTC
Random Selection Loading Transactions
Max Size: 131.52/200 MB

Candidate Block

Mining Attempt bf525060e71fccffcbc8ed7a2b5404f6869b1cb73c25c01f92e334216e57d032
Version 20000000
Previous Block 000000000000000000003056aa79f3e9ae7f1ebca1b480aef0e8e00b84a1a03a
Merkle Root 6500d9dd230a0a70bc28b59e26f9bcdf8f5ed8f6d20287ed4716ba6b745fd8e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,692
Size: 1.00 vMB
Total Fees: 0.00857056 BTC
Feerates: 150.93 > 0.86 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,675 (141,579 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
773,096 773,096 00000000000000000005e99665f41cb250648fe4b78e2006fd72471fdb682464 1,764 0.66/1.00 vMB 11
773,095 773,095 00000000000000000000005bd08c9d7691c94c85885985a268b9612491789f96 1,422 0.43/1.00 vMB 12
773,094 773,094 00000000000000000000cb24a679fdf6f63d6c64a6ca01d50ffb35e3d10d7e56 447 0.14/1.00 vMB 13
773,093 773,093 0000000000000000000014a5862b703324ee555ed220547af319aa8efd7a8957 1,268 0.46/1.00 vMB 12
773,092 773,092 00000000000000000005dfb34ea9b54f1723bda2acced8a9a0cfebba5ad3dc41 2,679 0.93/1.00 vMB 11
773,091 773,091 00000000000000000000800daeac6fa8844f2c615e002db66aebbba103f5247b 1,292 0.51/1.00 vMB 9
773,090 773,090 00000000000000000004c256fa55ed5d7f0a3d58f1439da96c14814ffad566f0 1,595 0.85/1.00 vMB 7
773,089 773,089 00000000000000000002a7d11951a0ca21b68d3ac413d5241204519b8e7e8644 1,756 1.00/1.00 vMB 14
773,088 773,088 0000000000000000000770d60ef2e6f50c601c9fd2be37c596f55f2e62a97569 93 0.02/1.00 vMB 14
773,087 773,087 00000000000000000002f21d5ae07dab39d0393c7c862ee70dc6b67c722e2cd7 388 0.10/1.00 vMB 13
773,086 773,086 00000000000000000004b852869d8f546b15876c73f9da698bf066e81f5a78d3 2,002 0.95/1.00 vMB 5
773,085 773,085 0000000000000000000673efca9b5b3360304cd61c18ff8d02e921a5873fa7f5 3,036 1.00/1.00 vMB 9
773,084 773,084 0000000000000000000628cd4bb8b27a286f1dfbb6fdfee227248babb0ed3913 3,876 1.00/1.00 vMB 24
773,083 773,083 00000000000000000002dfa3c7f71ef1e13f725f8d4c641e0a6c076fb6d84e0c 493 0.20/1.00 vMB 12
773,082 773,082 00000000000000000002d935bd6318d8f65f25af0a3b529336c81d3d410fdb4b 1,189 0.63/1.00 vMB 9
773,081 773,081 00000000000000000000781edec54c0ff97ca3f4db5167d2e496e706a157c7fd 3,244 1.00/1.00 vMB 14
773,080 773,080 0000000000000000000208ee3e91b7e3be8378cf8035a66d18e5d6890a31f539 864 0.43/1.00 vMB 10
773,079 773,079 00000000000000000005f2998ad5c71a8beb887288a585f600925b86b1681ed4 1,806 0.90/1.00 vMB 8
773,078 773,078 0000000000000000000582ffc91789678e4102d14bafa4a39a3bc4812d96ee80 2,537 1.00/1.00 vMB 9
773,077 773,077 0000000000000000000424b8f84304775f594f7a5a54207e94e89d8cc047abcc 1,721 1.00/1.00 vMB 10
773,076 773,076 000000000000000000009588cbe1dec85929fd32c8c96b88fc2dd9c8fe050812 1,707 0.51/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.82 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: 635.63 GB
    • Received: 12.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.