Loading Tool

Explorer IconExplorer

Memory Pool

25,262 transactions
12.02 vMB
0.03400526 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 68.31/200 MB

Candidate Block

Mining Attempt 3f77f1cc1cbc5d492917991799c9fe74da78a22c3a85aa11f669dc5cb8be1915
Version 20000000
Previous Block 00000000000000000001cb1dcfe18d51d0ea6c316116de2e90aa455f75c88032
Merkle Root 0e2844c5997cf0c348f6b7e35307383083bbefc18cebc2efb7aec9c22342937b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,597
Size: 0.99790325 1.00 vMB
Total Fees: 0.01382255 BTC
Feerates: 59.19 > 1.39 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,646 (764,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
148,742 148,742 000000000000064851d88a5e28f63c7110bf68f2918e8012ed821ef8ef6ec27d 100 0.03/1.00 vMB 26
148,741 148,741 000000000000084487976c3aca7c8a02855cd57315cc638a4ed24051355832f6 31 0.01/1.00 vMB 144
148,740 148,740 00000000000003eb43fb71727f8ee570c0d4432597e96da77337ed7f8ea77370 18 0.00/1.00 vMB 73
148,739 148,739 000000000000075731b902c54dad933375b173cee5518c285b8df1e900f416c2 69 0.02/1.00 vMB 149
148,738 148,738 00000000000008c9987b2a45ff4203f1e0fb0bb986c623ecc7c9d04c630b2c4d 73 0.03/1.00 vMB 195
148,737 148,737 0000000000000581b90bfe305bf6ef42b0cc357cafe028ad26897c826f9732dd 133 0.05/1.00 vMB 115
148,736 148,736 00000000000000c2c6207362ee1703e48d90bc1b390a8d1ffe8acfff891e22e8 7 0.00/1.00 vMB 18
148,735 148,735 00000000000007277e8af3a1aebdd4ea655a3f03a6f0e3c9f9e3230268bd2888 16 0.01/1.00 vMB 643
148,734 148,734 00000000000003ac4e23b600e633f0222462c71c428de3c0d9aa39b3352e12b6 89 0.04/1.00 vMB 219
148,733 148,733 000000000000055a165e49e80b04a7b5df29bedd7bdb23fec6d5d42052d3ad86 38 0.01/1.00 vMB 246
148,732 148,732 00000000000004578ddfdb1dc83c6f9fbb1f44e62980e05c06ffa3835233ed1e 17 0.01/1.00 vMB 159
148,731 148,731 00000000000004845293191b76a67b8ef5ea3601959e009c3ecf122877076e88 7 0.00/1.00 vMB 99
148,730 148,730 000000000000076796cd2112af838cf308bff57b2e25d8190a3d7593d07a9514 61 0.02/1.00 vMB 159
148,729 148,729 000000000000094d61a29730e2c56d2d181cfa565176628ed9a0296ba1417558 58 0.02/1.00 vMB 32
148,728 148,728 000000000000063f7367cf42e03274b5b43a27d901f139e1270cf7689bb73dff 36 0.01/1.00 vMB 433
148,727 148,727 000000000000070bbaeee37000be633f609c85de8c3f152a0f479b44e401d40f 5 0.00/1.00 vMB 562
148,726 148,726 00000000000002025ac4309d5a95b803b426adfd55f4cd7c153df1aa6fd114f2 7 0.00/1.00 vMB 56
148,725 148,725 000000000000055f1457b92497a3357f073b81ee73951f9fc06d97e63505ba70 13 0.00/1.00 vMB 95
148,724 148,724 00000000000005e5ed8e05a5a314292f4af3e422b060e7d5d263f5e87fc5a909 24 0.01/1.00 vMB 250
148,723 148,723 00000000000001b1199846bcd3432875d131d140908f5ce547e882c7203435eb 6 0.00/1.00 vMB 38
148,722 148,722 00000000000006098364951d45eb433bdd8f37e44a7f41120d175af55bc1e132 16 0.02/1.00 vMB 94
Previous 10 blocks ↓
Total Size: 779.99 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 472.26 GB
    • Received: 3.03 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.