Loading Tool

Explorer IconExplorer

Memory Pool

73,398 transactions
27.17 vMB
0.06196576 BTC
Random Selection Loading Transactions
Max Size: 165.94/200 MB

Candidate Block

Mining Attempt 180c8eb2550d4a6f179e50885753fbb91f093a407ea283dccf325e47837dd15d
Version 20000000
Previous Block 0000000000000000000066dca9fab24cab5c950c60583369c37db71a237ae64a
Merkle Root a97c3bee0a698f4b2cb69a8bd049b3eb458e786cdeee0c564bd2fcf3b5a12b64
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,903
Size: 1.00 vMB
Total Fees: 0.00432018 BTC
Feerates: 20.14 > 0.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,291 (244,692 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
670,599 670,599 0000000000000000000d14994f4adc70a9f1578bc80437a2eef504c752618cbd 2,874 1.00/1.00 vMB 76
670,598 670,598 00000000000000000006c355b2390f7ed4c0c8bacf4faf22dfd20aacee3e7998 2,626 1.00/1.00 vMB 67
670,597 670,597 00000000000000000006d9228442c502c8f08f868e3d2730472be4d535fa691f 3,072 1.00/1.00 vMB 47
670,596 670,596 00000000000000000004f5b15c3078d85e7c94cc1c0e8e351b58afcdcf822314 3,035 1.00/1.00 vMB 107
670,595 670,595 00000000000000000000b271f531f4b91ef2367eb9927a06821d79d0df94ec9f 2,515 1.00/1.00 vMB 99
670,594 670,594 0000000000000000000b72279e18e4eb4ed58f76bdea1813383c0f0833019e4f 1,756 1.00/1.00 vMB 134
670,593 670,593 00000000000000000006c147d05492d9029a430c5aad521d2e368b18d92e0096 2,653 1.00/1.00 vMB 111
670,592 670,592 000000000000000000074c5183f9dd22fdf0abccacd5a34228593d28da95ba4e 2,684 1.00/1.00 vMB 63
670,591 670,591 0000000000000000000c19d6169efb19a2a73a1bf8e63c2e86637214d9c151c6 1,948 1.00/1.00 vMB 99
670,590 670,590 000000000000000000049062c3f86f515cd73f28e0923bd5ea380879ee84439c 1,970 1.00/1.00 vMB 153
670,589 670,589 00000000000000000003d2d02981b35864af649c5f4da846c82423a366f923a7 2,005 1.00/1.00 vMB 162
670,588 670,588 00000000000000000006223af92770ce026e723c356032f050a5e8e4240f1ebc 2,191 1.00/1.00 vMB 88
670,587 670,587 00000000000000000007b8eab76718f89199cb87ae47cc10900d4f20f07e8a7e 2,654 1.00/1.00 vMB 114
670,586 670,586 000000000000000000022074c0a99387284fcf6a456dbfb716a08e720c001437 2,786 1.00/1.00 vMB 99
670,585 670,585 00000000000000000007b0a84529190524669b26afb2f9849a2c3c61c8825eda 2,692 1.00/1.00 vMB 112
670,584 670,584 000000000000000000050fa279174dcf023a69df766271c6b14aee34dc7572e2 1,387 1.00/1.00 vMB 147
670,583 670,583 0000000000000000000388b0cc935978429608448b9a904525ef118fa49f9ec3 1,425 1.00/1.00 vMB 86
670,582 670,582 00000000000000000004d23c1757e85b0ba7270ead6cc9c9891f10a0bc49a0bd 2,868 1.00/1.00 vMB 142
670,581 670,581 000000000000000000010a406ad5d4db146e7aafeab0fcae1feec0ac0dd68146 2,757 1.00/1.00 vMB 117
670,580 670,580 00000000000000000009e0b532bf3ff388c9d7c4489b0bcf2631f75195609c57 1,963 1.00/1.00 vMB 132
670,579 670,579 00000000000000000006accd0142f913ad07ba7d4a7e28a3cd1b942d4b0ab303 420 1.00/1.00 vMB 12
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: 114
    • 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.