Loading Tool

Explorer IconExplorer

Memory Pool

41,997 transactions
32.29 vMB
0.12950745 BTC
Random Selection Loading Transactions
Max Size: 161.08/200 MB

Candidate Block

Mining Attempt 78dc125fc66a016a2be60735b5763b3f70acd9fb60476732ee6476a4e56eceee
Version 20000000
Previous Block 000000000000000000013cd46d945cd3237f55f5764ba0b347e0055cb459bae9
Merkle Root 69b5235584f514df5e0de86dea9c816a2cd56253438a2ec4428a8a9680ba1180
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,761
Size: 1.00 vMB
Total Fees: 0.06090395 BTC
Feerates: 301.69 > 6.10 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,374 (821,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
93,021 93,021 000000000000606f7f209e48b5a390d5fd93dae346a35b37d0a1a6e26b483732 4 0.00/1.00 vMB 2,824
93,020 93,020 0000000000060bcbf638c1650546956b4a11818ca19d3bd6a8ef049ed306afd7 1 0.00/1.00 vMB 0
93,019 93,019 00000000000797a1153e7ecfed55c09c45694dbfd7c9a89e3f23c3a828e89e0e 1 0.00/1.00 vMB 0
93,018 93,018 00000000000944d46a3242c28ca46fb7e5da2a134318ef983bc374e604e4ab9f 1 0.00/1.00 vMB 0
93,017 93,017 000000000004f8ef9b237c4cfe26f72d81ad01a13fa419b825bd21aea01e785c 1 0.00/1.00 vMB 0
93,016 93,016 000000000000c8ebae4d743343c39188fd25ff1f14e1b15484d260e3bf7a6ea5 1 0.00/1.00 vMB 0
93,015 93,015 0000000000038be1fb48b9413c263ea8d77833640e60be9e0e8fdfcf6d3619ff 2 0.00/1.00 vMB 3,875
93,014 93,014 000000000003ac4a88015676ebd52c4196b0ff8ae0e0ee0b904c986a311c7e61 2 0.00/1.00 vMB 0
93,013 93,013 0000000000058ade42c8fef99fbfae65bf6cc8b3b3c92c9eaa7d89b85435613e 2 0.00/1.00 vMB 0
93,012 93,012 0000000000085ab0c4ae0bf4b83de6036071b8e6a1ea605a7410b18f8a8867e5 1 0.00/1.00 vMB 0
93,011 93,011 000000000001d8a542e7f413ada69e86050d59afaf0acd8676299a44f66002ad 3 0.00/1.00 vMB 2,074
93,010 93,010 0000000000072f80fa0bf50fc60fc4c952e62d60adabecf5abca65eec4c960ef 1 0.00/1.00 vMB 0
93,009 93,009 00000000000415799d9e8cb8873b0c2cf5fe4e27107dcd0acfc4be645114da55 1 0.00/1.00 vMB 0
93,008 93,008 0000000000014c8a69cc2a8f7136dfa1ef4e3e226d88692e7baac994015fa5f5 3 0.00/1.00 vMB 1,945
93,007 93,007 000000000003118623b2e48404bb059fc4613e4cd129037db4a838ff26009116 5 0.00/1.00 vMB 302
93,006 93,006 000000000000b609085b9564f998c118689e559021c9a8c891409000aec59246 1 0.00/1.00 vMB 0
93,005 93,005 00000000000795ffa3d83c24fbb764356425de551d75a8337b2aa95e26377f16 7 0.00/1.00 vMB 543
93,004 93,004 00000000000643180f78f3332f2f9d5a8401f723c981ab0bfff65bb181c1530d 1 0.00/1.00 vMB 0
93,003 93,003 00000000000720b8ef2f9276c24e6f74d0a433965cd5d2637f950abbd8a41752 12 0.00/1.00 vMB 1,739
93,002 93,002 000000000002324597f97239c19366becb51bcfcf58ae3e2ca112e7930b56f34 2 0.00/1.00 vMB 0
93,001 93,001 000000000007dc9285910639eca800e61829d99785d70245c88654a4bb4f984f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.26 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 596.53 GB
    • Received: 9.78 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.