Loading Tool

Explorer IconExplorer

Memory Pool

45,223 transactions
28.60 vMB
0.09325280 BTC
Random Selection Loading Transactions
Max Size: 151.28/200 MB

Candidate Block

Mining Attempt 7ebb1fe5e5d9ed1af1d785b8969716733589a6901464f21cf8363dd1ba9099ae
Version 20000000
Previous Block 000000000000000000006d9cca170a6dca76a62d52ce159ce88e03787eeaed6e
Merkle Root 88e140c7de46f7ce8916ad25fc97633dcff6a08df454682c5b90fa3d0849aba1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,542
Size: 1.00 vMB
Total Fees: 0.03847773 BTC
Feerates: 200.00 > 3.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,833 (573,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
341,323 341,323 000000000000000016aaf84c7509d363f459f8e9d8bd1048a0500d891bb92be5 1,279 0.72/1.00 vMB 27
341,322 341,322 0000000000000000107a9bd67befb181b6b6376cb7a0047854822d6790507bf6 1,118 0.52/1.00 vMB 26
341,321 341,321 00000000000000000b0355860f3f96984953643e5bc291501706a1622b4758ec 710 0.34/1.00 vMB 30
341,320 341,320 0000000000000000130ccebc0260dd8137d7b3d1ba30b7b35c1c872ed01fdc9c 1,640 0.82/1.00 vMB 31
341,319 341,319 00000000000000001381ee4adde62961d87c2ce09f7a3fa4fb98b29eca6ba2fb 336 0.17/1.00 vMB 28
341,318 341,318 0000000000000000053962646a397d2a7773e79c338b0a7e96b3e1dc0d0e4c0f 449 0.26/1.00 vMB 23
341,317 341,317 0000000000000000101fbe669d8adf4d93b666aee590146159a8f68ebc4b80a1 413 0.25/1.00 vMB 21
341,316 341,316 00000000000000000d55df9ab297cf2d973a3986c8f4ee914882e53fdf84ca36 437 0.57/1.00 vMB 12
341,315 341,315 0000000000000000032bd6d9ecac9f0489ef70e05de60592f9640b0bd377cfb7 1,851 0.75/1.00 vMB 34
341,314 341,314 0000000000000000074203a4ab5f9ef1aaed8c75e7d8703b651745456b14eaef 344 0.61/1.00 vMB 8
341,313 341,313 000000000000000006a9f9818978b48a78f3923f379ae846ff771c9ea017f81b 693 0.93/1.00 vMB 31
341,312 341,312 0000000000000000124e3b6daf90c6afe2c06effa468729248db5f0d800f4ade 2,013 0.90/1.00 vMB 29
341,311 341,311 00000000000000000a8c3108dda749198b59118f42c6ba87a4f382fe2a97fc99 454 0.17/1.00 vMB 37
341,310 341,310 00000000000000000d72eb73aea4a2f178bec6cbe49725a2423fa02a065d0af8 99 0.12/1.00 vMB 12
341,309 341,309 000000000000000000b671c4d6a13bc14c500016a4aff31a4edbc9e3cd6a55ff 284 0.16/1.00 vMB 28
341,308 341,308 000000000000000012f5559e95b487b13427cab9a3b8bdef4e6f5d1d6f7082ab 654 0.89/1.00 vMB 10
341,307 341,307 00000000000000000a36cbeefa00c43b428fd1d2227d262c756556f24d045242 37 0.01/1.00 vMB 31
341,306 341,306 000000000000000013871a5ce83cefb7f10f32c2e819331015bbd5c8adc74f98 165 0.33/1.00 vMB 6
341,305 341,305 00000000000000001a47bdb4d26a1499323304a8a159fcadb8e3fcf1db9dccb4 1,320 0.98/1.00 vMB 20
341,304 341,304 000000000000000012246f0d7ed0648d406f4e83a3961e9d86e7ee216bcf097a 89 0.10/1.00 vMB 7
341,303 341,303 00000000000000000bf7606b50de72bf36b9718ef3bb62f7a5390a96db669be9 185 0.10/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.10 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: 651.64 GB
    • Received: 13.60 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.