Loading Tool

Explorer IconExplorer

Memory Pool

76,335 transactions
28.55 vMB
0.06864904 BTC
Random Selection Loading Transactions
Max Size: 172.93/200 MB

Candidate Block

Mining Attempt 9315fc182bed9f3b1030cf74e7ef8f6d90066f3d039739c6b113e3970cb4794b
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root c22cfcdd76fe14f737ce73b69e3b3443c158485ffba6eaeb676c3c4277763f6a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,429
Size: 1.00 vMB
Total Fees: 0.00925174 BTC
Feerates: 79.19 > 0.93 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (108,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
806,316 806,316 0000000000000000000165f0a9db514f2046bd9176ca63ae23568b7b243eafca 5,520 1.00/1.00 vMB 14
806,315 806,315 00000000000000000003c933382881585383584193586c81dfd4b05de9a1fe25 1,491 1.00/1.00 vMB 19
806,314 806,314 0000000000000000000161240961a8099f13eb3b5c398476d43d9c2b04b775a7 3,257 1.00/1.00 vMB 20
806,313 806,313 00000000000000000000c10ba8281e79485e8d5173f10f1e66392f2c1c0aca34 3,992 1.00/1.00 vMB 21
806,312 806,312 00000000000000000002ab6e2f32e56a5784a443d9206b68a3e0731813c47d1a 3,155 1.00/1.00 vMB 19
806,311 806,311 0000000000000000000072be77717b2efae5985b56f3548c474971b64a7d3ee8 4,271 1.00/1.00 vMB 14
806,310 806,310 000000000000000000023d478e8c4b1c52959f692d2703162a1a3cb70b21e0be 1,929 1.00/1.00 vMB 17
806,309 806,309 00000000000000000000bee53608064f00b4423ab0b8485279863f84d60f48a6 3,681 1.00/1.00 vMB 19
806,308 806,308 0000000000000000000429a49b23be908d5bc48d688bdbd6768e6e58993e4953 2,274 1.00/1.00 vMB 20
806,307 806,307 00000000000000000002e5d01183a60cf21bd974b4afbf604345aa0fda6a89aa 1,901 1.00/1.00 vMB 22
806,306 806,306 00000000000000000004d93bdd39afd245d77174aad2c20f4d91b0edaa1fcfac 6,007 1.00/1.00 vMB 17
806,305 806,305 00000000000000000000eece27757626b85d9bf497f16650f6f52a91ce840ad0 1,504 1.00/1.00 vMB 15
806,304 806,304 00000000000000000004d0d2fd26c4a9da5e5a13c5753aad861fe216c0f8abd3 2,691 1.00/1.00 vMB 21
806,303 806,303 00000000000000000004a3e4d229f040e0daccf5eb965809dcfd523b8b4cdae1 3,623 1.00/1.00 vMB 21
806,302 806,302 0000000000000000000402ecc5b960989b2b86dff921e37fb80389e456629dd2 2,715 1.00/1.00 vMB 23
806,301 806,301 0000000000000000000345661090c72a334c372f5b67fe3567f98d791c4c2d08 1,607 1.00/1.00 vMB 18
806,300 806,300 0000000000000000000163591b3f5a48020bb7d7854f93e8b37144f1dd0ec130 4,899 1.00/1.00 vMB 14
806,299 806,299 00000000000000000000dec8d6d5abbaee062e6b8ae643170b54a577df3cc537 4,691 1.00/1.00 vMB 12
806,298 806,298 00000000000000000003d4746063e2d47009b4c7815dd0dc13f6af3808117427 5,210 1.00/1.00 vMB 14
806,297 806,297 000000000000000000039e670288022579c42bb99597b965fdc7a58ad0cd8ee4 2,762 1.00/1.00 vMB 13
806,296 806,296 00000000000000000000c5a12c9de55ec5f117af52fb51f0aa9d0ed8a1b266d2 2,697 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.66 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: 672.98 GB
    • Received: 16.35 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.