Loading Tool

Explorer IconExplorer

Memory Pool

75,663 transactions
29.94 vMB
0.09526748 BTC
Random Selection Loading Transactions
Max Size: 178.88/200 MB

Candidate Block

Mining Attempt 931bc4c757de5e0171cf028546979524a05db8b4f288712a497b91636bc237b0
Version 20000000
Previous Block 00000000000000000001108cb958b997fbbda21703b73c8bc3a6f72862e5da75
Merkle Root f0428dfc61d35c985ed7599d2ed558b48c58e5855c7a09f671822e07c293e844
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,710
Size: 1.00 vMB
Total Fees: 0.02325757 BTC
Feerates: 100.00 > 2.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,446 (844,292 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
71,154 71,154 0000000000dfd140c0a7d8bde0169ddf345db6f13fd7535659903b6c65108aa5 2 0.00/1.00 vMB 3,861
71,153 71,153 000000000028de060d8b3754cedb8c185dec042585f445277f9f1a8f72e9f832 1 0.00/1.00 vMB 0
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
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: 749.32 GB
    • Received: 18.82 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.