Loading Tool

Explorer IconExplorer

Memory Pool

74,157 transactions
28.30 vMB
0.06936324 BTC
Random Selection Loading Transactions
Max Size: 168.26/200 MB

Candidate Block

Mining Attempt 17bac908f6cf8bac6abb19fe6ffcbcd6fe0ef65eb64f0ecd52c8d159055e1338
Version 20000000
Previous Block 000000000000000000007c0d03566c9a659e961b946ab0c5bf9197674ecf2b24
Merkle Root cb110da391327c16a6dd4ea3241fac7a18364611949bf7f6e5eb3ee3b4c84381
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,449
Size: 1.00 vMB
Total Fees: 0.01272993 BTC
Feerates: 101.62 > 1.28 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,068 (246,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
668,756 668,756 000000000000000000077b69f347eefe7a9b95371f7e995dd8d3b9c41981086a 3,086 1.00/1.00 vMB 68
668,755 668,755 0000000000000000000b53a5cd751e4b3c063553c73aa7e16303174475afba72 859 1.00/1.00 vMB 103
668,754 668,754 00000000000000000009d9788e4c4cd49d5f8d869a87780e9218e77a411a1e51 2,530 1.00/1.00 vMB 131
668,753 668,753 0000000000000000000857fad93ae6e401153a94f06c4b5adfb733f20a6c13b1 2,762 1.00/1.00 vMB 120
668,752 668,752 000000000000000000091f7561821f8de17467d97fadaafaa6bb6f9d1a0195d6 2,630 1.00/1.00 vMB 84
668,751 668,751 000000000000000000077b65c583e0073244c7b63948632e300218ad54b8dc66 2,287 1.00/1.00 vMB 29
668,750 668,750 00000000000000000005cc320f6966fffe91ef6394b8fde72faf8e525c6283f2 2,448 1.00/1.00 vMB 64
668,749 668,749 000000000000000000023fd3e06d7dc326c50503c56c0556cf9d96d92cb8117a 1,742 1.00/1.00 vMB 105
668,748 668,748 000000000000000000093118ee542c8ef8b9e00d5b1271242058db615e1a9ec4 2,643 1.00/1.00 vMB 135
668,747 668,747 0000000000000000000186a14cf97919d139dae314d61cdccde3a738113ec03c 2,474 1.00/1.00 vMB 37
668,746 668,746 000000000000000000088cebcaa1aceb08d0bbaf7305c96933753bbd75ddc2bb 2,944 1.00/1.00 vMB 58
668,745 668,745 0000000000000000000929559f68cfd3c7362806664db8c9dd601604fa0bcdf2 3,078 1.00/1.00 vMB 89
668,744 668,744 000000000000000000014dc53c5f622a01f0f3f0d263ed8ed2a5e4338fa8b79c 2,719 1.00/1.00 vMB 119
668,743 668,743 00000000000000000000111118b936003a81e523ac22888f4d51d5fa0e7c8d52 2,136 1.00/1.00 vMB 122
668,742 668,742 000000000000000000082308d68c1072c7d41fa8f2e8041d8cdd8f27a39a118f 1,753 1.00/1.00 vMB 124
668,741 668,741 0000000000000000000674cda6f91455620b1e91a3411dc6086a9520528730fd 1,435 1.00/1.00 vMB 120
668,740 668,740 0000000000000000000b0a097f8b6e0999aaa2136b4a87993c30c0ea7d67ea9f 2,572 1.00/1.00 vMB 64
668,739 668,739 000000000000000000097e7c9e911dbf8c39cd8e1bd0a9176d3496efce782a0c 2,714 1.00/1.00 vMB 70
668,738 668,738 00000000000000000009e66f8d18c2aa71ae1250429961afda42a310a7f50cb6 2,926 1.00/1.00 vMB 31
668,737 668,737 00000000000000000004e1bedcbd2be0dd4b03b3922d303a8350810e16cca891 2,538 1.00/1.00 vMB 73
668,736 668,736 000000000000000000038c2baac4eb4861359246511182c4376cbd5d487964e2 2,638 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.51 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: 668.67 GB
    • Received: 15.55 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.