Loading Tool

Explorer IconExplorer

Memory Pool

80,173 transactions
29.62 vMB
0.06756462 BTC
Random Selection Loading Transactions
Max Size: 178.77/200 MB

Candidate Block

Mining Attempt f9868fab9323976d67e98eb2c6bd43c7565f289ccb5567cc5ce9339a61a7c7d5
Version 20000000
Previous Block 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58
Merkle Root a2a1bf51d7c4e08b862b4dae50d15aff57bf4b8aa5d244af821d28212f0feedf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,350
Size: 1.00 vMB
Total Fees: 0.00716044 BTC
Feerates: 73.20 > 0.72 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,966 (253,877 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
661,089 661,089 0000000000000000000714a7522482691051887f964eecb0950cc3144e6a2d3b 2,627 1.00/1.00 vMB 38
661,088 661,088 0000000000000000000e76cf4a68c8897f8c9c57a93b3a5dafbea594b3db4a9c 1,824 1.00/1.00 vMB 64
661,087 661,087 0000000000000000000c8d49fb93fbd849b31c29006b55d5ad85be2d01261175 3,274 1.00/1.00 vMB 77
661,086 661,086 0000000000000000000a3d68bdbf6454b177db9803d067ba0fd33a81d3243f59 2,092 1.00/1.00 vMB 4
661,085 661,085 000000000000000000074dc4e1e2dd7ae57a84e13cae42cfa4fafb1f4f939b25 2,573 1.00/1.00 vMB 18
661,084 661,084 00000000000000000001b78cf83e790b5fa6467a9c30c9664b3ae1021f6b8b35 2,825 1.00/1.00 vMB 64
661,083 661,083 00000000000000000008c54550371fa00609e9bb33f0fdb832b59a2f66a69479 1,961 1.00/1.00 vMB 23
661,082 661,082 0000000000000000000789913bf75a78dbbb7db023ac6ca7e215ca11f29ea230 2,191 1.00/1.00 vMB 40
661,081 661,081 0000000000000000000dec00cb968ceb818ed4428868b911022029b458844d0b 2,246 1.00/1.00 vMB 49
661,080 661,080 00000000000000000002ee2c47c8c7b3b3ef7a4334c40bafa097faef1f21ba2f 2,079 1.00/1.00 vMB 18
661,079 661,079 0000000000000000000a23e9eedd7a374d41bc3a17854518eb95572245aebffb 2,335 1.00/1.00 vMB 20
661,078 661,078 00000000000000000005ceca08ff84ce2581a7b692e600efeefffcb2f78fec15 3,096 1.00/1.00 vMB 26
661,077 661,077 0000000000000000000cfff28a685240e8fd8afd7781d182a7c0e77909a1d240 2,912 1.00/1.00 vMB 44
661,076 661,076 00000000000000000006bf811b97b3c37a0b1252468fbbc3a472a5e2ffb34197 2,616 1.00/1.00 vMB 57
661,075 661,075 000000000000000000003eeae42f4a94cb9da76e0922caea22add60b5749a755 2,329 1.00/1.00 vMB 59
661,074 661,074 0000000000000000000af5fe0c7df72a88c7ca0f63fa31d8ef5c4aba91362e47 2,427 1.00/1.00 vMB 73
661,073 661,073 00000000000000000007c5c89f788431f195a45b344132318737a5929190e880 3,077 1.00/1.00 vMB 84
661,072 661,072 0000000000000000000516de4f8b244abeaa67d506f07008fc23e0b21f40ca7c 3,283 1.00/1.00 vMB 72
661,071 661,071 0000000000000000000b465bfed5e7ee56b750b7067c3351c14fd681aa238edc 1,716 1.00/1.00 vMB 101
661,070 661,070 000000000000000000068122ca45da17456b630bcf2fd5e98da6d36fa192c29b 1,843 1.00/1.00 vMB 13
661,069 661,069 0000000000000000000e2309c36cd0ea8c437f943c7a4ea5522885d7a5fe733b 1,176 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.33 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: 660.38 GB
    • Received: 14.70 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.