Loading Tool

Explorer IconExplorer

Memory Pool

35,765 transactions
25.99 vMB
0.06605474 BTC
Random Selection Loading Transactions
Max Size: 132.42/200 MB

Candidate Block

Mining Attempt 10ebf183fffdea5c4310a9e57363f1e3ec35183a5338391a887067d93be8309c
Version 20000000
Previous Block 00000000000000000001a0662e4a8a23c83196f4d11e885bf848e7d6708c875e
Merkle Root 9fa081fb13c3bf5653d81efb87a9ff88ec3fa56c3122345b3e6a420c6967d986
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,759
Size: 1.00 vMB
Total Fees: 0.01819300 BTC
Feerates: 120.00 > 1.82 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,692 (58,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
855,788 855,788 00000000000000000002d9f3e7e006b4b996cf74b9393d4c88a13d39914c6879 2,987 1.00/1.00 vMB 7
855,787 855,787 00000000000000000002289892587b51bf3b607d9a5220d0321486bb653fbbbd 2,355 1.00/1.00 vMB 4
855,786 855,786 000000000000000000013d7bdc1df4bd726054972ccd068f5ad19560b5763238 3,707 1.00/1.00 vMB 5
855,785 855,785 00000000000000000001848e1d6762c51f2ac7f7293856482c27aaf34d986233 3,811 1.00/1.00 vMB 5
855,784 855,784 00000000000000000002b0f1bd9cfbeda47bfad8b927d2c9c4bc589fee04a7b0 1,300 1.00/1.00 vMB 4
855,783 855,783 0000000000000000000193b76513fc51587238ae0581724b0e68e7ded489b460 3,374 1.00/1.00 vMB 8
855,782 855,782 00000000000000000000212d0d035c844801c0c0b6713008e309940b6000a671 787 1.00/1.00 vMB 3
855,781 855,781 0000000000000000000015f145ad53b4ed1a01ac13c5d32c4ce9bdf59c515488 372 1.00/1.00 vMB 3
855,780 855,780 00000000000000000001e0fe149b477b76ec4315777e91c331cc9b55bf69f1bd 3,335 1.00/1.00 vMB 7
855,779 855,779 00000000000000000001ce170f8b2175d94a816ef0b9434cce993c8a5138371a 1,697 1.00/1.00 vMB 5
855,778 855,778 00000000000000000000d547fe42147f544129213fcb7be4ce8e3a28a3ab2221 1,838 1.00/1.00 vMB 5
855,777 855,777 0000000000000000000108b3d04fbe0b851a116e758cb5fecbeac149b8bbbc03 830 1.00/1.00 vMB 3
855,776 855,776 000000000000000000005b5404a4aba2d73a7dfd0f8cf6555c93ef9d6579b37f 1,717 1.00/1.00 vMB 4
855,775 855,775 000000000000000000025c9f90675333f6067baf74bc4a199d9296dbcac347eb 1,374 1.00/1.00 vMB 4
855,774 855,774 00000000000000000002e028f2f45944e3a6080042461f1967c8e607e86fda3d 2,403 1.00/1.00 vMB 4
855,773 855,773 000000000000000000016325c2b07a19947164e85a2da098d5538823aecf3732 2,965 1.00/1.00 vMB 5
855,772 855,772 00000000000000000002f92ff8d7866607ba92692c289e35195aac5fc0eba9a8 2,709 1.00/1.00 vMB 6
855,771 855,771 00000000000000000001bbcc9d76d0b7197c762ad9895848109f4f40a5bd5966 2,038 1.00/1.00 vMB 5
855,770 855,770 00000000000000000001d1ebcf70aa294e8668d0f972f450789b4c5bb4d8cb4a 2,772 1.00/1.00 vMB 6
855,769 855,769 0000000000000000000290e49df140d5875528955756f2980d271d42962c8d8c 1,802 1.00/1.00 vMB 10
855,768 855,768 000000000000000000028edddcca9cb7a7c64f63d8b5528310120a84ac41175f 2,972 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.84 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: 638.04 GB
    • Received: 12.46 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.