Loading Tool

Explorer IconExplorer

Memory Pool

78,571 transactions
29.33 vMB
0.08358985 BTC
Random Selection Loading Transactions
Max Size: 177.24/200 MB

Candidate Block

Mining Attempt 59ef934f4a8377ea1f634b1540b74b5cfde706acc91a26542baff139b9083685
Version 20000000
Previous Block 00000000000000000001f4b559d37e6ff387f62c9e7280040ea352cb9648bf8c
Merkle Root 0d02f47efaa8d6efb3da3b5d94c67b24b34ffe370eaab9284835f8df4699652a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,635
Size: 1.00 vMB
Total Fees: 0.02187864 BTC
Feerates: 95.73 > 2.19 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,161 (284,364 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
630,797 630,797 0000000000000000000d86ea6e64b7c13479b31847d4a1cf90dd485d254914ac 1,564 1.00/1.00 vMB 34
630,796 630,796 0000000000000000000994362c0322dc85d5a383bbda6110c7a2564f0fdc2e96 307 1.00/1.00 vMB 13
630,795 630,795 0000000000000000000e7b4f1bad375e8bc98536a123586e3ee3dfb07327d8a3 2,023 1.00/1.00 vMB 11
630,794 630,794 00000000000000000003e77ada0237102d30e0c9d1c796dd21ca552f8e419fbb 2,201 1.00/1.00 vMB 35
630,793 630,793 00000000000000000009bde9f44a3f292b4c03f23dc019ffd9129361145e65e7 1,949 1.00/1.00 vMB 119
630,792 630,792 0000000000000000000a0b4e726e6f4658be61225655cd1d26807c239c568e85 1,899 1.00/1.00 vMB 30
630,791 630,791 00000000000000000000ebca96fb1d3b827c258dcf6f6553dbaff8f938ff2f19 2,180 1.00/1.00 vMB 91
630,790 630,790 000000000000000000095a8ac092798b08f9380299743a14823de986dfe37cef 1,828 1.00/1.00 vMB 144
630,789 630,789 0000000000000000000449edda1543f4f518b1368b919ac28f385faad30c3544 2,072 1.00/1.00 vMB 148
630,788 630,788 000000000000000000035fecbbbd86a25a5d67697b972eaf7d95fd78c749a054 854 1.00/1.00 vMB 146
630,787 630,787 0000000000000000000484478600d7fdcde7c6edb8d73387f84d00f307b20adc 1,600 1.00/1.00 vMB 160
630,786 630,786 000000000000000000115ad762ed23e40cf485788aba8facd437b5b4ca258bc1 1,523 1.00/1.00 vMB 154
630,785 630,785 0000000000000000000145dfad248bac051ff54254a0090db10d5f0cf302428d 3,413 1.00/1.00 vMB 209
630,784 630,784 000000000000000000020ed3f3ac8118eafbcd0f6ef27f0a58b14a9f9ab8fdbc 1,929 1.00/1.00 vMB 148
630,783 630,783 0000000000000000000657d91fe837fe0f39159d2fe3672035a5f044d7118879 1,648 1.00/1.00 vMB 42
630,782 630,782 00000000000000000001eec8df3b70c99cd7a8c21b2e3cad100974695e10f6fa 1,595 1.00/1.00 vMB 87
630,781 630,781 0000000000000000000953e639e3389e43156e53b64a9d623dd8d41e14a91ae2 2,489 1.00/1.00 vMB 129
630,780 630,780 000000000000000000084df75d73caabef92f0295a7186395dd77576f965b78e 1,204 1.00/1.00 vMB 17
630,779 630,779 00000000000000000005f578024016a3ebf7fc65129a798f6a3f55274d3aca82 1,586 1.00/1.00 vMB 25
630,778 630,778 000000000000000000072b90ddf7557b5c324ae8b4c82a4b55b6f38ac1121281 1,703 1.00/1.00 vMB 45
630,777 630,777 0000000000000000000c889f114d02ccbacb2a7cf57be5457620f2fe14846da6 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.67 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: 674.83 GB
    • Received: 16.43 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.