Loading Tool

Explorer IconExplorer

Memory Pool

73,464 transactions
27.18 vMB
0.06223715 BTC
Random Selection Loading Transactions
Max Size: 166.03/200 MB

Candidate Block

Mining Attempt cadf7a019b49f4f09e144b1b222f3ede09e8a64b1fbfe7033b8ccef24aefb552
Version 20000000
Previous Block 0000000000000000000066dca9fab24cab5c950c60583369c37db71a237ae64a
Merkle Root a6efcf0f7c447f5ff429af2c7271708d455fa106c3152481f7a1f5c19cd47ce1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,884
Size: 1.00 vMB
Total Fees: 0.00463319 BTC
Feerates: 20.14 > 0.46 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,291 (471,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,787 443,787 000000000000000001879f405c0ab8de73d4023a9ce104af45ba88be0b4c7266 2,035 1.00/1.00 vMB 69
443,786 443,786 0000000000000000018a02bc3626d3f4f58b4925a0a21ff9507ee4217f5156d3 1,874 1.00/1.00 vMB 63
443,785 443,785 00000000000000000319efc3de0eb80a1faea147d78ed79c6a7663ed6f3e8d4b 2,665 1.00/1.00 vMB 66
443,784 443,784 000000000000000000dde0aeb520945f966f9cc5f2734bd80f96b7edcb23478c 2,411 1.00/1.00 vMB 83
443,783 443,783 00000000000000000157ec79574c70bd9532fbe1cfa9fa53ce6213b8ac954eff 2,251 1.00/1.00 vMB 86
443,782 443,782 00000000000000000153994956a3d21a2829459e4df4f7008ef88ea7919b89d7 1,726 1.00/1.00 vMB 80
443,781 443,781 000000000000000000a2d210fee8cd1f7c77d70049a48e6fa7e167f7f65596e5 1,997 1.00/1.00 vMB 89
443,780 443,780 00000000000000000287af8c00e8fa400c5392fe065c86b9ee1c76f942a5421a 2,503 1.00/1.00 vMB 95
443,779 443,779 0000000000000000006202dc7df836990419449a832c88c1e46f7bd089cd01fc 2,403 1.00/1.00 vMB 112
443,778 443,778 0000000000000000024e4c0ae30c859faf7cebbbb55810530e1e12d587d817d3 1,948 0.99/1.00 vMB 65
443,777 443,777 000000000000000002b8456af015c0b27dbc766e72eab55765ccd36e400cdc09 2,834 1.00/1.00 vMB 98
443,776 443,776 00000000000000000096b319d7315bea587dddbcd87294bb7e8302d142dfbc90 2,355 1.00/1.00 vMB 53
443,775 443,775 000000000000000003050beca23915b00f9a22fdc0c5cb5e321209d7a54ec122 2,272 1.00/1.00 vMB 77
443,774 443,774 000000000000000000016a291724160c5388b64ecb8fd73fb5ca0343b9c92917 2,754 1.00/1.00 vMB 87
443,773 443,773 000000000000000000ab81cad719208d7298d3a3665d358285d111b9fadfde30 1,765 1.00/1.00 vMB 75
443,772 443,772 000000000000000003184661b9aaa0678433bb05d82779c4c20fce7a57b5bb0e 2,364 1.00/1.00 vMB 81
443,771 443,771 0000000000000000034187315b3c5edd4bcb2c57459c1669d6985e1ecc73c8a1 1,298 1.00/1.00 vMB 82
443,770 443,770 0000000000000000036b676949d4c0e8b70a631b5138626cee9b485acc4481e6 2,534 1.00/1.00 vMB 117
443,769 443,769 00000000000000000074e7e2877fd4f11181a258fb102afc067d34a83ecada2f 863 0.99/1.00 vMB 29
443,768 443,768 000000000000000000abd49f9a2c4bc2d94fc6ee7ec15710f5249332e142a41c 1,290 1.00/1.00 vMB 31
443,767 443,767 000000000000000002c087d2288e20b2485aba58b509fb4a3a4bb92cce86303e 1,112 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.90 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: 713.54 GB
    • Received: 17.39 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.