Loading Tool

Explorer IconExplorer

Memory Pool

80,631 transactions
29.62 vMB
0.13335222 BTC
Random Selection Loading Transactions
Max Size: 179.61/200 MB

Candidate Block

Mining Attempt cad3f4eb36cde99e5e7539db1c71c58e79dac155ff8c5322a4d352f7c135f10f
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root 2d6c96be897d9e159e727c4081d367e17d78e38969acc6c878ec5e4f4795ffce
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,815
Size: 1.00 vMB
Total Fees: 0.06822231 BTC
Feerates: 101.65 > 6.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (62,299 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
852,820 852,820 000000000000000000021b4de6ec11157ac1a703f78c36812b5a047bd4c68eba 1,018 1.00/1.00 vMB 4
852,819 852,819 00000000000000000000f6a0d174b8b16ec7faa7fa4f6c5b95f67c1f6c256ead 882 1.00/1.00 vMB 4
852,818 852,818 0000000000000000000195fe7a776a88c11840f412e7d3f3b018c39553d43247 376 1.00/1.00 vMB 4
852,817 852,817 00000000000000000002a1f4075935b45dc81fc3cfd9d7b50c0985cde4f653d1 2,417 1.00/1.00 vMB 6
852,816 852,816 000000000000000000022a1da7095831c6d11524994445b71e62e8f298958664 2,949 1.00/1.00 vMB 5
852,815 852,815 00000000000000000002c3430924eb6cc55c71e75a2c1b9146ba7705fe65806d 3,444 1.00/1.00 vMB 9
852,814 852,814 000000000000000000000441c999d9c6c6da0ecaa1b83c258ad048f294725656 1,869 1.00/1.00 vMB 5
852,813 852,813 00000000000000000000886593fbc218e37bed2c3492bd2ad322f8c683966ea5 2,433 1.00/1.00 vMB 6
852,812 852,812 00000000000000000002d31d190ae9fe4a997d7304fda0edff68f89ddae0ffcb 3,224 1.00/1.00 vMB 7
852,811 852,811 00000000000000000003300c9f29b3860feabff4eb14bbd72d620dac2b8d21e5 4,128 1.00/1.00 vMB 4
852,810 852,810 000000000000000000005941588b65afa89714b02ae7f8ed9e10548a36030512 3,020 1.00/1.00 vMB 9
852,809 852,809 000000000000000000001f351f88e1de55045437471f36c0b3d8bc0750e06779 4,737 1.00/1.00 vMB 5
852,808 852,808 00000000000000000001804d2b82dd0882923b40506d085301dbb4806b7af2b6 3,470 1.00/1.00 vMB 5
852,807 852,807 000000000000000000016669082b774e3939a52d40504d1afb6ff3f137e1a015 4,424 1.00/1.00 vMB 4
852,806 852,806 00000000000000000000f039365cb1632093fd918ece6a3d9dfa408f6f07f865 3,276 1.00/1.00 vMB 8
852,805 852,805 000000000000000000024e7d597f5f5d52858d0a22dacd2a5492e639b59fd53c 5,100 1.00/1.00 vMB 4
852,804 852,804 00000000000000000002b84a3362ed64734c93c46c4ebe1f0556cb6055f0e82d 6,230 1.00/1.00 vMB 5
852,803 852,803 00000000000000000002cb55bf9f68cd9d7bacd4ed461a17471396ce4c0fc28f 6,659 1.00/1.00 vMB 4
852,802 852,802 00000000000000000001efc755fb9c9e68b452128cad46092d8d9ab493389bab 1,183 1.00/1.00 vMB 5
852,801 852,801 0000000000000000000360cde165c63a9e169415bce744823db6aa8652dacedd 1,428 1.00/1.00 vMB 4
852,800 852,800 00000000000000000002284094aee8937d5ca76fc1ce3146004dc43fe3e0734b 930 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.60 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: 671.68 GB
    • Received: 15.99 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.