Loading Tool

Explorer IconExplorer

Memory Pool

87,228 transactions
31.65 vMB
0.21938912 BTC
Random Selection Loading Transactions
Max Size: 192.14/200 MB

Candidate Block

Mining Attempt b230cd935a2861f86afb33eaa4ba2ce81e171c2424b0c554552bbece26d5941c
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root b4d87bb4339b4a0194d2fb42ccca013f7beed81c9f25df600bafcda6618485c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,579
Size: 1.00 vMB
Total Fees: 0.11033577 BTC
Feerates: 502.67 > 11.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (275,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
639,273 639,273 0000000000000000000530e7c3fac725fcdaa38833e6d775753495758fd25534 2,698 1.00/1.00 vMB 49
639,272 639,272 0000000000000000000efdb533e38fd5cc6a37eaf55c409b913b66438c22a6aa 2,447 1.00/1.00 vMB 56
639,271 639,271 0000000000000000000bea5c28a63990b616524b474329c7bf88f3761f4f6419 2,874 1.00/1.00 vMB 49
639,270 639,270 0000000000000000000831efbd5ceb0c1ee5aa887f2acf424ff9ca6e01448af9 2,930 1.00/1.00 vMB 51
639,269 639,269 0000000000000000000ad74d0005556d9e5c3475a0670e640e71676237e83213 2,761 1.00/1.00 vMB 57
639,268 639,268 00000000000000000007d24ae121d3ed5607140c71f7f25d75687bd1c6a17c25 2,061 1.00/1.00 vMB 49
639,267 639,267 0000000000000000000a9e67e4849c8e04c5a6634caaced980fb7d3012021999 3,092 1.00/1.00 vMB 65
639,266 639,266 0000000000000000000b78fee2d07fdd5d290a2fc55f5732d1fe1b711a2c31df 2,493 1.00/1.00 vMB 35
639,265 639,265 0000000000000000000a01bb31dc753ffb6f5dedbf37b12ec29450f6087485c3 2,595 1.00/1.00 vMB 58
639,264 639,264 00000000000000000008781d9c8b8d8d1f364dc07bd10a3535467833ad8cd483 2,707 1.00/1.00 vMB 40
639,263 639,263 000000000000000000058d8ebeb076584bb5853c80111bc06b5ada35463091a6 2,042 1.00/1.00 vMB 22
639,262 639,262 000000000000000000050e11fe50d4191159e6c7530bd5468a1ef2aab6dcf305 2,817 1.00/1.00 vMB 43
639,261 639,261 00000000000000000006ba9e98846afc3f3a0521dc7e5369bd2464511c1b9bdd 2,849 1.00/1.00 vMB 53
639,260 639,260 0000000000000000000a4a3803a1ae14e079a25676055ff7c15b7101ab1fe992 2,733 1.00/1.00 vMB 51
639,259 639,259 00000000000000000006433bcd52f280ed60133f222984f6040a8282a7d019b7 2,437 1.00/1.00 vMB 41
639,258 639,258 0000000000000000000c368076049bbf1e10d3934938f77a42b9dffcb0c2ea3e 964 1.00/1.00 vMB 15
639,257 639,257 000000000000000000050dddb70fd4570eea653b6770e3f4569300d0ff11acf9 2,808 1.00/1.00 vMB 11
639,256 639,256 0000000000000000000455207e375bf1dac0d483a7442239f1ef2c70d050c113 2,271 1.00/1.00 vMB 28
639,255 639,255 00000000000000000009e33faa94d30cc73aa4fd819e58ce55970e7db82e10f8 2,486 1.00/1.00 vMB 29
639,254 639,254 000000000000000000058285ed9bd2c774136af8e8b90ca1bbb0caa36544fbc2 2,493 1.00/1.00 vMB 47
639,253 639,253 0000000000000000000889ba1630f197ea43822b4600e83ed36c8d5791ad3a42 2,109 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.61 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: 671.95 GB
    • Received: 16.08 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.