Loading Tool

Explorer IconExplorer

Memory Pool

81,376 transactions
30.96 vMB
0.09013224 BTC
Random Selection Loading Transactions
Max Size: 187.97/200 MB

Candidate Block

Mining Attempt 3606fad60b1766e434777c1817d82b828fe3ad4b8a5bf85c5dc0195cbcba5c35
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root 54f74deeafd9f9c74d324a5539fe53d7d61e2e5862321baef1f77e7fa45dbb5a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,766
Size: 1.00 vMB
Total Fees: 0.02355430 BTC
Feerates: 351.58 > 2.36 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (275,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
639,327 639,327 000000000000000000002be297a0356cc947043c56821ba44a6b20f718bd0a4e 1,189 1.00/1.00 vMB 82
639,326 639,326 00000000000000000005c2fb6e5140697db7cb4204622b042643ad31d71acf72 286 1.00/1.00 vMB 96
639,325 639,325 0000000000000000000940157c245b6a37119665358d278dc807e83cbfc4919d 1,361 1.00/1.00 vMB 16
639,324 639,324 0000000000000000000c98b412a18c707885573354abb60233d714aaa95fe4f6 2,090 1.00/1.00 vMB 5
639,323 639,323 0000000000000000000e95d839ae25ca3f949df162b934e42395f86dda6fb950 2,322 1.00/1.00 vMB 47
639,322 639,322 0000000000000000000b6569797cdf50cedc075af225fd5f6ce8afb96442c1a7 2,157 1.00/1.00 vMB 18
639,321 639,321 0000000000000000000ddd9f82f2dc3c608914f67c04f494702a6bfe4ddbd29c 2,410 1.00/1.00 vMB 41
639,320 639,320 0000000000000000000a3d495622ec4e6e605aa859311e6f7f0d480ffc7e815c 2,917 1.00/1.00 vMB 54
639,319 639,319 0000000000000000000a3e00ab37e583827ca779864e7427ef234e43f32c0c78 975 1.00/1.00 vMB 12
639,318 639,318 00000000000000000000eefb4c49aa89f1b355c7ae2daf2670b69ccc341ab218 1,668 1.00/1.00 vMB 18
639,317 639,317 000000000000000000001185387c6ba80281b6fdab8dea8f2b5fad0e3256accf 1,687 1.00/1.00 vMB 51
639,316 639,316 000000000000000000056abeecbee4ddc0e98bbebe248d67a546ed2b900aeef0 1,191 1.00/1.00 vMB 4
639,315 639,315 0000000000000000000b3b5bf0ab98eeb99f362a25cb1d850503052bc03c9534 2,383 1.00/1.00 vMB 4
639,314 639,314 0000000000000000000d8f74543f4f626727e182b65b52489522a4a88277b806 2,355 1.00/1.00 vMB 20
639,313 639,313 0000000000000000000e8de9ddb573c8acda291b97472b5f856f70c67d803afb 2,469 1.00/1.00 vMB 40
639,312 639,312 00000000000000000001934435fcef493bbb73941a7f7bc1ecc4a07d9b21b158 2,126 1.00/1.00 vMB 49
639,311 639,311 000000000000000000090a78dd1921d4eb4a661839dcbef75eb9e3b618ac523e 3,115 1.00/1.00 vMB 58
639,310 639,310 0000000000000000000a49fea20d64d9ee60ab3d54a4ce16ce1ca159aab7ea84 2,404 1.00/1.00 vMB 51
639,309 639,309 0000000000000000000a17eb0f69cff08c2c3018139192e6be5970fbe317cfbb 2,052 1.00/1.00 vMB 50
639,308 639,308 0000000000000000000d3d06d7206471f75f89a3903ccefcc05858e41ef6e901 1,782 1.00/1.00 vMB 24
639,307 639,307 0000000000000000000c2c93af19931cadb6b0b385af3dad75a4336f71d2849b 2,028 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.75 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: 708.65 GB
    • Received: 16.74 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.