Loading Tool

Explorer IconExplorer

Memory Pool

40,819 transactions
27.92 vMB
0.06378321 BTC
Random Selection Loading Transactions
Max Size: 143.32/200 MB

Candidate Block

Mining Attempt a092ee89675f9b2100e6f98241fda677e0b83bc13a0155977dea31f7a9c3ede5
Version 20000000
Previous Block 000000000000000000001575d499d27a6e9805527fd037e437eb755b38e6f4e7
Merkle Root d40bfa898d4b73b97b725aab1ae2d32ba6eec67f698b694429a1ce0d317491ec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,668
Size: 1.00 vMB
Total Fees: 0.01032316 BTC
Feerates: 100.56 > 1.03 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,640 (529,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
385,565 385,565 0000000000000000008b6c6e33361952ee87475d344c7a2fb6cfcca9f09512f2 225 0.13/1.00 vMB 24
385,564 385,564 00000000000000000885ee4ae7392320ebe367a551e61738ec9ce3d95bb769c1 668 0.34/1.00 vMB 28
385,563 385,563 00000000000000000127abbe11d423b079d3ea4180bc85a1ac2c6eb859b84b39 1,416 0.66/1.00 vMB 31
385,562 385,562 000000000000000008ee451247cbe2ce7d9a992ac1e3d70eeca7a9dd81dc48e1 1,205 0.54/1.00 vMB 35
385,561 385,561 00000000000000000ce5de5d7bc981c3f2601a4f993f8c5e546a219cae150872 316 0.24/1.00 vMB 18
385,560 385,560 00000000000000000a7c172af5eb5a06d7238b50cac99e5463ee3b2aa100751f 1,270 0.76/1.00 vMB 26
385,559 385,559 000000000000000007e181006dd39eaadfd698c9dfce7f4aca5c8571193bb320 1,271 0.97/1.00 vMB 20
385,558 385,558 00000000000000000150a3dbf0afe2d8d3c7a8f7f372b7ca60db1195d7e43475 2 0.00/1.00 vMB 0
385,557 385,557 00000000000000000e2c9bb4ab37112e6f3cd028284513281ecdd9c8566623e3 1,927 0.90/1.00 vMB 31
385,556 385,556 0000000000000000002b626245b77a6db4951123ef54201f04f01097c749ce64 316 0.38/1.00 vMB 14
385,555 385,555 00000000000000000f0b72bdc65b8734b6d2e8b7ca4ff5047b010e45fd43fa67 1,510 0.95/1.00 vMB 28
385,554 385,554 00000000000000000b49f98fadb926a7b8001d88a3e930459258f5121b8402ef 1,941 0.95/1.00 vMB 31
385,553 385,553 000000000000000003dd13ef2f683c3d1c58d11cad4d377afc51561c27f97c0b 1,616 0.93/1.00 vMB 23
385,552 385,552 000000000000000003a919c89486369edf03d85ec6cf30b3e2511aa7592914bb 1,836 0.75/1.00 vMB 37
385,551 385,551 000000000000000004d5553c8bf1fe81899098803d12b88b9eaba0eb6da16915 2,937 0.95/1.00 vMB 52
385,550 385,550 000000000000000005f26b09a1639b6a33b0d11e13d2aa119012978e1c5fe29f 264 0.24/1.00 vMB 15
385,549 385,549 000000000000000004883c2897653e0d5e232dac298fa920d923239352bc0bfb 1,241 0.62/1.00 vMB 31
385,548 385,548 00000000000000000a210b5d6eab1997d822a2c9a86e18f98a48452a3b962917 1,226 0.52/1.00 vMB 35
385,547 385,547 0000000000000000026e0822da53c10b74fab153d1101dd083bce96c36b5d4ae 362 0.24/1.00 vMB 21
385,546 385,546 00000000000000000ad2a035c02b4c89b896ea334708750e0ac0df08f0728d9c 741 0.63/1.00 vMB 20
385,545 385,545 000000000000000006b2eca16e12338406d20317cd9f73a4758cf34e79cdd4ae 722 0.31/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 781.75 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: 631.73 GB
    • Received: 12.08 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.