Loading Tool

Explorer IconExplorer

Memory Pool

88,869 transactions
33.19 vMB
0.19797523 BTC
Random Selection Loading Transactions
Max Size: 199.97/200 MB

Candidate Block

Mining Attempt 50d31a084ba551e80611b34249d17f8bb5b1563ef0287970530d935d0a9e2f92
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 08834c6bdb2329f145ac76cb9158990b2ac87c989a110e8ba0df03834fce923a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,915
Size: 1.00 vMB
Total Fees: 0.08709910 BTC
Feerates: 387.56 > 8.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (224,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
690,088 690,088 0000000000000000000160a954fb66051d019fbe93f7ea8cf27b9f24c5788b0c 1,743 1.00/1.00 vMB 16
690,087 690,087 0000000000000000000ef0575b9f49032e56d4e8b7bfd491f681cb67e6aefcd7 2,091 1.00/1.00 vMB 19
690,086 690,086 0000000000000000000c355bccdde8e09db4d9e81a1e41a12210cf67f839a838 2,240 1.00/1.00 vMB 26
690,085 690,085 0000000000000000000ab16173b5fd2dbfc9ce88744e912071569a910ed6febb 2,266 1.00/1.00 vMB 11
690,084 690,084 000000000000000000083bd7e1431c1d7533a8014b4796e47db9c8e21e4d461d 2,289 1.00/1.00 vMB 31
690,083 690,083 0000000000000000000061dce119c0bfd54f1afaed34caa4245a4008b2e1eb44 1,953 1.00/1.00 vMB 20
690,082 690,082 000000000000000000098b571358f0e0bb718385fdc69a4b6d525c9df033e0c8 1,284 1.00/1.00 vMB 39
690,081 690,081 00000000000000000010aeed1e321d5d512b91f8f25a8c1688d9b7490a2bd6e5 2,744 1.00/1.00 vMB 42
690,080 690,080 0000000000000000000d526d4d386c7833d3315b92561e7de56fd2a210784dac 1,646 1.00/1.00 vMB 22
690,079 690,079 000000000000000000002d01d3e9679a56df2df8400e1e2eb24726d5d195a12e 3,021 1.00/1.00 vMB 29
690,078 690,078 0000000000000000000a2d2e0fb4b756637f290fe448ad8fde5d4e6cf6ce8b06 2,547 1.00/1.00 vMB 38
690,077 690,077 00000000000000000009061817774080916e55cb116a3a45c602979585b02dee 2,834 1.00/1.00 vMB 37
690,076 690,076 0000000000000000000e4a9c7f1511992c2594e5ef175b22feb73652cc4c2e03 2,340 1.00/1.00 vMB 26
690,075 690,075 00000000000000000005f88dd4064f21afbf095fb3dad80b8171409083a3cd60 714 1.00/1.00 vMB 29
690,074 690,074 00000000000000000000fdf1c5eefe0c67088f733244561a19af337a030154c2 2,485 1.00/1.00 vMB 43
690,073 690,073 00000000000000000010c589584fe1c15ec9e56835a921540da0cc08bb37c617 2,560 1.00/1.00 vMB 52
690,072 690,072 0000000000000000000e63b9aeb3fa7d0c94036c2acd75fa6f167ea6db58c9da 1,632 1.00/1.00 vMB 34
690,071 690,071 0000000000000000001100396f2a62a6e1970c3c0c0fc9c13e1b5a10c2a33089 2,821 1.00/1.00 vMB 29
690,070 690,070 00000000000000000003b484efb5b020bfd0c44c6b0f0736321faf71e4586063 2,519 1.00/1.00 vMB 65
690,069 690,069 0000000000000000000f1aa1d6b9e7c6c322f9986bc47432464b04827e565583 3,279 1.00/1.00 vMB 39
690,068 690,068 0000000000000000000fbbeabc646efa3bc43031a24a2235ca4410f117cc2fb8 2,529 1.00/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 782.31 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: 660.11 GB
    • Received: 14.62 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.