Loading Tool

Explorer IconExplorer

Memory Pool

76,934 transactions
28.55 vMB
0.06344859 BTC
Random Selection Loading Transactions
Max Size: 173.28/200 MB

Candidate Block

Mining Attempt c1b0e42f83f246a1f7e59769bb78b8e970bc78e50da1081715dfcc74b448ffbd
Version 20000000
Previous Block 000000000000000000006b4c7bb2ab823a26bc3d3f20f2f0ec55782dada1c679
Merkle Root da728409f4125be09d57ad4dcf2bc0410081400edd8855bf232a2e6f2d9d6711
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,080
Size: 1.00 vMB
Total Fees: 0.00414816 BTC
Feerates: 40.21 > 0.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,104 (354,448 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
560,656 560,656 00000000000000000026b24c0222f880b007b6bf6229cdc88b1c538f23de24bb 2,056 1.00/1.00 vMB 8
560,655 560,655 0000000000000000000a78d9e0f741ae3ca74c8ae5ac04065650fb5943fe7787 2,207 1.00/1.00 vMB 23
560,654 560,654 00000000000000000021681b71a92663d8c0afc7f73e2da5a01a60879fdd5e4a 3,060 1.00/1.00 vMB 17
560,653 560,653 000000000000000000195d1fd08df1c3eb91b0b4a06b9d53d59d071a29a9626c 2,599 0.87/1.00 vMB 18
560,652 560,652 00000000000000000029ffa3b974570cd968fd9c76f599570e6761a88c66d2b8 2,381 0.83/1.00 vMB 14
560,651 560,651 000000000000000000231a328daa6e84567216cd328beed48aaf039b9c498be6 2,373 1.00/1.00 vMB 15
560,650 560,650 0000000000000000002dd73608ee1a7d2d267b67bab92e6f3b5646d5c5e4ac94 2,122 1.00/1.00 vMB 5
560,649 560,649 0000000000000000000ecda00e0748c201cc58a7adbdea2513da6a2262795e5a 2,706 1.00/1.00 vMB 8
560,648 560,648 0000000000000000001c119124eb25816ab599c2402ec4f9cc2b5750c565ce85 2,507 1.00/1.00 vMB 16
560,647 560,647 000000000000000000084c8387790a5aee34e5af7388d546b0e632fa5e6bdd04 3,399 1.00/1.00 vMB 39
560,646 560,646 00000000000000000028332ecf55021eec9df12c829ce8277843bd2542245176 2,687 1.00/1.00 vMB 8
560,645 560,645 0000000000000000002832de0176680824e8637dc18a0db326e89e1482900a22 2,564 1.00/1.00 vMB 14
560,644 560,644 0000000000000000002bb9b4184b8bf202169d24d90064ecae0b6a9d7a006db4 2,867 1.00/1.00 vMB 19
560,643 560,643 000000000000000000034cbbc06f0e138b3fcc83afacc99d6c9d790866f97956 3,227 1.00/1.00 vMB 19
560,642 560,642 000000000000000000046a796529ce34edf4080947ffccb2c8f52c910339cf31 2,737 1.00/1.00 vMB 40
560,641 560,641 00000000000000000012b10fac28f6ddac4f47c865e190bbe6b9bbe509039933 88 0.03/1.00 vMB 16
560,640 560,640 0000000000000000002e67c1d1afd9f33b5ae21deae5b29cf02a1c325f68023b 2,015 0.67/1.00 vMB 16
560,639 560,639 0000000000000000002f5febf5ff1a9d1117ec33cbd9c29cff8803dc2f0d0e2e 2,522 0.95/1.00 vMB 7
560,638 560,638 0000000000000000002466a0bf8fde39c9a555f577c688e45c8c2c956ce5cd80 1 0.00/1.00 vMB 0
560,637 560,637 00000000000000000008533c6ee3c4fbd1454471a70e9b450aff8fc751b4e956 2,541 1.00/1.00 vMB 18
560,636 560,636 00000000000000000008fcee5edd23c3ce68c53e918037333db157d7d63ee3e9 2,752 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.57 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: 671.10 GB
    • Received: 15.86 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.