Loading Tool

Explorer IconExplorer

Memory Pool

81,690 transactions
30.61 vMB
0.08318826 BTC
Random Selection Loading Transactions
Max Size: 187.30/200 MB

Candidate Block

Mining Attempt 6ef68145a1378da65f1bf8d0824464e57b325a2760210bf2e9e90adabb68bce5
Version 20000000
Previous Block 000000000000000000012b8db8fff0c5a04419eeff4b82e3dbc3d9d67db2980f
Merkle Root 478d2b2c6d13cc6623825a747759d93857c240a4386c5a72ca191d8fb367a518
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,788
Size: 1.00 vMB
Total Fees: 0.01425001 BTC
Feerates: 150.61 > 1.43 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,358 (12,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
902,593 902,593 00000000000000000000acf5b9088fe340d1a3734031589699d6492e90a95926 857 1.00/1.00 vMB 2
902,592 902,592 00000000000000000000b6c8197081843321a898c0df442eb10e4dd9617a6fed 2,665 1.00/1.00 vMB 5
902,591 902,591 00000000000000000001fb79db1b8f2e1a2aae61287e226348e56f15cf6a7fea 1,915 1.00/1.00 vMB 3
902,590 902,590 000000000000000000003cf6f9f1b85d0c96687a1ca212c9c927489d009671a8 2,936 1.00/1.00 vMB 5
902,589 902,589 000000000000000000002d5c97bcc262e4ed568fdb835cc4924d43ccab973eb1 2,898 1.00/1.00 vMB 5
902,588 902,588 00000000000000000000c59392b3237324fe2325c072dfc1ed0426f37650b227 353 1.00/1.00 vMB 2
902,587 902,587 00000000000000000001f4a6e031d5df6e0480eae1a2b54f13f5a05d3168e9d5 997 1.00/1.00 vMB 2
902,586 902,586 000000000000000000005da7ea9c49e9863070e8362167f49dafcfdd63679de4 1,924 1.00/1.00 vMB 4
902,585 902,585 00000000000000000001b3d2cc1252a1e7b5e2e9052ff71f9fa501e702a757ee 3,024 1.00/1.00 vMB 5
902,584 902,584 00000000000000000002139a04626f83f9521703f2212610d39e5d206b75895e 3,198 1.00/1.00 vMB 5
902,583 902,583 00000000000000000002190d58689f0d1dca7777a821a6244d34ddd977409d56 1,311 1.00/1.00 vMB 3
902,582 902,582 00000000000000000001c64dd53f03df67c7b176de2b3450b17a79d1b35d828f 2,940 1.00/1.00 vMB 5
902,581 902,581 0000000000000000000208cee27d8e34b0e0be971a0576f6257fcc8bfdbff42e 2,424 1.00/1.00 vMB 4
902,580 902,580 0000000000000000000082ff951c6fe296a0cd2c574b0e17ec45734853c6e4cf 730 1.00/1.00 vMB 2
902,579 902,579 000000000000000000017ddd4119fe6a42865641b91a5d172b29d370898eadc2 2,975 1.00/1.00 vMB 5
902,578 902,578 00000000000000000000aa3570b3564aece96b9ce5107e303759e7cda2f7013d 695 1.00/1.00 vMB 2
902,577 902,577 00000000000000000000a4917f676da6f88c2b6d192a66bacf358f7902a5d9a8 705 1.00/1.00 vMB 2
902,576 902,576 00000000000000000000398ecc74a6eecc8d64f903f7138d42a5cd1b26adf93f 466 1.00/1.00 vMB 2
902,575 902,575 00000000000000000001f322951d799c7591bc961de16844c8a9be7d7ce73455 648 1.00/1.00 vMB 2
902,574 902,574 0000000000000000000120a1611b714971b1265c6b28dc163eb18de66eb08c9b 1,584 1.00/1.00 vMB 3
902,573 902,573 00000000000000000001d6054ab405241681de95a7dee212181c0c2c215b18c8 1,335 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.01 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: 718.90 GB
    • Received: 17.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.