Loading Tool

Explorer IconExplorer

Memory Pool

41,376 transactions
26.66 vMB
0.06249701 BTC
Random Selection Loading Transactions
Max Size: 139.25/200 MB

Candidate Block

Mining Attempt 4ec92256173b18d7e0266f97beb32cbc9a78aeaf86a204881e1f83c74bae5496
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root ee6a7867aa17d0b94208076812f74a51d81c7ca5bf0d1644959f0d74f5944462
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,966
Size: 1.00 vMB
Total Fees: 0.01330795 BTC
Feerates: 50.62 > 1.33 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (839,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
75,112 75,112 000000000045f1b3e5c24fd935c86b8930eaca66dd103f334ee6f6267d6ed645 7 0.00/1.00 vMB 0
75,111 75,111 000000000072b151d7627fe16a884880bda9eeedfec95dedce39ad228a737f64 9 0.00/1.00 vMB 0
75,110 75,110 0000000000196f8c424945eea60eba02a2cb991fc65e971efd2f90a46ad8c96d 1 0.00/1.00 vMB 0
75,109 75,109 00000000000d0a13b431c2397cf9049c4e85909f71166f75f2d3602a1aa10a57 2 0.00/1.00 vMB 0
75,108 75,108 00000000002f478bb110229044f755d539997520ec344ae24ec50d2a4eb2cee8 2 0.00/1.00 vMB 0
75,107 75,107 00000000003ec7b695ae0ad10eef73c84e822bdd67d7b0e87b30fe37791b54cb 1 0.00/1.00 vMB 0
75,106 75,106 00000000000463a33b66f9a22351e998f6e5c01e727234b1b1962856776540d3 4 0.00/1.00 vMB 0
75,105 75,105 00000000000d19ba364f6568135fd94d42f003e0ad272f3c5991e0560c3907b3 1 0.00/1.00 vMB 0
75,104 75,104 00000000005ddb686c68605f6e619df052a56a9702fe2665d34f4507926e97c3 4 0.00/1.00 vMB 0
75,103 75,103 00000000000342a8759ab3a4dd867b54984a54f472ec8431c1e0f70781ca012a 3 0.00/1.00 vMB 0
75,102 75,102 000000000012ec8564d6a29a8218e0f63844829313cf1b49c144dbd52d3e1e53 1 0.00/1.00 vMB 0
75,101 75,101 000000000040c86155db276e1d4ec239dd479df5828f8b415d4a9ae7adfa13e9 3 0.00/1.00 vMB 0
75,100 75,100 00000000004f128d1c105f90e315b6af2460f7c80f8df2217bccc7e7b79f862b 1 0.00/1.00 vMB 0
75,099 75,099 00000000000a943c242f650fc742c5a2fff04dd4e493426f31d5203e545c3e7a 1 0.00/1.00 vMB 0
75,098 75,098 00000000007e4d1ab6e969e21057f2367efa4170b2ce0b378c0b8043945c3969 2 0.00/1.00 vMB 0
75,097 75,097 000000000025e33e66a4ddb0dacf6a805b49ae5def4f7ad6981cf46daf440aff 1 0.00/1.00 vMB 0
75,096 75,096 00000000006a92bfd4f1df148c657d8ebdf2f017b78412cee864737755ad01aa 3 0.00/1.00 vMB 0
75,095 75,095 0000000000253a6a3c4fd3b87c0392c165218ea7e9b8bd220733ec7dc0bb5238 2 0.00/1.00 vMB 0
75,094 75,094 000000000015259c099039f450c252afc23b6a4f6148dfb04c608281472ac817 1 0.00/1.00 vMB 0
75,093 75,093 000000000028b087abc157e36f7cdac069473a90084665f22b1d3ea9edd3777e 1 0.00/1.00 vMB 0
75,092 75,092 0000000000040a861575bebc659a4060f7104b9ed7f34306eb73d05211988d73 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.22 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: 654.70 GB
    • Received: 14.16 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.