Loading Tool

Explorer IconExplorer

Memory Pool

49,206 transactions
29.82 vMB
0.09638421 BTC
Random Selection Loading Transactions
Max Size: 158.89/200 MB

Candidate Block

Mining Attempt d3a55726d5000140994131fb57f8e760a7a4e353d711fc4b7cd6d2390e28da49
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 1564c594d95506c2cfde3424d9b9cff4f163c0f2268f7b0b899ce7660f0ab41a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,228
Size: 1.00 vMB
Total Fees: 0.03275631 BTC
Feerates: 150.68 > 3.28 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (52,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
862,234 862,234 00000000000000000001659f0f22cc04f1a24960aef58ef3fb95f66a2e3e4d46 3,522 1.00/1.00 vMB 3
862,233 862,233 00000000000000000002d9f6004d599307390292f74d1fce5cb25dbb70798262 3,031 1.00/1.00 vMB 7
862,232 862,232 000000000000000000027c26e84ab70faf881d81cd22a1dfbe9893a98b33bff7 6,076 1.00/1.00 vMB 2
862,231 862,231 00000000000000000003026d05990c37859eba0fdda4bcf26d8533efe1ceeaaf 4,343 1.00/1.00 vMB 4
862,230 862,230 00000000000000000002258c565ff814c0480f4ab61ae0ac3e214e33e6c7f2a4 4,114 1.00/1.00 vMB 6
862,229 862,229 0000000000000000000061d26dcccb08025cd0e4f409f29b74061dadd7435691 4,660 1.00/1.00 vMB 4
862,228 862,228 0000000000000000000170694197482b837b7e05534a135f2476bf9fec5a6949 3,764 1.00/1.00 vMB 5
862,227 862,227 00000000000000000000b30fbf079d90b1ac6613277c8369987d5b591499e7f0 5,226 1.00/1.00 vMB 3
862,226 862,226 0000000000000000000139bdc6248173a34be9993c8835b381854e0578112cd8 7,029 1.00/1.00 vMB 2
862,225 862,225 000000000000000000029f33b744ba72e5a4fec8d7f1fb85932cc7290239d7f1 6,892 1.00/1.00 vMB 2
862,224 862,224 00000000000000000001bd2d1c38c116068e1328a8ad15b3432638e715ba39f5 6,350 1.00/1.00 vMB 3
862,223 862,223 0000000000000000000113c8789d94e746f37fea83ccced7d40c1d94fa734604 4,557 1.00/1.00 vMB 3
862,222 862,222 000000000000000000022e555d13c1932a2107e8bb289a4c26dd46bbea8e1af7 1,332 1.00/1.00 vMB 3
862,221 862,221 000000000000000000011cde00ad3f9b8d57f8e744a2497e2086891827e79f5a 940 1.00/1.00 vMB 3
862,220 862,220 000000000000000000008e5810d6e06283f63cf28283d64da2b9145b8e4877c1 2,123 1.00/1.00 vMB 5
862,219 862,219 00000000000000000001418310a4a715ed7cea5109997be8eefa01ae19628558 7,494 1.00/1.00 vMB 2
862,218 862,218 000000000000000000028f71457b39297411e10a897e9c3e0ccf92f973b0cc21 2,841 1.00/1.00 vMB 5
862,217 862,217 0000000000000000000272afb8c66636465f48eb8c3a1459ef68d10a51be62c3 7,397 1.00/1.00 vMB 2
862,216 862,216 00000000000000000002c15884038e306823bafa9723cefe2110c94f95ac0707 6,620 1.00/1.00 vMB 3
862,215 862,215 00000000000000000000bafda49d5a26accee9159bb961894b24169216d6eddb 3,633 1.00/1.00 vMB 3
862,214 862,214 000000000000000000027b6a0b13c5b0e591cdab8d1664ec9ac24f556883fd7c 6,033 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.