Loading Tool

Explorer IconExplorer

Memory Pool

82,394 transactions
30.33 vMB
0.11644849 BTC
Random Selection Loading Transactions
Max Size: 183.65/200 MB

Candidate Block

Mining Attempt bb56938f1cf629e418ab9680d2ad74e5dce6736b5de8a093079bc69d772281e5
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 13f34e142a02944d71f1d2f720032725cafd521f611402421511c52e348878cd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,099
Size: 1.00 vMB
Total Fees: 0.03942904 BTC
Feerates: 121.32 > 3.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (297,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
618,138 618,138 00000000000000000000c905b6f9228d649b34f88bc42cbb612deaaee2ace9f7 3,149 1.00/1.00 vMB 12
618,137 618,137 0000000000000000000a432f48fa0d100c0cb66642e2f9b5c0c7204121478149 2,099 1.00/1.00 vMB 22
618,136 618,136 00000000000000000008c422da9bc9997f8c07b9a9fa55a1738bc968e6433229 2,745 1.00/1.00 vMB 26
618,135 618,135 000000000000000000120fe833d4cf9d70776d59f2c9629505d131f247d24171 2,991 1.00/1.00 vMB 44
618,134 618,134 0000000000000000000d93a996a3aa539a9bd3ecffceab0ea135b9c0acdaf065 2,783 1.00/1.00 vMB 36
618,133 618,133 00000000000000000008c3af6ce9afeac1f184d238bcf19356930c291b9ed590 2,027 1.00/1.00 vMB 7
618,132 618,132 0000000000000000000b3ec6c1e1f87447d174b0e64fcb9c6d47df2e054e30a6 2,416 1.00/1.00 vMB 10
618,131 618,131 0000000000000000000320b1330203775507f92d4f7e3adf64a871836fc34b7c 3,088 1.00/1.00 vMB 28
618,130 618,130 00000000000000000009dfcce3725c2e165f8c3c365f596ec216e5ecd103627a 2,236 1.00/1.00 vMB 6
618,129 618,129 0000000000000000000f18d3bde3eb0dcd7c9c16ecf26647eb5dba7d4e51cfca 2,825 1.00/1.00 vMB 18
618,128 618,128 000000000000000000118906f8657dca33e6c83c02d97d7c1dbb0a726fe4eafa 3,165 1.00/1.00 vMB 37
618,127 618,127 00000000000000000006392d4174fce467ec9f13a99983b72b5ce8231dd44ba8 2,949 1.00/1.00 vMB 21
618,126 618,126 0000000000000000000fc928dbefc1cc2f876c5faada04a549cda825fecfd40b 2,589 1.00/1.00 vMB 20
618,125 618,125 00000000000000000005c44399dbee8201c602915b2c3da4a6c4f4ec36b7ea09 2,355 1.00/1.00 vMB 6
618,124 618,124 00000000000000000002c82599bf31d809be63935d94cb388aeb2c5e27e736a0 2,887 1.00/1.00 vMB 11
618,123 618,123 0000000000000000000ec66126b070e0ec706156ecc96775b742999430d94fe6 2,754 1.00/1.00 vMB 11
618,122 618,122 0000000000000000000436ba6ad3c0b6e6097ba576695f36c3839375b7788f1b 2,195 1.00/1.00 vMB 21
618,121 618,121 000000000000000000099c7eb2d676b07c20aea554e7f5b9318cbdbfde41f8a4 3,275 1.00/1.00 vMB 37
618,120 618,120 000000000000000000067fd668d1233a0b07d101b822d52a766b62dfbbab6afd 3,245 1.00/1.00 vMB 29
618,119 618,119 00000000000000000002d715cf6d2ef0076b24209cd00e5f3d07c416df7182b9 3,171 1.00/1.00 vMB 26
618,118 618,118 0000000000000000000efb1612e191d157ad42210e949d55c7e12c2c4958c01d 3,116 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.36 GB
    • Received: 16.21 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.