Loading Tool

Explorer IconExplorer

Memory Pool

76,566 transactions
28.95 vMB
0.07636964 BTC
Random Selection Loading Transactions
Max Size: 176.89/200 MB

Candidate Block

Mining Attempt f55408a5032cd2c7f6dbdf8fd621174df05f9fbea79eb20de92c9be9f73cdf57
Version 20000000
Previous Block 000000000000000000009df2a42daf883294bc70d5e3dcb4236d35117bf4386b
Merkle Root 461a620d3822497dc4c1711f6fe934adc54a0f5514dae42a8e03080fa86543b7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,243
Size: 1.00 vMB
Total Fees: 0.01328593 BTC
Feerates: 77.76 > 1.33 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,246 (799,566 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
115,680 115,680 000000000000949827dd72ca51eab7167cd5ebf0ef171c6177b9a252739272d4 15 0.01/1.00 vMB 563
115,679 115,679 0000000000006e630c4ae91acb6cc611a69267e5a0ce7799f9b2c8f780a69a81 10 0.00/1.00 vMB 715
115,678 115,678 00000000000073cea5e247c05726d24f2a71c9ee1127aa196bb943f9a3add447 9 0.00/1.00 vMB 649
115,677 115,677 0000000000004a89c1651d7c82feac0e9e2da6b9999375184bd7614fe17cacc3 6 0.00/1.00 vMB 667
115,676 115,676 000000000000cd3f9c8c407f5e6ddc181423015113fe38fc6fcefa78b5dab2f1 11 0.00/1.00 vMB 312
115,675 115,675 000000000000f030ef5bec909c7c4f63bdbacaea0407fd9d93dd07925cae436b 19 0.01/1.00 vMB 1,047
115,674 115,674 00000000000021f75217d3b23f08a91077126148cddd4a6ceef079d07864f3b1 10 0.00/1.00 vMB 687
115,673 115,673 000000000000378a75127703f4e297e56fd5d97508438f09ff16843fc1586e4d 16 0.00/1.00 vMB 1,094
115,672 115,672 0000000000002008c3495ab7030165a2b904427887341ced29a39ba9e789d8a3 3 0.00/1.00 vMB 530
115,671 115,671 000000000000ea421992885ea07e89e06586fded2a003edaaf8aa8963566a55b 1 0.00/1.00 vMB 0
115,670 115,670 000000000000beaa438b2039aef6957747a0f80d0ef63e0a0a8c58ad532a6c52 6 0.00/1.00 vMB 0
115,669 115,669 00000000000008eb15f31d186d984c20493c4c83818bdf8aa13bc1bd914f1d4e 12 0.00/1.00 vMB 407
115,668 115,668 000000000000d7125e3753f27336d1f616744ddac3213802e27dc8cd527073f3 16 0.01/1.00 vMB 1,366
115,667 115,667 0000000000006bfaf41babca465639143523ecbf5302a47b7f85a2a42f75f254 4 0.00/1.00 vMB 0
115,666 115,666 000000000000a7c5fa1411a9d53b82bd4f077f210f99e5bbb0da4427b5d45ea9 1 0.00/1.00 vMB 0
115,665 115,665 000000000000a326f7eb92fcc94e9719a36bf4840379eaf72361e015ab3246e2 3 0.00/1.00 vMB 0
115,664 115,664 000000000000789bbd3aa3db7bc4dfaf8fd5461b3244e5adc1c8b510ebac0813 8 0.00/1.00 vMB 0
115,663 115,663 0000000000007882b070faf39994e921e5a6f1e184148b019423e375ef14e834 1 0.00/1.00 vMB 0
115,662 115,662 000000000000e5f1be5a93eefe4e8b67bdcaa5bc32bfee799eb787a8a7df38d6 10 0.00/1.00 vMB 627
115,661 115,661 000000000000a7f1c693ffae82743d9b91fb327bce740efb6e75b9fd8bd2c7f1 7 0.01/1.00 vMB 416
115,660 115,660 0000000000009bcabb85ba31bf827ecf2dfa3cc3ae39e395cf2a106bdd7e10c3 12 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.82 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: 710.76 GB
    • Received: 17.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.