Loading Tool

Explorer IconExplorer

Memory Pool

79,476 transactions
29.50 vMB
0.06567395 BTC
Random Selection Loading Transactions
Max Size: 177.84/200 MB

Candidate Block

Mining Attempt ecd95c257c979f5a7829397b2ea03b6d96531ac427b4a3a3923c536197fe71cc
Version 20000000
Previous Block 0000000000000000000115431274d076f8aa22965479bdc44a0f8d6a1664cabe
Merkle Root 5402c27aee15bb48684c0d358dcd2e980417f15616bfa03055127d8912ae1903
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,524
Size: 1.00 vMB
Total Fees: 0.00571271 BTC
Feerates: 147.04 > 0.57 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,983 (334,850 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
580,117 580,117 00000000000000000018eb23fd46eaf5c3e98bde3ab29c492fdc326e5012ad8d 1,781 1.00/1.00 vMB 49
580,116 580,116 00000000000000000001e93cdf1327f5aeaf6502075b94f54f3b7cb32adb9912 2,123 1.00/1.00 vMB 79
580,115 580,115 0000000000000000001d72aa7f98ad829b881ba0b1dfdd3327633a58b80be6b9 2,058 1.00/1.00 vMB 73
580,114 580,114 000000000000000000060abcfb1bd13379e124f350b73c9ac8da3fccd43ae582 2,417 1.00/1.00 vMB 86
580,113 580,113 0000000000000000000dd9ccb5f5596f51036cddd6fda9728c6b4ec38a96ddff 2,242 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.36 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: 662.79 GB
    • Received: 14.88 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.