Loading Tool

Explorer IconExplorer

Memory Pool

78,388 transactions
29.47 vMB
0.07755302 BTC
Random Selection Loading Transactions
Max Size: 178.01/200 MB

Candidate Block

Mining Attempt 482529a28af902d32e285801c62d9729f62d0f3e74e8d3bc462c8319411d6106
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root e8dac39520590c91c9f616c67f9ddf92ac52acfde84bc2ec2b3c25c0a67b4a2a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,239
Size: 1.00 vMB
Total Fees: 0.01370870 BTC
Feerates: 150.66 > 1.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (266,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
649,141 649,141 000000000000000000000084dc46d0da1c920a9b1ce16d91159655cfe1055482 380 0.18/1.00 vMB 26
649,140 649,140 0000000000000000000bedcfae27db0d9e6e5666f14860d42b9806d1a8be9320 2,075 1.00/1.00 vMB 33
649,139 649,139 0000000000000000000baf5c03b5e345d55e6f1babc80e90bb9f76b9d40e5072 2,280 0.97/1.00 vMB 27
649,138 649,138 00000000000000000010335bdbe7a5fafe84eb4f9e8db370bdeb367f035285c5 721 0.35/1.00 vMB 19
649,137 649,137 00000000000000000006b689b55fc2afe029971ad64a975d37a374de5a4cd758 1,019 0.67/1.00 vMB 23
649,136 649,136 0000000000000000000304ab2ff6cd6dc7f9003543148c61dc3f25c57aff8abd 2,173 1.00/1.00 vMB 23
649,135 649,135 00000000000000000003ae6b086bfe4b3733dde8c360eeb3e749adf18f59952b 646 0.20/1.00 vMB 34
649,134 649,134 0000000000000000000f8e0108cb6ed028fe589d365639d8f8209b8c7f81b6e1 1,396 0.60/1.00 vMB 30
649,133 649,133 000000000000000000031250eb7620a9cf975d885437e59d3ec40276bd018016 1,585 0.96/1.00 vMB 18
649,132 649,132 0000000000000000000d3c3f20f8a4b451df224e02f578d6c20a5d8b46d39747 1,049 1.00/1.00 vMB 3
649,131 649,131 0000000000000000000dd9b21a5f1f39bb55ffe5e7cc59cad7d436b6fce821b2 2,655 1.00/1.00 vMB 31
649,130 649,130 00000000000000000002e441188b4c20b83f7da14ba7fae152be389ac1fd9da8 1,396 1.00/1.00 vMB 3
649,129 649,129 00000000000000000006a2d9cffaff7355e4aaf429a3556479438af899c3201d 2,387 1.00/1.00 vMB 16
649,128 649,128 00000000000000000003f906f55a38617a3eef91baddc7d0d0e2ef9f00f96493 2,069 1.00/1.00 vMB 4
649,127 649,127 0000000000000000000ea9677f1734fdaa8af251478daf5650de5f8d5627415b 2,599 1.00/1.00 vMB 17
649,126 649,126 000000000000000000101ab7c7a04cfe5f42797d3a2aed787efaf63f1f3000d5 2,444 1.00/1.00 vMB 49
649,125 649,125 0000000000000000000351df868c0cefd9c5e79ef8c91d987aebb521608429b9 2,700 1.00/1.00 vMB 5
649,124 649,124 0000000000000000000723b6857e27af15c17ced0f7a1bdb48b9796fc592f622 2,361 1.00/1.00 vMB 33
649,123 649,123 0000000000000000000315deb8fe41d44f576c58cf891b8ee556065bc825671a 2,876 1.00/1.00 vMB 19
649,122 649,122 00000000000000000009e05d30b559a3154e43245e741673dcdf6cc06cd5fba4 2,562 1.00/1.00 vMB 41
649,121 649,121 0000000000000000000cf91c32c1df6497b2b4f153902950a3542732fbf7ccee 2,909 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.64 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: 672.40 GB
    • Received: 16.23 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.