Loading Tool

Explorer IconExplorer

Memory Pool

86,054 transactions
32.27 vMB
0.13208051 BTC
Random Selection Loading Transactions
Max Size: 197.22/200 MB

Candidate Block

Mining Attempt e8d9f2fceef0a2e8c88b144bb6f2c0a520529c121797b3ade42e495a8771e338
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root fca1784b0a3d75a49cec26619be3db78d46dc7f0c815cceae35f48c9cdaf8b22
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,422
Size: 1.00 vMB
Total Fees: 0.04711098 BTC
Feerates: 301.60 > 4.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (333,907 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,319 581,319 0000000000000000000bb03f34b3ed763c442922c1dd521dc4e1906e11913e31 3,119 1.00/1.00 vMB 85
581,318 581,318 000000000000000000061bf1314ee6857e82d152e0b530dec031b9bfd81690b6 3,207 1.00/1.00 vMB 104
581,317 581,317 0000000000000000000883ee30e2a41d464c41eeab0a6e50ed6aec96321326ef 2,948 1.00/1.00 vMB 117
581,316 581,316 00000000000000000001496025f03b7db5a5650637c470a04daa2f8042522522 3,018 1.00/1.00 vMB 83
581,315 581,315 00000000000000000018c896fdfbc927009b614c02e409d39dc31780d8737580 2,680 1.00/1.00 vMB 89
581,314 581,314 000000000000000000198baf3def5a16a2e08217b39171eacbb9559ee12c38b3 2,122 1.00/1.00 vMB 96
581,313 581,313 00000000000000000020a0aee34e0a4155c9d33d776a3c48f1f8be5fb5c1410d 2,909 1.00/1.00 vMB 113
581,312 581,312 0000000000000000001d129bcf3345793805d51e3edc18d871cd9e1c713b7dc4 2,950 1.00/1.00 vMB 85
581,311 581,311 00000000000000000002f5117a61621ad38398e540ea958c9a3db7e035525cc3 1,388 1.00/1.00 vMB 91
581,310 581,310 0000000000000000001c753b5fa641e7d150abc364b943acf5735d45c0c01114 2,378 1.00/1.00 vMB 94
581,309 581,309 0000000000000000001e503e5cb8716ed3f3b5661bb927a129fb3e501879acbf 2,896 1.00/1.00 vMB 122
581,308 581,308 0000000000000000001e1bae8c0e50b8023b3321362ed96eba4423e721d0804b 2,580 1.00/1.00 vMB 127
581,307 581,307 0000000000000000002242d68bfb9afb9b84280bd5145def425609aac4361d68 1,949 1.00/1.00 vMB 86
581,306 581,306 0000000000000000001e1c089c039e02f94e42d709b466a7339e53b5f90d7423 2,161 1.00/1.00 vMB 130
581,305 581,305 00000000000000000004e634958722779fa24d3499ed0272eb3bddca5254d3c0 2,858 1.00/1.00 vMB 8
581,304 581,304 00000000000000000014eb817df63f383bb714bc019734bce58faee75fec6c09 1,768 1.00/1.00 vMB 75
581,303 581,303 0000000000000000001c7f80ada4901fa98c4891d562ca6fbcbb28572c30fada 2,002 1.00/1.00 vMB 89
581,302 581,302 00000000000000000015d1b21c01b557a45b4e1826b356f330dcc8805618442f 2,043 1.00/1.00 vMB 3
581,301 581,301 0000000000000000001e33f5cff45905b76d932791510b7f966e55b9a7a8b25d 2,134 1.00/1.00 vMB 24
581,300 581,300 000000000000000000192a837639e062be2d95acd4f67026c911094cfc37fde4 2,425 1.00/1.00 vMB 57
581,299 581,299 0000000000000000001ba63ba5e3572dff04635a3683220d79ba76df1bbe6131 2,633 1.00/1.00 vMB 95
Previous 10 blocks ↓
Total Size: 782.78 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: 709.72 GB
    • Received: 16.96 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.