Loading Tool

Explorer IconExplorer

Memory Pool

74,065 transactions
27.36 vMB
0.06720953 BTC
Random Selection Loading Transactions
Max Size: 167.07/200 MB

Candidate Block

Mining Attempt efcc7a5713a649f9c3877c2cbf54526ed6f872a1c989b1c094e1b517ca972c04
Version 20000000
Previous Block 0000000000000000000189a5f20e878121d89bc785969cccc1ec619f95e896c3
Merkle Root 252eb05c8b1fb6e9496889fd1047f71e50ed72fc688209c86f8fdfafee1c701c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,322
Size: 1.00 vMB
Total Fees: 0.00902763 BTC
Feerates: 73.20 > 0.90 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,281 (380,771 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
534,510 534,510 00000000000000000009f0704ecc4731490deee2da118be3198a3809f0ee7e7d 2,246 1.00/1.00 vMB 44
534,509 534,509 0000000000000000001aa470ecc9c47a3ced759f2269d3d6d6bb634b248bbe8f 609 0.29/1.00 vMB 21
534,508 534,508 000000000000000000168e4dee8ad8a03269ff1d4e3ded9f067a1fa105c41a68 1,863 0.84/1.00 vMB 37
534,507 534,507 00000000000000000024f72bdbb82b19d9b59dc31ad003e10091c50d7f871ec4 1,157 0.53/1.00 vMB 10
534,506 534,506 0000000000000000002552677cd618a6f4812212b2c82cba6754a355efb17d50 2,530 1.00/1.00 vMB 31
534,505 534,505 0000000000000000000de2451bb3da4fdd67c17e15d5560c18809f50f8db9409 1,501 0.65/1.00 vMB 20
534,504 534,504 0000000000000000001507ef9d8727d5fdc46961584aadeba1188edb2359f62a 897 0.34/1.00 vMB 21
534,503 534,503 000000000000000000164fcb21597439617554cce11329f5a646fc98e819d87f 1,467 0.80/1.00 vMB 7
534,502 534,502 000000000000000000077a9478f7eed076b636b0d42182a49e525f807bf11853 2,576 1.00/1.00 vMB 16
534,501 534,501 00000000000000000021f4a496e8d7a3e8a88c8abb443d8740ee0d544b4dae0e 2,425 1.00/1.00 vMB 17
534,500 534,500 0000000000000000002b6c25a04a86ebe1460c4ea28f4761cde5f7561bf5cd2a 2,222 0.97/1.00 vMB 25
534,499 534,499 0000000000000000002ed2bfabc30d8b5a08b5066a9fc5fe72e8c6e26d4d2a06 1,037 0.37/1.00 vMB 29
534,498 534,498 00000000000000000019e3d4111a2f085875c43c879b17c930109d0dfa06682b 2,512 1.00/1.00 vMB 16
534,497 534,497 0000000000000000000f5dd6ecd9053c411458648e98186b1aa4124306f6da3d 2,968 1.00/1.00 vMB 12
534,496 534,496 0000000000000000002ba2de34822f8eaff95efdfa42ae8579c3739f5b4ead52 2,476 1.00/1.00 vMB 40
534,495 534,495 00000000000000000020d0dae5f8c058509d27e6fff199162fd55927b28d8f08 1,893 0.91/1.00 vMB 11
534,494 534,494 0000000000000000000340479240dcd92fb5db3408cb35b6dc83968d4f960f1c 2,428 1.00/1.00 vMB 44
534,493 534,493 000000000000000000273cca36ed63487824c1746ad21c593305a07e3504634f 1,422 0.56/1.00 vMB 36
534,492 534,492 00000000000000000007d9512b5a2fd05624ec1eae2a1e5a5ca4f8d805b31f7a 287 0.13/1.00 vMB 18
534,491 534,491 00000000000000000029ddd95b5fa984bf8e80284542b149d828c12eae5ea368 1,419 0.70/1.00 vMB 14
534,490 534,490 00000000000000000014fc0e808ec349cebd2213535bd628ef31b383707bf747 2,633 0.98/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.88 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: 713.23 GB
    • Received: 17.33 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.