Loading Tool

Explorer IconExplorer

Memory Pool

82,307 transactions
31.18 vMB
0.10323890 BTC
Random Selection Loading Transactions
Max Size: 189.11/200 MB

Candidate Block

Mining Attempt f77604afd1f63ecaea1016a75bce41b1de4b2f3b69f2b2d73c91107e143aa610
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root 4154874a909de8943f89ebcbcd82d948fb7cf7eee6814cfb156a531bc9d78510
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,090
Size: 1.00 vMB
Total Fees: 0.03065623 BTC
Feerates: 318.30 > 3.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (214,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
701,070 701,070 00000000000000000001de96587ed27e67d42e4774bf74669b93f2fb49dc6d11 3,132 1.00/1.00 vMB 4
701,069 701,069 0000000000000000000d1a29c6e6fb5d6972cf97a1c9dce432f1286cebcc19a2 3,128 1.00/1.00 vMB 9
701,068 701,068 00000000000000000008c4a6a541bdcffecf8c72a466dc7be2efc16d20ff8b89 3,082 1.00/1.00 vMB 29
701,067 701,067 00000000000000000007131782dbed5f59c15b1d5d36a792a6117b91eadb10c7 2,781 1.00/1.00 vMB 16
701,066 701,066 0000000000000000000767d9050cb7c6274a3a883139821381d6ff0c7ce116e8 2,169 1.00/1.00 vMB 5
701,065 701,065 000000000000000000003bda704d84ae0461846f7368f282b85cee34e20ebf48 2,277 1.00/1.00 vMB 15
701,064 701,064 00000000000000000005301e3d7409a952f8c5146946fd7efec1238f3344e91d 1,989 1.00/1.00 vMB 22
701,063 701,063 0000000000000000000cdbb9b7b38f4f16856eb26b190098afa21302a4f260e0 2,243 1.00/1.00 vMB 16
701,062 701,062 0000000000000000000565bf1a751c2e89f8cb19e03205abc3dd28cbbfb451ad 2,789 1.00/1.00 vMB 24
701,061 701,061 00000000000000000004ecd91817c035bcfaaba3f596d7b70782dc453fbb32ab 2,192 0.86/1.00 vMB 10
701,060 701,060 0000000000000000000e38ae33d4824268a8250644ceb5a1d85293d7b6cf42a0 2,095 1.00/1.00 vMB 7
701,059 701,059 0000000000000000000df7e337f24b0a72b29f1a0a25135726ffb7512b2419c7 2,599 1.00/1.00 vMB 12
701,058 701,058 00000000000000000007fb4ff7bbaba68b7ec421b1f5a0762a1f8d5e424b4f5e 203 0.08/1.00 vMB 12
701,057 701,057 0000000000000000000cf7ca9555b329df42a1be31803f77dbf081d26d9ac443 253 0.24/1.00 vMB 4
701,056 701,056 0000000000000000000bd9a60a2ad04e21cf1ecb05020c7f9ab46c39fc5c1f11 564 0.34/1.00 vMB 7
701,055 701,055 00000000000000000004861554355510a8f8df95ff8d15ca7e2bd82d77964b25 1,337 1.00/1.00 vMB 8
701,054 701,054 000000000000000000047468b03243f9ca1813767f5c3a327120cc27d4a1c301 495 0.20/1.00 vMB 10
701,053 701,053 0000000000000000000b136aaf26100c610d948328707ab49091fe71fb6b6a6e 653 0.31/1.00 vMB 10
701,052 701,052 0000000000000000000a2bb06f68d4b6e821107ce89837d4dee0aa837c13e962 168 0.06/1.00 vMB 9
701,051 701,051 0000000000000000000c89f928b8548b0a3122ff3189c6082752222e907c7d7d 975 0.37/1.00 vMB 13
701,050 701,050 0000000000000000000a1af70747fe99d309dccf2560b8ba000b8660c4e65301 1,415 0.48/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.00 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: 718.44 GB
    • Received: 17.90 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.