Loading Tool

Explorer IconExplorer

Memory Pool

78,447 transactions
29.08 vMB
0.07616429 BTC
Random Selection Loading Transactions
Max Size: 176.19/200 MB

Candidate Block

Mining Attempt 623409de96aec0bb43359aa4d600b49732585d024e52d0f6060da85bae10972e
Version 20000000
Previous Block 00000000000000000000cbf325f710fe3b651c530ae584a9791fa8f4174b473a
Merkle Root f22d6ad84dd372bf8dfcd5afbc17f08de76fbb3ca8e789202fb63d343598d28f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,182
Size: 1.00 vMB
Total Fees: 0.01533332 BTC
Feerates: 191.02 > 1.54 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,088 (218,187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
696,901 696,901 0000000000000000000b71fbf0a95cb5144c4fe950124f38ac4e097bb87bdd2b 2,336 0.98/1.00 vMB 12
696,900 696,900 0000000000000000000423f8c7037d38227b27c03fd1cae9d9303c4b212c72c9 2,026 1.00/1.00 vMB 7
696,899 696,899 0000000000000000000ab2016137bf0eb43f02be8fe112ef9910714631a516d1 1,148 1.00/1.00 vMB 7
696,898 696,898 0000000000000000000750336cb28f7eb1c7a4c219eecc6e92fc4fe8254db4ce 2,542 1.00/1.00 vMB 11
696,897 696,897 000000000000000000095971eabaeda1acc853f881080c8271c18cd4ca5357ce 1,469 0.46/1.00 vMB 7
696,896 696,896 00000000000000000005bdfb115eebbe776d4e4ab2a211611b9b4e154ae780ec 2,403 1.00/1.00 vMB 19
696,895 696,895 0000000000000000000ab0b03b7e85171a3f8e6da9a04d300b940ea6e584e297 1,180 0.79/1.00 vMB 2
696,894 696,894 0000000000000000000d44483f1d8ec6c4335c4cecb1e6e4b1b427818c6f6cb2 2,607 1.00/1.00 vMB 12
696,893 696,893 0000000000000000000bc102026a4284e40a1c55acfc01bf09ceeb0824d0a238 2,828 1.00/1.00 vMB 19
696,892 696,892 00000000000000000010893ad0921635992a9e20b3cf6a063ef18f66ed5993fc 945 1.00/1.00 vMB 3
696,891 696,891 000000000000000000084e01d87dae6d3c3b7c6a909d3f43d46514a292762ac6 1,607 1.00/1.00 vMB 14
696,890 696,890 0000000000000000000e05c1b22c83fb4dc4b660e5102b7991a9506b7004dc5d 3,193 1.00/1.00 vMB 3
696,889 696,889 0000000000000000000544d20cd32fdd241398ea7a067ff9dd2d7b060b4607b1 2,931 1.00/1.00 vMB 6
696,888 696,888 00000000000000000003d93f35e5d4979eb051cf797393a6fa90ebd0e92b1ddb 2,256 1.00/1.00 vMB 13
696,887 696,887 0000000000000000000e6a254339d612d374295eac2bc31a21ccbb06f693981d 2,750 1.00/1.00 vMB 10
696,886 696,886 0000000000000000000d5fbae9f0aa1fb13947b99a59fc04e72ecb68c5cf3457 2,571 1.00/1.00 vMB 24
696,885 696,885 00000000000000000006040752a1d61728dcc15e438158a267e2c9bef17de2c4 2,722 1.00/1.00 vMB 19
696,884 696,884 0000000000000000000c187c4ada610f76a0144c34302daa3c8b0bce676441bb 2,873 1.00/1.00 vMB 11
696,883 696,883 00000000000000000010fe6a448b80f57b02d25cd30fbce9031db43d7276b822 2,168 1.00/1.00 vMB 12
696,882 696,882 0000000000000000000e03d691778c725e9f2646d406aa2629c2ab3433e22bb7 2,669 1.00/1.00 vMB 9
696,881 696,881 0000000000000000000528e3b7304e3f5dce09f7e5ab9058e9c1e9ee92415117 102 0.03/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.55 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 669.58 GB
    • Received: 15.75 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.