Loading Tool

Explorer IconExplorer

Memory Pool

35,350 transactions
25.95 vMB
0.06921668 BTC
Random Selection Loading Transactions
Max Size: 131.89/200 MB

Candidate Block

Mining Attempt d7ffed451356c038853607708f7d2f52db6dfe74520c09d91d7fe70a8773f04e
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root c4f5e52a5b1383fc77d3b7b1688754c7878a9d6e1d8cd0d01881c2d0d00246b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,603
Size: 1.00 vMB
Total Fees: 0.02154560 BTC
Feerates: 250.88 > 2.16 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (588,534 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
326,157 326,157 00000000000000001e3436820ad292db0a2c90ac4ffd1e1c97cf56cc80cb28be 1,068 0.62/1.00 vMB 25
326,156 326,156 000000000000000019a65a434b407d87a8909d8553f4d3ef5c5728216e33cea4 509 0.27/1.00 vMB 28
326,155 326,155 00000000000000000b27f4eae162f5ff59cf5f710be46cd3ee08087102b06f9d 26 0.02/1.00 vMB 13
326,154 326,154 000000000000000000da0dfa20ae257bc9683869a96889dc0ddc741531de8227 434 0.19/1.00 vMB 22
326,153 326,153 0000000000000000157fec05c9fb76497086ce2c94153be6b7b66d2fa482f9b6 243 0.14/1.00 vMB 17
326,152 326,152 00000000000000001bb826285ffd19d98a14da579deafaaa7d3f0c77a9c0a54f 684 0.64/1.00 vMB 19
326,151 326,151 00000000000000000db45f19244c8189c6e612e37994d52db599d767c79fad28 772 0.75/1.00 vMB 19
326,150 326,150 000000000000000009bd1d4f5f23b8de7ea29e842cbe4b030b7adfdaf2bdc8da 958 0.75/1.00 vMB 22
326,149 326,149 0000000000000000177966ca1f581d8b68385f4159578c541d1d4fb31ad4dda4 355 0.68/1.00 vMB 14
326,148 326,148 00000000000000001e4118adcfbb02364bc13c41c210d8811e4f39aeb3687e36 1,421 0.75/1.00 vMB 28
326,147 326,147 0000000000000000053e2c62fc0e8e67cc1006bce8e1be1bc156a57276c1f372 474 0.24/1.00 vMB 28
326,146 326,146 000000000000000019e1e6f11bd989cbc76b905dbed469aaa276e157174adcb4 399 0.56/1.00 vMB 15
326,145 326,145 000000000000000011dcf7b5d3a5db1c47667308a1d9f694e7df46ccb35f9d2b 1,061 0.50/1.00 vMB 30
326,144 326,144 000000000000000003429bcd8d7149108c6b191a2047497cdcd4e24ce6999099 53 0.02/1.00 vMB 29
326,143 326,143 00000000000000000912413e190b1e8d2ca3e5deaef58b3153f29e3eae5e22ef 390 0.27/1.00 vMB 22
326,142 326,142 00000000000000001179132f9f8b0b5b74e242095ccd253c697a4d3736bd241c 163 0.12/1.00 vMB 22
326,141 326,141 00000000000000001a9bd8173e21e6c0fab18fcb2307a48b259a645cc542b28a 95 0.07/1.00 vMB 18
326,140 326,140 000000000000000005d0e5743f9a0bd6aaffb1465735ecc77bd5c2f58a78ffc5 155 0.08/1.00 vMB 30
326,139 326,139 00000000000000000b7aa53e36d2ab6cbfcf2cee3cbc47cb69af99fa1d87b7f1 564 0.39/1.00 vMB 24
326,138 326,138 00000000000000000a3d27cf265c5ec838d9400e144ce2fc293ebdb463b0bfb6 90 0.04/1.00 vMB 33
326,137 326,137 00000000000000001123b1baca6c065423e10ce1ea524f70f5a69cad9501d380 18 0.01/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 781.84 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: 637.82 GB
    • Received: 12.44 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.