Loading Tool

Explorer IconExplorer

Memory Pool

72,215 transactions
23.56 vMB
0.11882681 BTC
Random Selection Loading Transactions
Max Size: 148.89/200 MB

Candidate Block

Mining Attempt 29d11f0fafac52d05c94a2373b968a472ca2f6a309ad80a1a4f8b6e7f48124c5
Version 20000000
Previous Block 000000000000000000010b2c16d60c0ca28cd48e438bbf0324ae96f9c29fef4c
Merkle Root 00d9ed8a7cfb8ad38089d59d91b31aca53e6eb9f26855ca55df02c4cb8181720
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,013
Size: 1.00 vMB
Total Fees: 0.04536334 BTC
Feerates: 318.30 > 4.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,665 (853,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
61,757 61,757 0000000000a906b06593bc98bf2cb9e10c518e53c592067adb5ed6380c089e22 1 0.00/1.00 vMB 0
61,756 61,756 0000000003378418f8f3528ef857f5c1589ce800459606f63d2576bab80e6856 1 0.00/1.00 vMB 0
61,755 61,755 000000000c219c78078b3586678cd7a0c6e3e3949f8b0c6b42887e299e1dfa0d 1 0.00/1.00 vMB 0
61,754 61,754 0000000001ab0bd324a44a7a0e5dfd6aa085267d16349a52e29f4d88cc2d4ae4 1 0.00/1.00 vMB 0
61,753 61,753 000000000c03c807f6c6eafb793cc5e7b874c9119f37751b558b81d21be5c904 1 0.00/1.00 vMB 0
61,752 61,752 000000000ab68a202417b7e26d2930c65e09ea8dcb010572784515ee0256b599 1 0.00/1.00 vMB 0
61,751 61,751 000000000e14bd67767600b30f2cb3c6722837f7ea8ca6acca1b86bb49af0636 1 0.00/1.00 vMB 0
61,750 61,750 0000000007a2436985a38cec38e874d052e6b25661b9f0e95f2490b70e5d90cd 1 0.00/1.00 vMB 0
61,749 61,749 00000000027388d491c19bbfd2d8948196f62b86dcd637e96d911c022fd0b7d3 1 0.00/1.00 vMB 0
61,748 61,748 0000000000c5c1820c5992192f25a6bded2d533c6b213ae0c0a08e052f9ebc61 1 0.00/1.00 vMB 0
61,747 61,747 0000000009e8e6c7963093fbd7af238df9d0c8b35bb983d2e5860229c4a52218 1 0.00/1.00 vMB 0
61,746 61,746 000000000d97ff255dcdae41f6594be9251a56c3f243cf3526f1a7f7c487ae9e 1 0.00/1.00 vMB 0
61,745 61,745 000000000b2d6c11ef380d94d30372553d4857468ae847daa203ba590ceda324 1 0.00/1.00 vMB 0
61,744 61,744 00000000037082d234b3a07260c93a31cc68ae54a2fdf77fa97bb356af908800 2 0.00/1.00 vMB 0
61,743 61,743 000000000834e0c83359ec1287458e3116787f2b900a52e9b641f152695c275e 2 0.00/1.00 vMB 0
61,742 61,742 00000000051cc645601d52811d9268f372fbbcfd923be5007890deadcf127ac5 1 0.00/1.00 vMB 0
61,741 61,741 0000000000716b5795c6a6ec4fbf56b0a213dbab297040dbc14408b1f989e088 1 0.00/1.00 vMB 0
61,740 61,740 0000000007905c57f33e5045ff098e1f6d3952be613811bb6636421bf9d662b0 1 0.00/1.00 vMB 0
61,739 61,739 000000000457bbc848602ac2741c860163b1e3288f9f3f2aad004c3f80594854 1 0.00/1.00 vMB 0
61,738 61,738 000000000b9d787fd1ca6dbe76d21f903e8718b9906e43fd7fc3fe29e9e05f46 1 0.00/1.00 vMB 0
61,737 61,737 000000000493415cfe9193f92dcfe4c4f18dd270eae67d8b472e6653b43075b3 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.54 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: 773.93 GB
    • Received: 20.61 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.