Loading Tool

Explorer IconExplorer

Memory Pool

39,127 transactions
26.62 vMB
0.06612661 BTC
Random Selection Loading Transactions
Max Size: 137.40/200 MB

Candidate Block

Mining Attempt ad1c8ff73fb96e3a92c0dca51b3bcc698d5aca19dc778fa0cf8d693481f0d6c4
Version 20000000
Previous Block 00000000000000000000cb4640424bd1c2f130283339216bd0433be22d2cb445
Merkle Root 2552c796a4b5530db3dff9b87408f5d45c44be0795cf3fe7a99e71e0914d1dc0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,353
Size: 1.00 vMB
Total Fees: 0.01592702 BTC
Feerates: 201.06 > 1.60 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,683 (356,823 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
557,860 557,860 0000000000000000000d838667cda22b6fc75a6074cc934de9b213c2d2f581e3 2,971 0.95/1.00 vMB 16
557,859 557,859 00000000000000000011433cf9782d5500bffcd7221e7683ac0cb1ae83282e43 465 0.28/1.00 vMB 9
557,858 557,858 00000000000000000002c3f6ff4bfb40a2619e1c2a4ee962ddda246437664a35 951 0.33/1.00 vMB 10
557,857 557,857 0000000000000000002d6e5f8d8dfa35ddd722b4100587cbbeecaa518af801a9 3,146 1.00/1.00 vMB 18
557,856 557,856 0000000000000000000f59e3fb414e34dc265d96cd8ba1e537ba17a6bbaadd3d 1,405 0.48/1.00 vMB 3
557,855 557,855 00000000000000000026644019c4b0e99295e510ab0413316219b3a2ed028f60 2,834 1.00/1.00 vMB 20
557,854 557,854 00000000000000000008eddb8df3c763ab2c5841ffe05bb897d356973c3adabe 562 0.23/1.00 vMB 7
557,853 557,853 000000000000000000268b349f0a5e44a521c9e3ca985e545405a2b35bce45fb 1,592 1.00/1.00 vMB 4
557,852 557,852 0000000000000000002137a81794e8c1bbdcdfb6a00e910361e8aed1f0714c30 2,752 1.00/1.00 vMB 19
557,851 557,851 0000000000000000001668fade5013ca21df7340388a99ab9bc615869046b28b 2,860 1.00/1.00 vMB 24
557,850 557,850 0000000000000000001aeee30a42e198420c41f7a1a3443ed1b22f626abf22b4 2,691 1.00/1.00 vMB 13
557,849 557,849 0000000000000000003066f9969a5ec64e36f0864b7bb88099bff495425c41cc 1,776 1.00/1.00 vMB 19
557,848 557,848 00000000000000000023dfff413486558fc2779b657eceaf3289cc118ca8d6af 2,134 1.00/1.00 vMB 13
557,847 557,847 0000000000000000001ebce0104daaf0796f13d6beb4b69415d8625e2c56ef8e 352 0.13/1.00 vMB 16
557,846 557,846 0000000000000000002d429df98e9ec213c31be3c64a70ca3268807591cce6bb 1,696 0.86/1.00 vMB 5
557,845 557,845 0000000000000000001a2f99b797c24ae3564a104fe14fefd4a6dc6f3d27ad20 3,178 1.00/1.00 vMB 17
557,844 557,844 00000000000000000015cda7f6d468acd00beb385ae1f5bf7e4f6bcad1df017f 3,304 1.00/1.00 vMB 8
557,843 557,843 0000000000000000000b9158d7aa2ca730b37e8e4f1de7375e3f8ca3eabe9ac8 2,786 1.00/1.00 vMB 31
557,842 557,842 0000000000000000002e26a7a59399904556f8f0f1d0391e4c0b946372e62e8a 1,420 1.00/1.00 vMB 23
557,841 557,841 0000000000000000001b8d99d81f95cf2aec1cae811dbad4e63e291c20e5f934 125 0.04/1.00 vMB 33
557,840 557,840 000000000000000000205087a6a618ff410102c7b51505747aa09ca790f8b6e9 2,661 0.83/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 781.83 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: 636.92 GB
    • Received: 12.39 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.