Loading Tool

Explorer IconExplorer

Memory Pool

40,251 transactions
28.09 vMB
0.10684404 BTC
Random Selection Loading Transactions
Max Size: 144.12/200 MB

Candidate Block

Mining Attempt 298beb67c4c6e498498ce1b4226488a8dedc1b1924b11132b4f91910d8a500b9
Version 20000000
Previous Block 000000000000000000001000aee6e3ae509c48b95212852c4d57a21fc9813ebd
Merkle Root 470e5001e7cf3abf68a957646e11e590dfc0258b9fb5430059d883d7570f3c78
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,805
Size: 1.00 vMB
Total Fees: 0.04807300 BTC
Feerates: 151.03 > 4.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,270 (869,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
44,595 44,595 0000000032170413b9744a2dd886eda1474c52fae83385cf02f5440e85359731 1 0.00/1.00 vMB 0
44,594 44,594 00000000114bbea2c8ca4c8d7c89cd63632ad73b757926c1d72e5a57e070c56a 1 0.00/1.00 vMB 0
44,593 44,593 0000000008a6e4a2e1e22d2227d8ce402d0c886d46671afddb208a073b856ec1 1 0.00/1.00 vMB 0
44,592 44,592 0000000010f7c9a4b321edbc98c20788950f8253973ea96829b2e83774c3c5a8 1 0.00/1.00 vMB 0
44,591 44,591 000000000271d0a17b252e40dbefd79c3fde162b5ba527341bb20c993e7b2ef4 1 0.00/1.00 vMB 0
44,590 44,590 000000002d864c50364155d1c3ed8f4d5068fd6b1f7be2c8155c9906506e1a7d 1 0.00/1.00 vMB 0
44,589 44,589 000000002d34111ccb3526f5d153b81cae69f7ec9e2d5fef7efa949dc41edd08 1 0.00/1.00 vMB 0
44,588 44,588 000000003046b2bab2bbef190d91e09c1a651883c7637682f6c65355590cb711 1 0.00/1.00 vMB 0
44,587 44,587 000000002281828fbd467c36243501a9aa44bcc679b5c8a6706008f5af4f325f 1 0.00/1.00 vMB 0
44,586 44,586 0000000034de962f3e02cb4f789a00ac162582e8d6b6ba51757e0892636e03a8 1 0.00/1.00 vMB 0
44,585 44,585 000000002fdd5bcf00351859ca9d8a7c32a6d206ee681a821824e99905178830 1 0.00/1.00 vMB 0
44,584 44,584 0000000029c0cc4e5fd2fe15a7d0f913389f8915a17c5b3b32b214a68216cad5 1 0.00/1.00 vMB 0
44,583 44,583 000000001fa9356f89cf39f54634a3bf1c0ba8397714673bfa61ce44a110e358 1 0.00/1.00 vMB 0
44,582 44,582 0000000035794d7c50ac40685b307f92f185658029f42ef76b5069b9e8870ec5 1 0.00/1.00 vMB 0
44,581 44,581 000000000df659ef14881d26450da3f4aa68cd9611de36ef2dfade91ad2cc721 1 0.00/1.00 vMB 0
44,580 44,580 0000000003370537ac42b59fbaef5c4a8f1749a3de12a2cf20013a6f91804049 1 0.00/1.00 vMB 0
44,579 44,579 000000000d2d46753cb5e9c2543f710a5aa27dce3d26d505825e057b30fe87ce 1 0.00/1.00 vMB 0
44,578 44,578 000000000821837f8a032098a0b7eac9f0cf573d21a5600ae1145192c6d6b7eb 1 0.00/1.00 vMB 0
44,577 44,577 000000001cb7746986eafe204f948c423ce93489489d1689e3c79e480cd4acd8 1 0.00/1.00 vMB 0
44,576 44,576 000000002689c90d68b8148b9f1ac5ec6c82b18ccf6ae6b13fe6ea534a82cda4 1 0.00/1.00 vMB 0
44,575 44,575 000000000ace79896f897a0f4a1fe4bc92457f43e9f0ed17740407be87dcfeeb 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.07 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: 578.34 GB
    • Received: 8.74 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.