Loading Tool

Explorer IconExplorer

Memory Pool

80,253 transactions
29.64 vMB
0.06789649 BTC
Random Selection Loading Transactions
Max Size: 178.88/200 MB

Candidate Block

Mining Attempt 0f5742fdb76d164731bd186c23c31b5397c593908f436140763abc9b8fa77b7a
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 090e279bc29db7e00013c25bc030972d1b112d9dfe9723a4c3acc1abe14b4c5b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,326
Size: 1.00 vMB
Total Fees: 0.00744592 BTC
Feerates: 73.20 > 0.75 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (334,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
580,112 580,112 00000000000000000022759a5ec9e66c2f03aa4d9d07d64d37833e19f376668e 2,425 1.00/1.00 vMB 82
580,111 580,111 0000000000000000002212257c3defcbc75a5b2cd51bb4e07e017eccb11257fb 3,228 1.00/1.00 vMB 107
580,110 580,110 0000000000000000000f65b3971f4f9328c95d0bb951ed574ad06f3eea792545 2,246 1.00/1.00 vMB 66
580,109 580,109 0000000000000000001dacc82e9524d68455a9cc054cfed741294a179609caaf 2,911 1.00/1.00 vMB 116
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.54 GB
    • Received: 14.86 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.