Loading Tool

Explorer IconExplorer

Memory Pool

81,717 transactions
31.22 vMB
0.08156230 BTC
Random Selection Loading Transactions
Max Size: 185.86/200 MB

Candidate Block

Mining Attempt db61fa75cb68f94ac0be03eed03db3848e876d2d80c79b97f53a34f8a4899ded
Version 20000000
Previous Block 000000000000000000006967e51e05e86af929479363a0a1c6b74722992c0c25
Merkle Root 1870c7224cf910dfe1eb485ee96d6e0479c5f00f479feed579414989ae6b4ba0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,202
Size: 1.00 vMB
Total Fees: 0.01533847 BTC
Feerates: 157.11 > 1.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,071 (72,907 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
842,164 842,164 000000000000000000011de44f87ebf23417ecd47e8cfc83db694dbb8e5deef7 4,557 1.00/1.00 vMB 39
842,163 842,163 000000000000000000011fc11e4e77de5e98c3ecb4cc99ba74184fdf3df0692e 4,526 1.00/1.00 vMB 33
842,162 842,162 00000000000000000002d08761be7dc1b2e873c4c294d346279d7823aa6479c4 5,656 1.00/1.00 vMB 29
842,161 842,161 000000000000000000032227851c30070d009a427bbbaf07366a8dab747e2a63 5,344 1.00/1.00 vMB 33
842,160 842,160 00000000000000000002d0ae5bd76148bae977573ccd3444dfd166a7778bed67 5,751 1.00/1.00 vMB 34
842,159 842,159 00000000000000000000d9b1f4764d2c05245526a763fc31636b4fb02eca498b 4,572 1.00/1.00 vMB 40
842,158 842,158 0000000000000000000044505c01718a21ff3fde78fe75d6e59f73c5518f65b6 5,379 1.00/1.00 vMB 42
842,157 842,157 0000000000000000000291f6137bc56658989d120abb62ba526656374263facd 4,028 1.00/1.00 vMB 40
842,156 842,156 000000000000000000003659ac263a431bf7ebc7e74675b1494b1a1502efc25d 4,314 1.00/1.00 vMB 41
842,155 842,155 00000000000000000001c218b222861ccfbc5b181b758b25a4f7341aaa5ecd7a 6,350 1.00/1.00 vMB 32
842,154 842,154 00000000000000000001bde8b6e22b1893daab039cc4a8e1f2797e9c3d869c1a 6,582 1.00/1.00 vMB 32
842,153 842,153 0000000000000000000268590a64255d0b0050403fa8f66cd3a7d0aa5d35c9aa 6,124 1.00/1.00 vMB 29
842,152 842,152 00000000000000000000eee7fc2c4be3f09447ef119383e632a5017cc345f3e8 4,422 1.00/1.00 vMB 76
842,151 842,151 0000000000000000000056ba3aaabf4d47d2c13794b81d913744929de0f20750 6,312 1.00/1.00 vMB 33
842,150 842,150 00000000000000000002cbf77fd8fcc1545164d6f214cc52dcf2e093cb0a62e8 4,503 1.00/1.00 vMB 29
842,149 842,149 000000000000000000029f5e60af0c94f385d2c3173112ac9c9237a592e3fbef 3,451 1.00/1.00 vMB 39
842,148 842,148 0000000000000000000130c479e9afbcc13f03ea59ce119ed102643b538ba5c6 6,065 1.00/1.00 vMB 30
842,147 842,147 0000000000000000000074ed0f0f5575f9974c0eff3454f376cf67450ed9936e 6,166 1.00/1.00 vMB 31
842,146 842,146 00000000000000000001b15c525ff432ed4a65c5108600f861b8053c9a712a76 5,775 1.00/1.00 vMB 29
842,145 842,145 00000000000000000003070b580a25304b5021f34390cfc63b678e80af4c175c 5,740 1.00/1.00 vMB 31
842,144 842,144 00000000000000000000b67f163d28674a745efe6315e93d7a90fcf3d6a1a56c 2,892 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.52 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 668.83 GB
    • Received: 15.59 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.