Loading Tool

Explorer IconExplorer

Memory Pool

78,349 transactions
29.81 vMB
0.07420983 BTC
Random Selection Loading Transactions
Max Size: 181.76/200 MB

Candidate Block

Mining Attempt 695237ab2ff5eb907e80a332b94c2ed6ff4cce7111d3c30671a146987c1d2ce6
Version 20000000
Previous Block 00000000000000000000f93cccf65ba1bb0d36ddbb9079a10905fd5e8bbf112f
Merkle Root 33d693076a159bce6f7a65c5d230e37bbf157695613bf3641610688d8dbebf3b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,942
Size: 1.00 vMB
Total Fees: 0.00716561 BTC
Feerates: 73.20 > 0.72 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,371 (477,216 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,155 438,155 0000000000000000033441524c28bdd2da84ebc87e9667310f85d9d8ab46d811 651 0.31/1.00 vMB 57
438,154 438,154 000000000000000003711f1d48452d98a1b4986a55dc434c6dc80a917e0ba89c 1,803 0.99/1.00 vMB 46
438,153 438,153 00000000000000000061fd58a7dbdf1ce21efe47c7ef308590424c37393de03e 2,880 1.00/1.00 vMB 79
438,152 438,152 000000000000000000ea52d60cfc838f6f0160ea0667e071ec2f2b595619893e 2,309 1.00/1.00 vMB 69
438,151 438,151 000000000000000000436614f7bbe25339177cbb3fc0463154ce0e2effe24c50 350 0.17/1.00 vMB 63
438,150 438,150 00000000000000000340f08517858ce09660a34c1bbfeb018664cbc769679ec3 1,529 0.71/1.00 vMB 63
438,149 438,149 000000000000000000919d34d5207c7b41b070fda430f60b72f32990a8fb2cbe 1,573 0.67/1.00 vMB 67
438,148 438,148 000000000000000002e1fa806532c254f662ebeb512c3a3f7a70c48a2d88606b 762 0.35/1.00 vMB 60
438,147 438,147 000000000000000002d0c0c135f4d8ae59a18a6948ffba598cc6ae9e8c54b84c 917 0.98/1.00 vMB 23
438,146 438,146 000000000000000003ca190807823b66bbcdda3c2888dd88ffa2581606ffd4f7 1,589 0.87/1.00 vMB 57
438,145 438,145 0000000000000000008feaaeab5dc87f405c995cb9acc5d77361e68eeaf49795 380 1.00/1.00 vMB 27
438,144 438,144 000000000000000000573b4f5da1df53af0fee4908f780f3a3cd4a0a6b606ebd 562 1.00/1.00 vMB 32
438,143 438,143 00000000000000000388c557d3a484746b23f0511a514a2153398dafc9c9dcd1 1,814 1.00/1.00 vMB 54
438,142 438,142 000000000000000002de55b0a0d30817311b3339b1caaac7879a82bb18121e6e 1,758 1.00/1.00 vMB 72
438,141 438,141 00000000000000000143de6c240cda0719fb1116bbe1c9fadf22803e6a3e75a1 1,650 1.00/1.00 vMB 38
438,140 438,140 000000000000000000708055356a2ee1218835049cde75e13f384bcb8c0b2d7a 2,468 1.00/1.00 vMB 57
438,139 438,139 00000000000000000159c9cb7dbcf83efe908b5e2d142c047383f6905314ebbe 2,112 1.00/1.00 vMB 55
438,138 438,138 000000000000000001c7135840df2812ac9322304e418eb803317ce3b413e4a0 2,787 1.00/1.00 vMB 97
438,137 438,137 000000000000000004222c9fc9a2d1fd5b01a8b86fcfa1af9ebb5ba3b030674e 1,302 1.00/1.00 vMB 36
438,136 438,136 000000000000000001f1c83afbf6bef74362b7fff62879e4949826a10b366f1a 1,642 0.71/1.00 vMB 67
438,135 438,135 00000000000000000038a2fc6d0500aa8b11e962d98c9d00b8a702836479ac3e 1,784 0.85/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 783.04 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.63 GB
    • Received: 18.10 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.