Loading Tool

Explorer IconExplorer

Memory Pool

38,655 transactions
31.83 vMB
0.09982107 BTC
Random Selection Loading Transactions
Max Size: 157.75/200 MB

Candidate Block

Mining Attempt d778f1228943bf3a2ba651118ea2a130b3e01da9990af8eaaa5f92e2190e696f
Version 20000000
Previous Block 00000000000000000000d6693abb5cc51c9745844ab64d16c61f5999a97d9406
Merkle Root 6c9c63a487b2c08fcbb8eee7b8fdb43869f8ede3e09553f8d2a2762cb3e1f2ed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,427
Size: 1.00 vMB
Total Fees: 0.03484284 BTC
Feerates: 179.53 > 3.49 > 0.50 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,328 (817,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
96,565 96,565 000000000007a640c2edb6ae81ba6714284def124bd88a797eee64373c0a5596 3 0.00/1.00 vMB 0
96,564 96,564 000000000000910f0d7270736a0cf6de12d19b0c33a234e7fe348071c0390746 2 0.00/1.00 vMB 0
96,563 96,563 0000000000062280c4afe191de093940f7106c6d001442b0c5fdf63457bfc48b 1 0.00/1.00 vMB 0
96,562 96,562 000000000003aa8d960d79e2d45bb7680a32a03e8852be6d4e644ab5934c6c6a 2 0.00/1.00 vMB 0
96,561 96,561 00000000000453d81028f25d07c69129d54e61059149f9de60c7f663b75f86cf 1 0.00/1.00 vMB 0
96,560 96,560 000000000003a7486cecb653c459099a0935366bd6a058e11e29f71dc30f43af 1 0.00/1.00 vMB 0
96,559 96,559 0000000000075b9753ed3857c81a4a91a78e38143739c5fc17e881a4a935cb64 3 0.00/1.00 vMB 0
96,558 96,558 00000000000310b5bee4597e1fb907b5fda4d415b36fe591688dabf8ae839295 1 0.00/1.00 vMB 0
96,557 96,557 000000000005a13948166fb936c4c2a7334d77358ef044ef2b43c9e7eba8917c 1 0.00/1.00 vMB 0
96,556 96,556 0000000000076edd6d221d85533ce4bea1a2ff01c03ddd0898dd760a308a78cd 1 0.00/1.00 vMB 0
96,555 96,555 00000000000118c566b2e2d5a0b387b56f75ff41839052443d6895b05994c374 1 0.00/1.00 vMB 0
96,554 96,554 0000000000026b687af0882962e1b10b38cf91324bd2a2cffb1604f552a0cbc2 1 0.00/1.00 vMB 0
96,553 96,553 000000000001cf927bfca31387b3c63ac9233c780e57c809b8b43321b8586c56 2 0.00/1.00 vMB 0
96,552 96,552 00000000000291411a2d723ef965a82250a178593c42e0c4725542321cd3b5cc 1 0.00/1.00 vMB 0
96,551 96,551 000000000001d4b6c4de194806b685854a43ee079db00c2d9935d183e6d8ade5 1 0.00/1.00 vMB 0
96,550 96,550 000000000006b554b6272ebb29a95d65f31894ed43ae6f1666fc2432ad69b69d 2 0.00/1.00 vMB 0
96,549 96,549 00000000000811f15d844254f02dae05ea1ced64c9172bf409028dc47eff6d29 1 0.00/1.00 vMB 0
96,548 96,548 00000000000727f7923d1ad207d80a5ae7bda509317b38f3e00ceb3ef0e14314 1 0.00/1.00 vMB 0
96,547 96,547 00000000000073a9adba01e28585c37b1e8a3f9cbc871c5156e17e924d844a7a 1 0.00/1.00 vMB 0
96,546 96,546 000000000006a605fed6cea1ad1411c2a8f229bdb9b83b54f397ef400e551433 4 0.00/1.00 vMB 1,453
96,545 96,545 0000000000054b5f384f12c273bd0e12fb62b7fa6391f25d6456b92d05550557 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.18 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: 582.86 GB
    • Received: 9.30 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.