Loading Tool

Explorer IconExplorer

Memory Pool

81,556 transactions
31.23 vMB
0.07748766 BTC
Random Selection Loading Transactions
Max Size: 190.00/200 MB

Candidate Block

Mining Attempt 9faf94c7627ec1b6be64227886808c29a9c43b1d270cb688859ad2a8316f9d09
Version 20000000
Previous Block 000000000000000000004b3e7e5aaeab111493f0d06b8a6f97fdb08081d0f764
Merkle Root 921e8afab20d58c0081b057c43827da5c4f4bdc569f73d4e8fe8d0f604f779d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,948
Size: 1.00 vMB
Total Fees: 0.01001024 BTC
Feerates: 100.37 > 1.00 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,197 (220,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
695,104 695,104 000000000000000000022336d0a5d2224ed2be8f50952c05dc6fd376337d09c2 2,163 0.77/1.00 vMB 16
695,103 695,103 0000000000000000000fe208a09cfd299c62fe4afc1fa83abd82ce0d3fa50c60 504 0.17/1.00 vMB 12
695,102 695,102 0000000000000000000bdc5c55a4a39e2aebc2c8b0a13d5effeaf405fe74ba06 353 0.10/1.00 vMB 17
695,101 695,101 000000000000000000095ea4093c60baa983972cddeaa538fee7ec203dad0c76 942 0.77/1.00 vMB 6
695,100 695,100 00000000000000000011f344af8f5bb505487b255ebd0cc199880c6377ea7e12 1,801 1.00/1.00 vMB 6
695,099 695,099 000000000000000000122b7d0d0c1bb302c1d51103735ea20767d8751ba6be85 1,515 1.00/1.00 vMB 2
695,098 695,098 00000000000000000008be4f3cea3745674e8b01dc79721ba65a81c383ba03da 1,775 1.00/1.00 vMB 4
695,097 695,097 0000000000000000000d18bb730251b02fa471376dc692ae66e55d5ec9d33c35 2,404 1.00/1.00 vMB 9
695,096 695,096 000000000000000000084b2c99f49c8a04b37516f7e50a0ed57a9ca016b19ebb 1,893 1.00/1.00 vMB 4
695,095 695,095 000000000000000000072ae52829ddd6bdfb83fa7723e10f27869e914ff9815f 3,055 1.00/1.00 vMB 13
695,094 695,094 000000000000000000113fc373d46ece61c5a9e89cfb2798170e720bcf3975af 3,110 1.00/1.00 vMB 27
695,093 695,093 00000000000000000010fc256f54f84ecee7e3cde46879797eaf6f303e30bbe9 2,708 1.00/1.00 vMB 13
695,092 695,092 0000000000000000000a6f0e90ddddf8192e12ac1f6a9b6090f3c30cb078daf0 3,187 1.00/1.00 vMB 6
695,091 695,091 0000000000000000000df72cad63bfd057a5d3bb7cac7877ab5471f310b52ab2 3,090 1.00/1.00 vMB 22
695,090 695,090 0000000000000000000bca89deea9ec6ff74e7171209af7d1ed05111ec0b1c7c 606 0.98/1.00 vMB 1
695,089 695,089 000000000000000000089d8c38eb3fc6f9088ad1799262b9824ad5e56b34cc38 1,975 1.00/1.00 vMB 7
695,088 695,088 00000000000000000005e446adc8295115556f5e6826dc4615d8c6b01ab116cd 1,732 1.00/1.00 vMB 8
695,087 695,087 0000000000000000000a94e7930067ba7f5f94b806c32c80d23061bdc184572e 3,166 1.00/1.00 vMB 15
695,086 695,086 000000000000000000045c58ec91d319bdf0536f18f0cca92dcd4d3aa8196950 2,749 1.00/1.00 vMB 13
695,085 695,085 00000000000000000011d4e5b1d1759f455875f46b1763497e2c1160681e6b9f 619 0.52/1.00 vMB 10
695,084 695,084 0000000000000000000b0c57090d007f08b56d8cf7c0cab89c61b91ecc98c866 1,812 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.73 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: 707.88 GB
    • Received: 16.71 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.