Loading Tool

Explorer IconExplorer

Memory Pool

40,902 transactions
25.83 vMB
0.05064330 BTC
Random Selection Loading Transactions
Max Size: 134.92/200 MB

Candidate Block

Mining Attempt 946525bea1aa061c62b33f5085313348745d3e720105d35be7560f36be8ba056
Version 20000000
Previous Block 00000000000000000000d8ba2955f02eb456e7c5acbac6935bbd800431352c76
Merkle Root f4b27261dd00763e2173cbe5a5efaffc6e770aeadb56ad6589bbb152af5fbcae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,574
Size: 1.00 vMB
Total Fees: 0.00386714 BTC
Feerates: 100.28 > 0.39 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,739 (576,516 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
338,223 338,223 0000000000000000098ce4b0e1992b2f75561adc9b9f866edb2a3c9d7013d67d 599 0.31/1.00 vMB 29
338,222 338,222 0000000000000000185636db5b6e2a5fffcedfcd0ab34bb51c2fa114af3c14d1 32 0.03/1.00 vMB 14
338,221 338,221 0000000000000000165ecbd638ec09226f84c34d3d775d34ca5df4abfa8cb57c 748 0.40/1.00 vMB 26
338,220 338,220 0000000000000000116e26581b6a09724e6036b15ec2aaf5dea12e6b4e9f3d78 422 0.35/1.00 vMB 17
338,219 338,219 00000000000000000fea9293beaa148424ebad2ac5bb2005dc862a75d6f94c8d 1,247 0.75/1.00 vMB 26
338,218 338,218 00000000000000000f8f3c6c8151d3d0a763a5cb37dfc0b003da37be0725ec63 1,378 0.75/1.00 vMB 25
338,217 338,217 00000000000000001a96e512b7c2c553eaae01b6bc0d847cc90d2510c7f408fb 799 0.38/1.00 vMB 26
338,216 338,216 00000000000000001902bfeb63386276daf8d5c58f6d2265fadc0b2cedf2f5a3 383 0.23/1.00 vMB 22
338,215 338,215 0000000000000000163eeac0a0ac5af8d4d375c79042b20713860fffdeac9f7b 1,103 0.62/1.00 vMB 21
338,214 338,214 00000000000000000f832cf9736bb6dbdce1c0d113eacfad4400c71d82a065d6 459 0.19/1.00 vMB 34
338,213 338,213 00000000000000000cfb4025e5e255581410216aa83c53fd1dc049993ea111f4 1,132 0.50/1.00 vMB 30
338,212 338,212 00000000000000000a8be93c0b260c0e7bfcb20eb6951a96cdf87460b7664f6c 4 0.00/1.00 vMB 13
338,211 338,211 00000000000000000bf1dbf4d40c83a2991e450445a2fc5a74c289a8d2791a34 823 0.43/1.00 vMB 32
338,210 338,210 000000000000000003419c9529047b8cfa88ea3c38c239a92d2c8f3b8df920fa 1,502 0.75/1.00 vMB 28
338,209 338,209 00000000000000000e7923071950394a3ac3b75ae92b11764a16b9c442769240 118 0.10/1.00 vMB 11
338,208 338,208 0000000000000000053f4302214c5bba718a3680df951d159412bc3fee19f2dc 668 0.42/1.00 vMB 23
338,207 338,207 00000000000000001a3cc3d5adc241ddbf7cd205b86bbd1bf6b87acca7a7aaae 81 0.08/1.00 vMB 11
338,206 338,206 0000000000000000162ea15e51fc6a80915058b2f964ef7d0bd49d2231031cd2 442 0.22/1.00 vMB 26
338,205 338,205 000000000000000002f2c17f9938f495c79c9b86e9fef2cb16b86000e2867683 370 0.20/1.00 vMB 70
338,204 338,204 000000000000000011cca9d78556bffbb3c246887ef4e931e4584b37738cc4b2 348 0.15/1.00 vMB 26
338,203 338,203 00000000000000000f8f27efbddb05d3acb236c0204bd630f049365a152727f6 409 0.23/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 781.93 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: 646.27 GB
    • Received: 12.83 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.