Loading Tool

Explorer IconExplorer

Memory Pool

75,851 transactions
29.78 vMB
0.09588153 BTC
Random Selection Loading Transactions
Max Size: 178.79/200 MB

Candidate Block

Mining Attempt c0620d262400b966e0ce01010a3e0d33eddbbdef80922c110a1415b27b74c387
Version 20000000
Previous Block 00000000000000000001dbb1d0c355245f3cf816e492d22c6348fbd464c36b26
Merkle Root ebc571dc3bbcde8b62949685c2d82ca8a9ee78c75013aa0d63a2a3bed77e8fbd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,366
Size: 1.00 vMB
Total Fees: 0.02555496 BTC
Feerates: 150.62 > 2.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,445 (844,293 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
71,152 71,152 0000000000f748f2fa1bdc55a4fa50b0d67dde57aa12750890116029483bc79d 1 0.00/1.00 vMB 0
71,151 71,151 0000000000c42c9ce72a1205fdab64ab8fedec498aec3bdc862fe4215ade4eee 1 0.00/1.00 vMB 0
71,150 71,150 0000000000318350b40fa50bb130f6bf5b38acf51d837d3c10f4ae9dab75700e 2 0.00/1.00 vMB 0
71,149 71,149 0000000000672eedafb716750e911e0f3fab6702876857a25180f971c031b258 4 0.00/1.00 vMB 939
71,148 71,148 0000000000dfcd0f67d733b034fa835ba5022db37035203bba799fe1d9d9a93d 4 0.00/1.00 vMB 1,416
71,147 71,147 0000000000500415d28d5ef07d2e5cc74a49ce4071054b23f8d80cf83d5032ac 2 0.00/1.00 vMB 0
71,146 71,146 00000000008ecbaf9109b055c08eb54d7ffa55f658061ef79d62e9880745bb93 1 0.00/1.00 vMB 0
71,145 71,145 0000000000d67d803e0c658766f6100ef237eeff76ecdbeb439b20e1deae1e33 1 0.00/1.00 vMB 0
71,144 71,144 0000000000a61e57ccd857031864a6bb743add4ab1d32ff0d494a831e08ebf25 3 0.00/1.00 vMB 3,883
71,143 71,143 0000000000e9a2f1617f404bf337fd4214d5a4dff935ba390bf78d59f98dbff9 1 0.00/1.00 vMB 0
71,142 71,142 0000000000db37d086d184922d0cdf9d2a211472a7efa295e1381a6b51cbeffd 1 0.00/1.00 vMB 0
71,141 71,141 00000000009685384e2408694f26159ce8874bdfee4eb2dab87846eea82658cc 2 0.00/1.00 vMB 0
71,140 71,140 0000000000930007632045319f3fc210838f2f8e3059366e06f7443242968c51 1 0.00/1.00 vMB 0
71,139 71,139 0000000000f051629834eeb62d91c6f283f05b8262d07d851e5efd88bf3005c7 1 0.00/1.00 vMB 0
71,138 71,138 00000000006f23135c2a5e35418786aed6c9cff493b1c560bf90cd63cafc3dc4 8 0.01/1.00 vMB 461
71,137 71,137 0000000000f35db264b3aa83d44060e51c3b95a6a95b27f8a7fa4ca535922715 1 0.00/1.00 vMB 0
71,136 71,136 00000000005b9e6202ce6d9cad33bdd943c0daca7b5e83da7f84e09dfd2ff208 3 0.00/1.00 vMB 0
71,135 71,135 00000000005530dfef429728969f8c77ec63e4b47add3f61874795f768cf6974 1 0.00/1.00 vMB 0
71,134 71,134 0000000000473f0b093c1b9a20134eac7ad830f0e2a7560710c6a9cada96101f 8 0.00/1.00 vMB 702
71,133 71,133 0000000000b8de45ac8e1e087bc1ca011863956ca1fd3c99875b901db8ab806e 1 0.00/1.00 vMB 0
71,132 71,132 000000000023a7fb73178f4ac939933b1c321a143ddfa3a3d3028428216d35db 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.17 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: 748.63 GB
    • Received: 18.80 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.