Loading Tool

Explorer IconExplorer

Memory Pool

35,621 transactions
25.51 vMB
0.05649215 BTC
Random Selection Loading Transactions
Max Size: 130.41/200 MB

Candidate Block

Mining Attempt 204e47a476bb403690659de3fbe5154dcc8fd26a7304e06ac17dd7c68f8503f6
Version 20000000
Previous Block 00000000000000000001e8574b0c11cdfe175c522ad4fe67fe83458fce5e8ea3
Merkle Root 44000c09fb8b8cd0a4fcf89471ec16159d53558602108fc79c4a5751f9acdebc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,086
Size: 1.00 vMB
Total Fees: 0.01011952 BTC
Feerates: 508.49 > 1.01 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,670 (907,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
7,668 7,668 00000000aa2ad049e5189761e4e1e1e1dfda226cc3ff615da71080edc896f0ae 1 0.00/1.00 vMB 0
7,667 7,667 0000000041904cbd0779990fc4403194e093447a18a7c5a7c2d820dbc2497c81 1 0.00/1.00 vMB 0
7,666 7,666 00000000eb1955ce14a5c2d9e3aca735de89d476b5028be84dff82c476563a40 1 0.00/1.00 vMB 0
7,665 7,665 000000008883d98fd3816ed207d7af28056083abb2edfe78f2f8ac1bccefdd97 1 0.00/1.00 vMB 0
7,664 7,664 0000000061371d1d2960260e545f235dd1d541ac0344c0b294f6fef9e4b9710d 1 0.00/1.00 vMB 0
7,663 7,663 00000000841f8dff7aa728b2d97e385fbba5b54e48be02a3da64041e63fc71d5 1 0.00/1.00 vMB 0
7,662 7,662 00000000ad9541c4e7e642c4ff2208bf2bf44aba0166b17763e1b438afe61ed6 1 0.00/1.00 vMB 0
7,661 7,661 000000000e6c383151952272004fa669ed3387b5fe8694d6032198b62d849d31 1 0.00/1.00 vMB 0
7,660 7,660 000000000e36a73d4f89659f60fb02e7d3785653cb561ec10dcf37c0a21f28a3 1 0.00/1.00 vMB 0
7,659 7,659 0000000032210a550a05eae0b103aaf0da198a49342fa9822378171b4dc959ee 1 0.00/1.00 vMB 0
7,658 7,658 00000000d431d2d4c83af8e071ddca5a02074f7efb1d5b53c6a9b4c406ec3797 1 0.00/1.00 vMB 0
7,657 7,657 00000000f68defbfbbf860c00270e04276060bed62344aa958806493cca61920 1 0.00/1.00 vMB 0
7,656 7,656 00000000a2a4f737e46722e45b28d84635999dfbf20e1a0d6b5a6cd31fa1fad3 1 0.00/1.00 vMB 0
7,655 7,655 000000004df2d7adb6472d8406199cbdf686225921a032f6df25517f28d3b5cb 1 0.00/1.00 vMB 0
7,654 7,654 00000000a1700a066730f138d4d2a456ff10fdd5ddbf721d78dd767d8a4e4348 1 0.00/1.00 vMB 0
7,653 7,653 00000000f5ae4cbc8185c894f38b43f5cc132b597e97a766b83422ccf50e3ec3 1 0.00/1.00 vMB 0
7,652 7,652 000000000c6055a27271753713a01cf4d039bde8378e3ea82400a3467ecb4f89 1 0.00/1.00 vMB 0
7,651 7,651 0000000000f4560350f9ca6adfe15b05fd4d06389f32b7a3b7ec2fcc85fae341 1 0.00/1.00 vMB 0
7,650 7,650 00000000b5e5bdc399d6cc3b4312dd0ccd2c686663a7aa337647772473bf3570 1 0.00/1.00 vMB 0
7,649 7,649 00000000f968a8fef2e92ef6296a62d6d7fb6219643a0aef3d95e9e26421c634 1 0.00/1.00 vMB 0
7,648 7,648 00000000149a05aa3aa2544993ee1e359683750df8ec055c183e749f452c1fcf 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.81 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: 634.89 GB
    • Received: 12.27 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.