Loading Tool

Explorer IconExplorer

Memory Pool

87,076 transactions
32.58 vMB
0.15085009 BTC
Random Selection Loading Transactions
Max Size: 198.95/200 MB

Candidate Block

Mining Attempt b383ca5714df9c70a8e7b32d2c73a52b107c4bc0ef3cbdf64ddf4e8ead860579
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root 9df2954f51016ba36051e5ae55aa87076e2891dfcd1f1e6aefae0cf80b6623b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,223
Size: 1.00 vMB
Total Fees: 0.05805217 BTC
Feerates: 400.00 > 5.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (157,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
757,229 757,229 0000000000000000000014f876294be92c01ed9ead2c95d85c886c97545e7991 455 0.14/1.00 vMB 7
757,228 757,228 000000000000000000000ca3ac81bbffc30e78c7406fc3c3aa96044c6f1f251d 628 0.58/1.00 vMB 3
757,227 757,227 00000000000000000007c89aecdf31a5079001b0d2835ce884dc9dc7950d537b 2,920 1.00/1.00 vMB 9
757,226 757,226 000000000000000000015efdd3d077be0361b522a5ba9237050131e98c4c6dec 1,242 0.90/1.00 vMB 3
757,225 757,225 00000000000000000001bc326dcf0bbb9a199bab9dc38db9da9375dc9539237c 3,304 1.00/1.00 vMB 11
757,224 757,224 000000000000000000018ef8c68bbf76d55e345d2eb8664dc1452251ab712014 1,295 0.92/1.00 vMB 2
757,223 757,223 00000000000000000003041b71bc8f5da537644fa666791cf29e2008cdfdf83a 1,747 1.00/1.00 vMB 4
757,222 757,222 00000000000000000004ab0228ef0de3a14877d8d7d561c0ce9edfec82dfb909 2,131 1.00/1.00 vMB 6
757,221 757,221 0000000000000000000040a9af186e6fa0dff6cd24d330073c92f477aeb0e4c5 2,043 1.00/1.00 vMB 12
757,220 757,220 000000000000000000043b31303f58f4a0a3f3e8ea6a2c5a53bf4f792b0a01b1 2,033 1.00/1.00 vMB 5
757,219 757,219 00000000000000000006f89b2dbe41e763e3ee2daa31c29c1afa9febddb9b955 3,394 1.00/1.00 vMB 8
757,218 757,218 0000000000000000000006950c0683f720a4c81d1f9da0f84bc11ef1761e922e 2,672 1.00/1.00 vMB 11
757,217 757,217 00000000000000000006b7ed50f352654995f31902620dfab0a46d8fcc2cbe67 3,364 1.00/1.00 vMB 13
757,216 757,216 00000000000000000004784c19e0eebb029f14e5c5d33d105ea2300709f7368d 2,310 1.00/1.00 vMB 11
757,215 757,215 000000000000000000067ee2331ed2c10388d63f6f2f61b0e1b5f3d34c7799f6 3,053 1.00/1.00 vMB 9
757,214 757,214 0000000000000000000098a6ff803f63fd0ef644c7f9441d86bf1113fb137c7a 468 0.14/1.00 vMB 13
757,213 757,213 000000000000000000082842dba96b7aa0b27b8b1b4ebaf39f39ef218aade8e0 1,444 0.97/1.00 vMB 2
757,212 757,212 000000000000000000088538922e0ce465d5788dfd74d2f4705d69c3c019d42f 2,048 1.00/1.00 vMB 7
757,211 757,211 0000000000000000000377896814a396577f5e35544efd9c168dfbcb712fde4f 610 1.00/1.00 vMB 7
757,210 757,210 000000000000000000036751c43876e27cce606c4935e5292d9cc0d9822441d9 487 1.00/1.00 vMB 7
757,209 757,209 00000000000000000004b8b10b7e2b384c735cc58c440987c23fea91e2cc9f75 315 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.78 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: 709.73 GB
    • Received: 16.96 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.