Loading Tool

Explorer IconExplorer

Memory Pool

86,596 transactions
31.80 vMB
0.10835332 BTC
Random Selection Loading Transactions
Max Size: 194.77/200 MB

Candidate Block

Mining Attempt 57f07f6c47a0e444522845bf4e1afc123b21bef9648154a2227a088f75c9a9fa
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root b743b5083fe0ae5a5dec468f7c608beafcb06c820e46f7e30876d2384e102b4c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,877
Size: 1.00 vMB
Total Fees: 0.02786624 BTC
Feerates: 1,236.26 > 2.79 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (346,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
568,648 568,648 00000000000000000000f9e7a84703d8b4d752123c2f81e4f264584234302337 743 0.25/1.00 vMB 14
568,647 568,647 0000000000000000001f0fe8e7a5a278407d3ca10e8351b0c9e698880fe442e3 1,784 0.58/1.00 vMB 20
568,646 568,646 0000000000000000001b3f358e9bf87f90268d7d1363ed5fc9ac6652d257a5ce 120 0.04/1.00 vMB 20
568,645 568,645 0000000000000000001fdbdae3b58efbaf205fe6afa09d1993c6cb347e447be0 140 0.04/1.00 vMB 20
568,644 568,644 000000000000000000035a211f0791cbdf021a4be4c3eb2eb586334dd467067d 676 0.22/1.00 vMB 16
568,643 568,643 0000000000000000001b9f1f310178e0a7c238dd995d188e4411c506ce592ef4 1,507 0.53/1.00 vMB 14
568,642 568,642 0000000000000000001b7234e83ce8d6f4a905109ab4e57c791386092939015d 2,222 0.96/1.00 vMB 2
568,641 568,641 0000000000000000002a3a932dfc8aef704f190360ce42f50cf4c9065fd91cc7 2,937 1.00/1.00 vMB 10
568,640 568,640 00000000000000000014aa1cf63c809f1a32a7da8662928b0c40e6b7842beaa1 2,115 1.00/1.00 vMB 8
568,639 568,639 0000000000000000000e656f7f09ec9cef8da0ae7e9a2981d7a1d29b856b2124 1,851 1.00/1.00 vMB 14
568,638 568,638 00000000000000000018bc8390756015d59355e5ce805fcfb5f945a47d123aa6 2,153 1.00/1.00 vMB 20
568,637 568,637 0000000000000000001e8f101b17c6a77ca35770805bdb5bea4d57e39472e375 3,170 1.00/1.00 vMB 28
568,636 568,636 0000000000000000000586652de7875a43e0fdfff6586198ad1432e57cbfca9b 1,653 0.71/1.00 vMB 13
568,635 568,635 00000000000000000029cc9c02e65d40845d769222e1a8c4198f545c5a8531e0 165 0.07/1.00 vMB 11
568,634 568,634 0000000000000000000553adfbb183249f7a7207ea593fe238000ba352c66b76 2,082 0.77/1.00 vMB 13
568,633 568,633 0000000000000000002c13b903ee17286633cfb5e6dd7c96152f0fcfc8a4cd24 1,190 0.42/1.00 vMB 10
568,632 568,632 000000000000000000168a3b7762ad9e004f3ca0fb1a623ee78ccbc519c40d24 2,683 1.00/1.00 vMB 11
568,631 568,631 00000000000000000013e6e8fabc708141495c4e0d0913d1697243bb5cf02452 3,243 1.00/1.00 vMB 22
568,630 568,630 000000000000000000061d5ccb691cc62f6e63c5d8031ac3aadbe82834bb0638 1,883 1.00/1.00 vMB 4
568,629 568,629 0000000000000000001b5e19d8c558dfd171b96c94bdbb1e5f7a548ee6fe45bf 2,675 1.00/1.00 vMB 21
568,628 568,628 00000000000000000028259f16928ac82a1cc47a7bcc995c7701c5c76c1bfdde 3,241 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.