Loading Tool

Explorer IconExplorer

Memory Pool

42,568 transactions
26.81 vMB
0.06567617 BTC
Random Selection Loading Transactions
Max Size: 140.71/200 MB

Candidate Block

Mining Attempt 844b5a04a8241c9d2682b4de6dd7e6ede35492184bddd198167266c1d723fde3
Version 20000000
Previous Block 00000000000000000001c29ba26020ab8fee0b13c11f761cf92eaeb9c92dd03d
Merkle Root b075fa301bc111dddd584fae94cdc793e3a37fa61f581c91af606f05f3651ee1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,968
Size: 1.00 vMB
Total Fees: 0.01600563 BTC
Feerates: 181.54 > 1.60 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,932 (334,794 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
580,138 580,138 00000000000000000003d61424f47cfb61386973ddb22f0a1274d87a39e2aefb 2,886 1.00/1.00 vMB 136
580,137 580,137 0000000000000000000e2f7c6a775ec7212c9aec656a17e241302e01edf89630 2,873 1.00/1.00 vMB 53
580,136 580,136 0000000000000000001db105354f78b57c2bb694b1bb97bf5dcabcb2147ab4d0 2,882 1.00/1.00 vMB 93
580,135 580,135 0000000000000000001a678f9538bae7d4e751c1513ede0de8b38c8abe04c04e 3,059 1.00/1.00 vMB 109
580,134 580,134 00000000000000000018b63eb51d7b61e05b5fce5c40e2db9527f36b7449fe13 2,930 1.00/1.00 vMB 56
580,133 580,133 0000000000000000001d06eb88b520ec154b331dfd486347be573094ece6bad7 2,378 1.00/1.00 vMB 63
580,132 580,132 00000000000000000008cf913f389df178b8122e039be3e197b9ced8ed752076 2,652 1.00/1.00 vMB 65
580,131 580,131 00000000000000000004e4ca0bb6e1a96f1f8a424ebd8f2ac7f21d4f24cd37ce 2,806 1.00/1.00 vMB 101
580,130 580,130 0000000000000000001571c87f39b7f70960a22d8460d54a42b93a06dee01cdc 2,730 1.00/1.00 vMB 147
580,129 580,129 000000000000000000098f42d801967a85b1d87611bf9c2bfaadf81784e3519f 2,802 1.00/1.00 vMB 87
580,128 580,128 00000000000000000010df1b174b6fbc9b84089065326391928e826929f543ba 2,833 1.00/1.00 vMB 80
580,127 580,127 00000000000000000010245b9c20180d3435fedff44cf0406a0c0e7f4046fc6e 2,529 1.00/1.00 vMB 81
580,126 580,126 00000000000000000008973c67115adc55485827178c7a4ebb4426201a92bbeb 2,491 1.00/1.00 vMB 62
580,125 580,125 00000000000000000012c1ec4942973a4400dbb6fcacb9304ffc7ef0ef620f09 2,605 1.00/1.00 vMB 95
580,124 580,124 0000000000000000000d27cf7d792c8aba88d57642bb8a0b9f0094eec0250b39 1,598 1.00/1.00 vMB 29
580,123 580,123 000000000000000000023164419f85697f92fcabcbde12fca572ffb9e8d38e4f 2,539 1.00/1.00 vMB 70
580,122 580,122 0000000000000000001067a2b802d51f365408e9e31f9c2049100bda1ce9c8a3 2,533 1.00/1.00 vMB 100
580,121 580,121 00000000000000000011c139df5df54f373eca684380bb6fcf2f13c945ad9673 2,571 1.00/1.00 vMB 99
580,120 580,120 0000000000000000001a3f1bc41df01febe184a020551375944dacf219addaf3 1,773 1.00/1.00 vMB 29
580,119 580,119 0000000000000000001100cc3e9f0d2c7ae220dc5a598bfc716b185523c0f0b8 2,793 1.00/1.00 vMB 81
580,118 580,118 000000000000000000051e9a837e1d86f725014421e3906871fd39692dcdb091 978 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.27 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: 656.01 GB
    • Received: 14.37 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.