Loading Tool

Explorer IconExplorer

Memory Pool

61,052 transactions
20.66 vMB
0.06089781 BTC
Random Selection Loading Transactions
Max Size: 129.86/200 MB

Candidate Block

Mining Attempt 32d00d1fcf9e9ae98d8b7a0d5eb613eb424e0b4378d84119c6b44e2cd3f2e467
Version 20000000
Previous Block 000000000000000000003738336ac12817c9c958de9cd89da5cf1c965e1d3af0
Merkle Root db428def45ef67d2b961f54e65474402db2fd458505c55b9d55fac215e81d17d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,837
Size: 1.00 vMB
Total Fees: 0.01361845 BTC
Feerates: 77.90 > 1.36 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,681 (655,079 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
260,602 260,602 00000000000000104dd9531d196fd81b7873618384a20eb5bf87a362ca265eff 589 0.23/1.00 vMB 131
260,601 260,601 0000000000000000d55563f0a115c6295f2f7678ddb9322f3edbd71d4b4638a0 58 0.04/1.00 vMB 13
260,600 260,600 000000000000001b28d9d794c965e75c0f0cdb4f842e6d7726f5b27644ce0fbd 67 0.05/1.00 vMB 44
260,599 260,599 00000000000000064ea30a6641130fd6be4d830257a6abc73bdbc460264ae789 408 0.18/1.00 vMB 118
260,598 260,598 000000000000000ed872af1aa65c524f9f0448d1be5fe7b0545f6e72ad943b7f 330 0.29/1.00 vMB 40
260,597 260,597 000000000000000a06d88f8e2d67bf79eaf5fabfacfe43c9399f49cfa953a387 256 0.11/1.00 vMB 152
260,596 260,596 0000000000000010e0bcfe2be4a9e67fb87a211bfe14807f8f79eba50d042aed 588 0.25/1.00 vMB 102
260,595 260,595 0000000000000015a752213822899ed7eb9eb1f8bb4701d44baf14edd7896316 695 0.25/1.00 vMB 153
260,594 260,594 0000000000000006d9d8ff408429f7c97ebf8c7f0b2d7d723dae772fb0555ba0 118 0.04/1.00 vMB 44
260,593 260,593 000000000000001bedd8fb5f78e6bca7f578e2afb693d1de7a418523f40eb0c8 756 0.32/1.00 vMB 126
260,592 260,592 00000000000000040bf4532cd084b8bafab8512db30e508f5973b53f8ae1e886 832 0.30/1.00 vMB 154
260,591 260,591 0000000000000003d436715d6559283d11e2c17fc28e9a1015058e7955a36e8d 391 0.16/1.00 vMB 109
260,590 260,590 000000000000001a13d244fafdac976f1ca209008128c7c595406cbc81b6b954 628 0.30/1.00 vMB 63
260,589 260,589 000000000000000865ff48a7fe093c3420b410806afa63ea7d75ea363e3021c2 620 0.25/1.00 vMB 146
260,588 260,588 0000000000000006b9ca1d26226ae38a5f331dabb8a62bdbfa374a289d0b0b8b 314 0.13/1.00 vMB 104
260,587 260,587 0000000000000001d9367f2fa78d45d794191c1e50070e38f923acd5f6ef488e 429 0.17/1.00 vMB 3,795
260,586 260,586 000000000000000778c505a505f0e3c7983dcae021f1bbe98736a1cd9ea277fb 120 0.05/1.00 vMB 75
260,585 260,585 000000000000001052990127cac60a3c8fdc3f6a8c1421b005398fac9ecee965 98 0.04/1.00 vMB 92
260,584 260,584 0000000000000011e814aac760430862d78ce9463ad2a66102c089e19bd202df 189 0.07/1.00 vMB 120
260,583 260,583 000000000000000e7520af5bbfa67e4f9a6279e3eb8232d92b196902a23bb374 338 0.14/1.00 vMB 112
260,582 260,582 0000000000000015c3f70259a22f1e64ab8efb9cc5a7a597f61c39dca9a7bfa9 257 0.10/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 783.56 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: 774.41 GB
    • Received: 20.69 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.