Loading Tool

Explorer IconExplorer

Memory Pool

34,348 transactions
25.43 vMB
0.06903894 BTC
Random Selection Loading Transactions
Max Size: 129.38/200 MB

Candidate Block

Mining Attempt 9b7bd509cf3f972cba45c081ecd5c720674d2a9c8e68dab3ebb1183475f2b89e
Version 20000000
Previous Block 000000000000000000018a7c9c67def46f0c877c4aaa1e2e54a892d9cd10acb4
Merkle Root 08e71c755b66d463995dca489a77e37cd6894a00f48246e2690e734a1b02c220
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,924
Size: 1.00 vMB
Total Fees: 0.02301335 BTC
Feerates: 151.12 > 2.31 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,690 (362,182 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
552,508 552,508 0000000000000000000214cbdd654fb64d013fe50e5b36fd147eb768e7f9f8cd 2,164 1.00/1.00 vMB 43
552,507 552,507 00000000000000000028fcb3f54eba5406333a6d1574ea53f683711e4836ba04 990 1.00/1.00 vMB 46
552,506 552,506 00000000000000000021fedcdb6833d398153ae5cbe17dfa539f6845d71ba9fe 1,170 1.00/1.00 vMB 70
552,505 552,505 0000000000000000000b2203eb5d67306389ba1e45b71283b7b6d0586279f57a 2,319 0.91/1.00 vMB 34
552,504 552,504 0000000000000000000923a7f71b0b853a43cd28376ef246bfede5b0ab4eea43 2,381 1.00/1.00 vMB 21
552,503 552,503 0000000000000000000620df799e025c8080116e6658d1f144fcee8ae4d7767a 2,669 1.00/1.00 vMB 7
552,502 552,502 000000000000000000119e22be9281aa476c9e491c66a39cd902a4f79b5eaa26 2,652 1.00/1.00 vMB 9
552,501 552,501 00000000000000000025c0e2e316bb60dd356f8e893627c782e6eb0b85c31ccb 2,637 1.00/1.00 vMB 34
552,500 552,500 000000000000000000123ab0f38005ed0ddfa3506f956e662fe436de35176d66 2,312 1.00/1.00 vMB 35
552,499 552,499 0000000000000000000de6c38b5661f2e0c81381d631365cad671a28c53f8a36 2,219 1.00/1.00 vMB 14
552,498 552,498 0000000000000000001da8b7303ef1a59ae1ab3b39e4bf17576adb757f8ac999 2,591 1.00/1.00 vMB 14
552,497 552,497 0000000000000000001e3321eb4849e7d0833543bb3f23594e46edd02bbbe313 2,622 1.00/1.00 vMB 24
552,496 552,496 0000000000000000000d599e43022b47b00c84cff5f92eff3f633e2d9535bff8 2,801 1.00/1.00 vMB 17
552,495 552,495 00000000000000000020934717895f5196fb94570b5f243395dd9b78492aa6e7 2,668 1.00/1.00 vMB 33
552,494 552,494 0000000000000000001f47b78ed61a788f3af36b0a2ca4357ef7392ee0c4847f 1,861 1.00/1.00 vMB 21
552,493 552,493 0000000000000000002d91fc2bad80849fcaf48dffdd90fbcb84410269d12d26 2,373 1.00/1.00 vMB 35
552,492 552,492 000000000000000000173af017040aa7ebd81c1fe22e3ca0900eab921ffff483 1,676 1.00/1.00 vMB 30
552,491 552,491 000000000000000000284a032cb1fb13d53e3bf50d444c152456ed966ed3a41b 975 1.00/1.00 vMB 21
552,490 552,490 00000000000000000022d9ecb13d0f74a65564c40726aa94145d8a8e6074f530 2,161 1.00/1.00 vMB 22
552,489 552,489 0000000000000000001707d04fd2b036af5da0a2dbd9e55e32f302f6c488233d 2,751 1.00/1.00 vMB 29
552,488 552,488 0000000000000000002f2b2d3df9ebd731fa0fa6622530f0ecf9986d355fead2 2,522 1.00/1.00 vMB 23
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.62 GB
    • Received: 12.43 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.