Loading Tool

Explorer IconExplorer

Memory Pool

29,009 transactions
25.94 vMB
0.07298538 BTC
Random Selection Loading Transactions
Max Size: 128.15/200 MB

Candidate Block

Mining Attempt aeccdc17260cd61b70e416cfd4207ba7221dba070677b5c6d5250416b2fdcbe7
Version 20000000
Previous Block 0000000000000000000088eb0f120f975e57ee7b05837846c83d2c87324a46fd
Merkle Root 15f7125e15bc913d479193462aafde13295cb3b1d7e33830412882a6833928e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,579
Size: 1.00 vMB
Total Fees: 0.02495445 BTC
Feerates: 502.67 > 2.50 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,242 (877,757 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
36,485 36,485 00000000ab27ddd25939ef2442458c9598041cd740cdb3df2c398dc0443b991a 1 0.00/1.00 vMB 0
36,484 36,484 0000000069d2c979d4131724779ebd67c38024814631c607ce8e0b7cce9bfb25 1 0.00/1.00 vMB 0
36,483 36,483 0000000055fab35507dc9176eaf52b89ae2e27eff482f10bf402e60aed32172f 1 0.00/1.00 vMB 0
36,482 36,482 000000006e0fd8956b9b5e554107991448df83d7ead44c298e01721b724c73da 1 0.00/1.00 vMB 0
36,481 36,481 000000004eae538daffda2ed1d5d5ac6a205e2a5ab36cbc7448e5e431c970220 1 0.00/1.00 vMB 0
36,480 36,480 00000000086367a2baaf1256592793eb91e1d16adc03c416a0cb6245bb1117e7 1 0.00/1.00 vMB 0
36,479 36,479 000000002be5d9c0ef62fa80da27bf8885a722c09fab6a2be48d14aa41935f89 1 0.00/1.00 vMB 0
36,478 36,478 000000002f487cf11e62b523914408f159be4731b9a0e79db5edfc7c8e8d227c 1 0.00/1.00 vMB 0
36,477 36,477 0000000074983306f926e0f1ac17472f02b68ed2eaf9e12182f893781f85f059 1 0.00/1.00 vMB 0
36,476 36,476 000000006ea985eeab800f1c9ffe63d459fbfe922d967fe01766e130ac8d28ee 1 0.00/1.00 vMB 0
36,475 36,475 000000002e7c031b76cbf62496818bb7d9bff1278c6a1d4752a86f65a3afca92 1 0.00/1.00 vMB 0
36,474 36,474 000000008288f5234518f1b08e2f9ccedd3efd3b1c824336d6385d6543e62dba 1 0.00/1.00 vMB 0
36,473 36,473 00000000678bca4325730ba5d10917df8175a3f3a82ac2d20ddcd2eeeea2d2d4 1 0.00/1.00 vMB 0
36,472 36,472 000000005ed5e1e7e63ab7e1a4578fa295ba2b36ebbc4614935b0e5d9314c9de 1 0.00/1.00 vMB 0
36,471 36,471 00000000807abb23527f4135b6ebc540b2fe1cac61578ed3a0d9376e53081d67 1 0.00/1.00 vMB 0
36,470 36,470 0000000052fd3c69ae0e92af67d1420257ac552ebe8cd0d3b1538d60e3497bc5 2 0.00/1.00 vMB 0
36,469 36,469 0000000026d242145a620e5d776da9c43debe285fab21b567cde48dc841a0364 1 0.00/1.00 vMB 0
36,468 36,468 000000006e9d093fbce6279d4c284878587ed91882db66be17c59a19475a1b1e 1 0.00/1.00 vMB 0
36,467 36,467 000000000d226cf47bb72109ab209237fbbec22580c5ba0e5542096d710365e2 1 0.00/1.00 vMB 0
36,466 36,466 00000000710946bc8c0aba7d1a25cb112fe94dcdba5cd043ba35275fbb306a20 1 0.00/1.00 vMB 0
36,465 36,465 00000000a4ef65f30cc88ab8d28e67f45634d3eca238bd8b2035794972e362e6 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.02 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 576.38 GB
    • Received: 8.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.