Loading Tool

Explorer IconExplorer

Memory Pool

4,322 transactions
5.49 vMB
0.00741612 BTC
Random Selection Loading Transactions
Max Size: 30.47/200 MB

Candidate Block

Mining Attempt 64c584960c66b068d5ca2c501f77cacd693b7cc0a086e7e6510fd237be1322fb
Version 20000000
Previous Block 0000000000000000000039532d4dfe1231963b2f17aec21fc83edecf6ce738ee
Merkle Root 86fc8facdfd25c70631fa308e25b6ac9717dd0bd58294ed1e7521690b9d8438d
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 1,042
Size: 1.00 vMB
Total Fees: 0.00258212 BTC
Feerates: 111.76 > 0.26 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,338 (30 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
938,308 938,308 00000000000000000001197c73d449d48443acbcbee6666219c8f7368ee98051 3,463 1.00/1.00 vMB 2
938,307 938,307 00000000000000000000cb83c0404b6fcab81d553295ff298e612838248a0da1 3,037 1.00/1.00 vMB 5
938,306 938,306 000000000000000000005750510ecb5d43255ad2b03148cfa70cdcde262d92b7 4,782 1.00/1.00 vMB 0
938,305 938,305 00000000000000000000b131221131182fa267f66ef3fcd8efd096115dd96e2c 1,955 1.00/1.00 vMB 0
938,304 938,304 00000000000000000001809ecc45544926a470ca36a4f437e54ad464b4adf49a 3,213 1.00/1.00 vMB 2
938,303 938,303 00000000000000000001b5f43c2b73fb231b26cd14d069c7fc82b3081e7c92a0 2,894 1.00/1.00 vMB 3
938,302 938,302 000000000000000000008224e2e487427ba92e396c3c74ca02a690124437e646 2,105 0.66/1.00 vMB 2
938,301 938,301 0000000000000000000097dc2f0f8a7caded28f74963e5992c404af3ad04d725 3,233 1.00/1.00 vMB 1
938,300 938,300 0000000000000000000161adc41ab49912a40c3b7794cd03175efc151fc47a32 3,757 1.00/1.00 vMB 4
938,299 938,299 00000000000000000001c84311de65afcee39b4b970ee801320b4a556dddab70 3,825 1.00/1.00 vMB 3
938,298 938,298 00000000000000000000d8613b016177e5b28f2beded5ffd6da318633cdd11d5 3,237 1.00/1.00 vMB 3
938,297 938,297 000000000000000000014b6675a75a536add715e23920265b5b6b522681fdf48 3,981 1.00/1.00 vMB 0
938,296 938,296 000000000000000000018ff12b33f30988edb72e4ad33c9a8c6768ec8d1b9ef1 3,046 1.00/1.00 vMB 3
938,295 938,295 0000000000000000000149a0098a6863e21bfefaa85f69927742b6542f8785ec 2,715 0.71/1.00 vMB 2
938,294 938,294 0000000000000000000005dfc8d672d7a36f6770ae2fdcf427dd7978e0eee9bf 3,288 1.00/1.00 vMB 3
938,293 938,293 0000000000000000000094c637b00b1b3ae981928cd94d54a0093a67080aa0a5 2,244 0.89/1.00 vMB 2
938,292 938,292 000000000000000000001b60d5c6dfa301f7f07d820ca271c29ad418b490d3b4 3,078 1.00/1.00 vMB 2
938,291 938,291 0000000000000000000120a4810ba0f1d28bec66b02f83c047d256a1e723b9ef 2,666 0.99/1.00 vMB 4
938,290 938,290 00000000000000000000c349a2bd3b417fa8f044b5abdb5585c40d48c92179b5 4,171 1.00/1.00 vMB 1
938,289 938,289 000000000000000000005f2f2153f27c6ce10204031709eaeb3d4d3db3e928e3 3,572 1.00/1.00 vMB 0
938,288 938,288 00000000000000000001af9e8e6f27337d08b37d9c7638fcf4f7d6b022b79c61 4,381 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 823.73 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: 4,096.34 GB
    • Received: 225.19 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.