Loading Tool

Explorer IconExplorer

Memory Pool

46,786 transactions
28.07 vMB
0.07729023 BTC
Random Selection Loading Transactions
Max Size: 147.78/200 MB

Candidate Block

Mining Attempt 06730b257d9be61e8bbb22de3719f7f68220ba7a336705e7b76c93f50ec2d907
Version 20000000
Previous Block 000000000000000000014dfbe7f39f88da835586e6043c860399950dddc4e4d7
Merkle Root 6e8268ee4e0e9edb529479bb2a149e164d0fe749dc51299448750a6e25649dd0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,207
Size: 1.00 vMB
Total Fees: 0.02318463 BTC
Feerates: 100.36 > 2.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,942 (275,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
639,604 639,604 0000000000000000000d0951981fa0ac5199934b77f05964a9b51d0f3ef7134e 2,427 1.00/1.00 vMB 61
639,603 639,603 00000000000000000005ea10d01c15d8b9b888529dd4a7cefe7342b9756e0006 2,441 1.00/1.00 vMB 72
639,602 639,602 00000000000000000008e86a6ba6cb45aaf8bb177011e047d1b547a1f5460d74 2,890 1.00/1.00 vMB 50
639,601 639,601 0000000000000000000a9e740c39f4162d9e922d8a63dc729bd7d218a3a01474 2,245 1.00/1.00 vMB 58
639,600 639,600 000000000000000000014865ddc3eb19b5dd8c0917de7e5f1c68809182160c26 2,632 1.00/1.00 vMB 75
639,599 639,599 00000000000000000006ca5f27b23d31fab1c52c92dc89383753c7a1abf317c0 3,050 1.00/1.00 vMB 84
639,598 639,598 000000000000000000092922b748b0f412833651f8fd2b30fd791eda1b07f5b2 3,018 1.00/1.00 vMB 42
639,597 639,597 00000000000000000005a6710312ab97297dc9364a35072315f14be5dd3cc239 2,097 1.00/1.00 vMB 40
639,596 639,596 0000000000000000001000d750692a10908620af19cc21409d3f84adca1001bd 2,740 1.00/1.00 vMB 53
639,595 639,595 0000000000000000000c4c0656039e34e81dc3c9802c3f06b8b9f654282fd589 2,710 1.00/1.00 vMB 33
639,594 639,594 00000000000000000003a41e6e0e08baec108bdfec104da1a4dc223471e609b5 2,341 1.00/1.00 vMB 21
639,593 639,593 0000000000000000000bbacaf19c258c4a4bcb2ceed36ad26c2d6f7bd5668a62 2,677 1.00/1.00 vMB 38
639,592 639,592 00000000000000000006d74ed331cbd7741aeb210a76a2522f7882b0bff29659 2,786 1.00/1.00 vMB 68
639,591 639,591 0000000000000000000e60180fb572465cc395b137ffb97abab240c666b6611b 2,872 1.00/1.00 vMB 86
639,590 639,590 00000000000000000003e79faa71c9e22ef942d69d1e20af10a374b821150d06 2,310 1.00/1.00 vMB 46
639,589 639,589 0000000000000000000cfa4d8da99a467e6e293cce8160ae04ef8a98b42717b2 2,352 1.00/1.00 vMB 71
639,588 639,588 00000000000000000004374f18276a2ac7efb160286c8206d84bbb3b050c4629 1,693 1.00/1.00 vMB 36
639,587 639,587 0000000000000000000427963dab9f02c312bcd3efcc5b01d41886988364980f 2,176 1.00/1.00 vMB 67
639,586 639,586 0000000000000000000025d2a5ef0864df18f8021c518ea53f80c9fc7d9da259 2,412 1.00/1.00 vMB 22
639,585 639,585 000000000000000000011e57839b2fa3f37fca4eddf8a72105ad1a6a2c5abbac 1,529 1.00/1.00 vMB 29
639,584 639,584 000000000000000000012078d8c956e9a658030abdb921a455fb444d080e1c7a 2,110 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.29 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: 657.05 GB
    • Received: 14.46 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.