Loading Tool

Explorer IconExplorer

Memory Pool

85,667 transactions
31.97 vMB
0.12018684 BTC
Random Selection Loading Transactions
Max Size: 195.71/200 MB

Candidate Block

Mining Attempt 069a967dc831bbfd1e8410c5b494f034e8b21de9e99bb1d036fe55e61ecc57c7
Version 20000000
Previous Block 000000000000000000007e377d6e096ae0ae208e7c56eca1526c4517ce45359d
Merkle Root 0eab34dbf5dac1f88d577e4eed0af0bedfbfc5317929d0d98a39039077e89f33
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,543
Size: 1.00 vMB
Total Fees: 0.04109535 BTC
Feerates: 299.70 > 4.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,225 (109,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
805,846 805,846 00000000000000000003814d9e2b3e5ffcf02d3f021753644c3240357b09845d 5,110 1.00/1.00 vMB 11
805,845 805,845 00000000000000000004c9e55bc79c14918f8f0439d4b11e5929a4c5a0011f5c 4,661 1.00/1.00 vMB 10
805,844 805,844 00000000000000000002c1d4d6ad094a3e357dd58c3ef98109e5e91e1fbbe997 5,108 1.00/1.00 vMB 9
805,843 805,843 00000000000000000004a23dfe95a0136482b577c8d8b009794c80ae26cde0f9 4,511 1.00/1.00 vMB 10
805,842 805,842 00000000000000000003033443802bf54f1819d3d1d1ffab80e52a07736478c7 4,973 1.00/1.00 vMB 13
805,841 805,841 00000000000000000004d3aa8b69b4e02dff092b67e0fd5479551ab245897ccd 4,319 1.00/1.00 vMB 9
805,840 805,840 000000000000000000028301ab315384580741609413959ff61b87ff3ab95dc6 2,556 1.00/1.00 vMB 18
805,839 805,839 00000000000000000001b4f11b1abcf5519a8c5cfcc0caf2d0a2cba73185d37f 2,123 1.00/1.00 vMB 11
805,838 805,838 0000000000000000000215b59aaf60c84e753962f0d46daff813386157f29e7e 2,525 1.00/1.00 vMB 15
805,837 805,837 00000000000000000000cf1689a654609ac821c350d401ec3475164c3325eb8c 2,810 1.00/1.00 vMB 23
805,836 805,836 00000000000000000003f9422d4b8e9ccdf160e71848ad6e46836c5d80c0f11f 3,080 1.00/1.00 vMB 10
805,835 805,835 00000000000000000001f47f2530d7edc809b89dfe0d53f566294e1f9e5a12ac 2,857 1.00/1.00 vMB 20
805,834 805,834 00000000000000000000b06347530c788bfce2ea4d4cc6612d11adeb408c0c4c 6,618 1.00/1.00 vMB 9
805,833 805,833 00000000000000000001c59c8fc1ef781b2b6ee5d0737f5f03973b7e74bf6550 2,002 1.00/1.00 vMB 14
805,832 805,832 0000000000000000000463364ddc12a2a6f7bb5b94abc3395bc8d689298c8e74 4,827 1.00/1.00 vMB 8
805,831 805,831 0000000000000000000123dfcd75f0a382f3196b0a2167f4232d556baeb9d594 6,785 1.00/1.00 vMB 10
805,830 805,830 0000000000000000000089c799ad1498d545008e4f7cc24422c2163cf0e70250 3,405 1.00/1.00 vMB 11
805,829 805,829 000000000000000000029ab692f9f90595c215bbec6b4f6fb9c6823366e57fb1 3,841 1.00/1.00 vMB 14
805,828 805,828 000000000000000000029bca3a72dde85f790005ddd4915ccd0771247294bff2 3,262 1.00/1.00 vMB 13
805,827 805,827 000000000000000000005629209a3bd4b99bb7b00889bb49a0546ae308fbb30f 5,224 1.00/1.00 vMB 11
805,826 805,826 00000000000000000004a1d054066508738dc9174733ff6899ece69277541998 3,599 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.78 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: 709.64 GB
    • Received: 16.94 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.