Loading Tool

Explorer IconExplorer

Memory Pool

48,165 transactions
28.37 vMB
0.08274925 BTC
Random Selection Loading Transactions
Max Size: 149.77/200 MB

Candidate Block

Mining Attempt b0dabe61d5620bd7185c853346179119d477622a1cc31957f0c1c54369186e7f
Version 20000000
Previous Block 000000000000000000014dfbe7f39f88da835586e6043c860399950dddc4e4d7
Merkle Root fe2c79a9adbc162a31aa834c3d958d634f980dccd9269836326f4ccf48b3215f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,219
Size: 1.00 vMB
Total Fees: 0.02647072 BTC
Feerates: 100.66 > 2.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,942 (378,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
536,602 536,602 00000000000000000004b4e888ce759968deeb25b148a3c69337e4b5af9b7659 2,451 1.00/1.00 vMB 12
536,601 536,601 00000000000000000020d918245110dc7e648fdfeced07a01f9acad93e877354 1,185 1.00/1.00 vMB 8
536,600 536,600 0000000000000000000a57121c9c8677ecfb33b592d623d9d24f42bb1053c237 2,345 1.00/1.00 vMB 17
536,599 536,599 0000000000000000001d2cab77dd055788b068854dbcf30f4b98cacdf8d74faa 2,192 1.00/1.00 vMB 41
536,598 536,598 00000000000000000013b87ebd8e3a012b56acd538ecb88649a3a64f1bd6bb39 1,223 1.00/1.00 vMB 7
536,597 536,597 0000000000000000001e248c659b38fe1c7ed0a54cecb4a3fbed34487f6922e6 2,348 1.00/1.00 vMB 10
536,596 536,596 0000000000000000000aa07c7f99670f39f4d844fcb7a634bff5275dabd53994 1,174 0.55/1.00 vMB 31
536,595 536,595 00000000000000000009ebe3d3b3251d090aece84541a2233d5ffd429c26858e 1,556 1.00/1.00 vMB 8
536,594 536,594 00000000000000000018ec88c81bfaca69a44940381fdd49ff5f4c1214028160 1,183 1.00/1.00 vMB 1
536,593 536,593 0000000000000000000ff4ca877dbeed2cc1bac050d4c9c36cfc7e6331348c30 31 0.01/1.00 vMB 33
536,592 536,592 0000000000000000000795171501f838f4f8f7b8ec46a4bc8bcb571edba00d5c 2,090 1.00/1.00 vMB 19
536,591 536,591 000000000000000000191b7c5d725ab495cd376d4345f6dc275448f42494b76b 2,403 1.00/1.00 vMB 14
536,590 536,590 0000000000000000002bcba8d3da61fee32f4a98b470ed53dfeb7a98697fdf1f 2,371 1.00/1.00 vMB 16
536,589 536,589 00000000000000000005651666d1b4a3d5f2860e260e79f7147f9c2199bb5e7d 1,934 1.00/1.00 vMB 18
536,588 536,588 0000000000000000001b52d5f2b9f3a8b485350b4d111ee0193c19f611dd4a7d 1,875 1.00/1.00 vMB 26
536,587 536,587 0000000000000000001955a78fdbf2bca7082f2910b7c0f1818c3b5ead89fba7 1,788 1.00/1.00 vMB 7
536,586 536,586 00000000000000000015953631d0476a9043258e25da23fa0968012dadc2709b 701 1.00/1.00 vMB 7
536,585 536,585 00000000000000000017de7273501ca6e0ee1dd2d1c1b42b6a905467b583a908 2,443 1.00/1.00 vMB 15
536,584 536,584 0000000000000000000b87ad8e3cc430621f6317dd3b7ce742830fee8605a68f 1,729 1.00/1.00 vMB 14
536,583 536,583 0000000000000000001f64595b380b4df85abe18605a81991c1bf4cc3fa4d00a 1,489 1.00/1.00 vMB 24
536,582 536,582 0000000000000000001806246c83b6dfab15a14867156bc1d52320607f700383 750 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.29 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: 657.05 GB
    • Received: 14.46 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.