Loading Tool

Explorer IconExplorer

Memory Pool

40,456 transactions
26.16 vMB
0.07282996 BTC
Random Selection Loading Transactions
Max Size: 135.84/200 MB

Candidate Block

Mining Attempt f95f5368e989aa952f98f29e69aa4c33851f72e3e7462106639596b39e9a66d1
Version 20000000
Previous Block 000000000000000000014ae1b6ec1276480a3d912701d420b2806ba6ee0c7cd5
Merkle Root bc4087cfad2b63de48ba351a57de7d69942cad1afc3caf6e015301e0c2a0e525
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,883
Size: 1.00 vMB
Total Fees: 0.02513508 BTC
Feerates: 73.20 > 2.52 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,873 (335,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
579,858 579,858 00000000000000000023826fe079aafd34092c97379c32447fb42f5f44163d16 1,373 1.00/1.00 vMB 6
579,857 579,857 000000000000000000024c2d85dd488ae1f6c152a433c2a74cb11fd21473594c 2,660 1.00/1.00 vMB 69
579,856 579,856 0000000000000000001f818195ec00c60ad6cc1245e03e5bd8ee9f05cab4592c 2,396 0.72/1.00 vMB 14
579,855 579,855 00000000000000000006e26ad54d47efed509b0da7571dcf4f8d377be3cda4ad 2,213 1.00/1.00 vMB 31
579,854 579,854 0000000000000000001c64664722599b8fb1d5ebbf5aaf0c26fbfecb3a84eb25 3,188 1.00/1.00 vMB 63
579,853 579,853 0000000000000000000f8f7baa74972c463b9be7660ab24f6821a8f6e57cf0f6 672 0.24/1.00 vMB 35
579,852 579,852 000000000000000000084057cfff645ff730f540afb1e3806484a103da1db601 890 0.29/1.00 vMB 36
579,851 579,851 0000000000000000001ea3efb4bc4ec002f8154e4aef0ac6b81ed528f5ec447e 14 0.00/1.00 vMB 55
579,850 579,850 00000000000000000011a030253d9a25a68ae8f96ee39532dad6fe95d7bf04b0 920 0.37/1.00 vMB 20
579,849 579,849 00000000000000000003f4532c873b24a2aee6e352165ac6ecb383a8cc97f66d 1,760 1.00/1.00 vMB 22
579,848 579,848 0000000000000000000c8f6815e0abd631a6204aca59e5ec605cad65dc0f7538 1,852 1.00/1.00 vMB 32
579,847 579,847 0000000000000000000bae39d5908d548e0311730b82f1adc059b16e7ea12756 2,224 1.00/1.00 vMB 19
579,846 579,846 0000000000000000002092f1eecd899cccbb3a969b07dee98cfddbee6cb4facf 2,431 1.00/1.00 vMB 7
579,845 579,845 0000000000000000000c8bdf4e710d0141030857f80fd150a3ede9e82e971a73 2,669 1.00/1.00 vMB 17
579,844 579,844 0000000000000000000b68376ed1683f714e1dc295fc042af87b9357fb805a36 2,721 1.00/1.00 vMB 85
579,843 579,843 00000000000000000020e7f731cb79ed052a40d9a66bcef371c36fd5c016d6a9 3,241 1.00/1.00 vMB 104
579,842 579,842 0000000000000000000386351f16e9d0521627909f951641dd7d52b12b653695 2,747 1.00/1.00 vMB 56
579,841 579,841 000000000000000000170c7bcf6bcd7e4c40a24d18b5d42b1ab7772a5e22b485 2,803 1.00/1.00 vMB 42
579,840 579,840 00000000000000000004acab5ce4de623b351a54bf59f9ceb01422f1d027a139 2,958 1.00/1.00 vMB 108
579,839 579,839 0000000000000000001fb1c600277625a9fa4d9aff399e27d4fbdbdc2dcd418d 738 1.00/1.00 vMB 8
579,838 579,838 000000000000000000074f74664fff1b5a637dada65c47b4e75fe99661c9992a 1,871 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.16 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: 653.42 GB
    • Received: 13.87 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.