Loading Tool

Explorer IconExplorer

Memory Pool

41,965 transactions
29.02 vMB
0.07118241 BTC
Random Selection Loading Transactions
Max Size: 148.74/200 MB

Candidate Block

Mining Attempt a234ccb8ea5c1b1607dd54fca6d37be068a39e5ccffeb41cbced1990dc4edaa5
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root 63cf0cecf1f85c10722723ff89f241412a444c7f8813c4aff668724e19d3ee85
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,625
Size: 1.00 vMB
Total Fees: 0.01461098 BTC
Feerates: 100.36 > 1.46 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (444,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,823 469,823 00000000000000000067518075a470ba38cbe93e3275aada5a1f3bcef8c24fa9 1,581 0.99/1.00 vMB 233
469,822 469,822 000000000000000001143cb036eeb5511b8710a8791faa7d5deb86c13b439ac9 2,032 1.00/1.00 vMB 79
469,821 469,821 0000000000000000003a3b4f37d95906e629b3e82ba50c040d3f2f3fb9998671 2,079 1.00/1.00 vMB 314
469,820 469,820 0000000000000000003f4d65bc2848c5063dbc9582b8607baa36f0ad3a345fdd 2,200 1.00/1.00 vMB 363
469,819 469,819 00000000000000000012eefa375b714f7710bbf7de0296ac05b2504fb66e153f 1,848 0.99/1.00 vMB 291
469,818 469,818 000000000000000000999d6e43c0475169fceee85c440d20bee1d8d8b0e67c69 2,253 1.00/1.00 vMB 380
469,817 469,817 000000000000000000ec96962728a8189046e6dd106c15fe5f9d3ad302c9a81b 2,271 1.00/1.00 vMB 269
469,816 469,816 0000000000000000015f29989b0ef994debdb6beeff8619a65152d69434b7071 1,608 1.00/1.00 vMB 218
469,815 469,815 0000000000000000007097747cd428bae7131db70172f6a7573cca5045941ca7 1,988 0.99/1.00 vMB 371
469,814 469,814 000000000000000000581d76c442cfd08667fc89ed0d6fc33bc8e8e0968d3b0d 1,961 1.00/1.00 vMB 276
469,813 469,813 0000000000000000013d60e36bfc2254f89eab8f352d29892855f66b9fe57014 1,856 1.00/1.00 vMB 370
469,812 469,812 0000000000000000002cd827a869c42ee6bcfaf515dc9de3c1a3f62457bd4b1b 2,065 1.00/1.00 vMB 402
469,811 469,811 0000000000000000006b17ee32b207446a5cfc202a8487c32736c0db99af6470 1,916 1.00/1.00 vMB 495
469,810 469,810 00000000000000000154319b152033063aa815e698f349f36c0aaa3e7769bd11 1,248 1.00/1.00 vMB 99
469,809 469,809 00000000000000000104ac10daa8d13cbe7ea5fc8d1ecc8aef427c0ef77580be 1,946 1.00/1.00 vMB 253
469,808 469,808 000000000000000000a743d625349cd80ddcfc95e49002c37517c7089ddb6ec9 2,032 1.00/1.00 vMB 396
469,807 469,807 000000000000000000e93570fa2c9d98c13b1e18d9ad46329758885ae76ca07e 2,169 1.00/1.00 vMB 416
469,806 469,806 00000000000000000038dbb6fb3658db76c36f822e8b42d60c12ac4a2c14e8aa 1,266 1.00/1.00 vMB 178
469,805 469,805 0000000000000000006e46192aae32734365c0179e820c3d736a57a31fb12628 1,909 1.00/1.00 vMB 260
469,804 469,804 000000000000000000210f3108b9395c48d8a59d53488552baa8427e3509b7e8 903 1.00/1.00 vMB 145
469,803 469,803 0000000000000000004cc988273bb885ba3b0f73be40edf2c73f3408c86a6421 217 0.09/1.00 vMB 116
Previous 10 blocks ↓
Total Size: 781.71 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: 629.31 GB
    • Received: 11.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.