Loading Tool

Explorer IconExplorer

Memory Pool

80,633 transactions
31.29 vMB
0.08485553 BTC
Random Selection Loading Transactions
Max Size: 189.21/200 MB

Candidate Block

Mining Attempt 53c85295f39e7f43bb879280386ad3a6cb1f6db4f0f17646f63ba9a737802684
Version 20000000
Previous Block 00000000000000000001737d76c0d6914d71885a8e838781b1a0674dd5a96d4b
Merkle Root e1b81a7234798abae1e1d6949003a39ab4480fe1636b420b60b31c8c193fb71a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,244
Size: 1.00 vMB
Total Fees: 0.01719321 BTC
Feerates: 150.65 > 1.72 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,201 (799,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
115,659 115,659 0000000000009cd78330d3ff17590ce2c0be76d5d771ce73add23596cfe85671 2 0.00/1.00 vMB 0
115,658 115,658 000000000000738d5a577a7b02e905814680d2b0f6c8c548140084236d2e2f74 10 0.00/1.00 vMB 357
115,657 115,657 0000000000002cf1eff8abc12b22ea2d47cdc06a6b7c72f4f8799a7a7d784619 7 0.01/1.00 vMB 881
115,656 115,656 0000000000000364ae254cffa16b7b2be2cb7f6290887bb9c508faea0ec808ef 18 0.00/1.00 vMB 1,657
Previous 10 blocks ↓
Total Size: 782.74 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: 708.14 GB
    • Received: 16.72 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.