Loading Tool

Explorer IconExplorer

Memory Pool

82,390 transactions
30.44 vMB
0.10387562 BTC
Random Selection Loading Transactions
Max Size: 185.72/200 MB

Candidate Block

Mining Attempt c41382f53fd5a808a129cb7b4aab3db894c65c86ee85fe20b1cddb41945c69f5
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 44059f0e6f937b29767059f44637d40a166ae83452a95fab4bd42586e82453a7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,719
Size: 1.00 vMB
Total Fees: 0.03291050 BTC
Feerates: 402.60 > 3.30 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (245,936 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
669,387 669,387 0000000000000000000a5f06f29103ad04feb7fa8204ae64112b096f9d9bcf6c 2,295 1.00/1.00 vMB 138
669,386 669,386 0000000000000000000126e49ac06fe2388efc31c2bbfb35d923a81045641d1c 2,600 1.00/1.00 vMB 54
669,385 669,385 0000000000000000000933ba06047a44fb9524fbd1ee6d728bfe377f558f8f2c 2,085 1.00/1.00 vMB 22
669,384 669,384 0000000000000000000a7fd050d4da6f3e68cf1435acd9321783eae179a1d590 2,796 1.00/1.00 vMB 28
669,383 669,383 00000000000000000001ca31d5707fb0248b77cc5188a36e4104f76ddd7776e1 2,161 1.00/1.00 vMB 80
669,382 669,382 0000000000000000000ae9da5750b0cdb6717de28ad97344e3507d0e058e766b 2,501 1.00/1.00 vMB 116
669,381 669,381 00000000000000000006960d062d89ee9425ab4c7ec131bd67b2302f376ad391 2,572 1.00/1.00 vMB 51
669,380 669,380 000000000000000000007863608018462928dde5ec0b9ae15260e7a592cb3814 2,504 1.00/1.00 vMB 48
669,379 669,379 00000000000000000002eb457f51886f9aac379d9f97d9a27d99d757532e2158 2,124 1.00/1.00 vMB 55
669,378 669,378 000000000000000000094e77ac74e253e32ccf8d9348d1d3e9ef97d512329348 3,164 1.00/1.00 vMB 129
669,377 669,377 000000000000000000094245acb071335f547ce5a1dba9ee47c2639d0b6d52a3 1,842 1.00/1.00 vMB 112
669,376 669,376 0000000000000000000a307d7eefb6ddebdd8a2737ad627f8f6d9964aeb2c29f 537 1.00/1.00 vMB 115
669,375 669,375 00000000000000000004c1761fcc1799f11362dfdcfa3ad4ff4dbb2557dda85a 2,465 1.00/1.00 vMB 48
669,374 669,374 0000000000000000000b889ae428e1b29bc107afc6f85589b62b06e8876b371b 2,751 1.00/1.00 vMB 90
669,373 669,373 0000000000000000000661d72997b2ce9fcee96eba3fa07ef6426fc825218fa9 1,788 1.00/1.00 vMB 80
669,372 669,372 00000000000000000000b24ef73e841ea7dcdb839331003f26f236ba6fe72a9e 2,564 1.00/1.00 vMB 103
669,371 669,371 00000000000000000006478fe750b3df5f65c36b77b813b6b0e32d97e3afaf72 2,465 1.00/1.00 vMB 131
669,370 669,370 00000000000000000007a985c631c541c05fe7d953c7be8cda1895c4bb5b8ddf 3,053 1.00/1.00 vMB 141
669,369 669,369 000000000000000000018b3b66d231614b0d056bea2f4572f9cba2984e2e01d7 1,720 1.00/1.00 vMB 10
669,368 669,368 0000000000000000000c51c1ca41503b60e2eece11b24d7834f1747d219665e6 1,679 1.00/1.00 vMB 38
669,367 669,367 0000000000000000000c161f3fc04ac52208acbe52624070e86d308bfff89be7 2,403 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.95 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: 715.22 GB
    • Received: 17.67 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.