Loading Tool

Explorer IconExplorer

Memory Pool

42,703 transactions
26.26 vMB
0.05207049 BTC
Random Selection Loading Transactions
Max Size: 137.97/200 MB

Candidate Block

Mining Attempt 7a332641d4cc202b6eea6cea3840443062e6021147cbe84ffa9d38d46431d1a1
Version 20000000
Previous Block 00000000000000000000de66d14147d0641e86d110cedc8b36235857d0e5e522
Merkle Root 9cad150698749e229b8d6fc8bd043f54b3d49608636f27a0fc8b43838f60a440
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,364
Size: 1.00 vMB
Total Fees: 0.00410938 BTC
Feerates: 40.21 > 0.41 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,748 (88,180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
826,568 826,568 00000000000000000003e7706348176dc3f365cefcde38bf8b8fe61820fa6683 4,386 1.00/1.00 vMB 48
826,567 826,567 00000000000000000001d2695e5d4ddd68a1cc7967833a513d81d54d6e8cde23 4,336 1.00/1.00 vMB 59
826,566 826,566 00000000000000000002f96b9ecda2e9682af915ed165db45b0185073f1829be 3,695 1.00/1.00 vMB 63
826,565 826,565 0000000000000000000388f9b935fbf1b5b48003fddeedd5980eff1f45fb39c9 4,018 1.00/1.00 vMB 41
826,564 826,564 00000000000000000002b042724d579f7a38d69011f946af122e52a66c52f6fd 3,873 1.00/1.00 vMB 59
826,563 826,563 00000000000000000001bb733a27f82c04dbe24d10edd3f1832de872a1cd3874 3,317 1.00/1.00 vMB 52
826,562 826,562 000000000000000000021f7c83c6ad2c12fac69b30ab62b22bc9f7c4ec1bce25 3,063 1.00/1.00 vMB 53
826,561 826,561 00000000000000000002229521a61ff53184d8a45131c2dafb06ead4e691e847 3,698 1.00/1.00 vMB 69
826,560 826,560 00000000000000000001e1885d28fef43a752607ec23602f04aa55002a693cd1 2,692 1.00/1.00 vMB 59
826,559 826,559 000000000000000000026ab1b5e445f9320cf2ec3dc6720b501877d4e0b40eff 3,782 1.00/1.00 vMB 82
826,558 826,558 00000000000000000002bb0623606b0cced1f539a1186dce79893725f93e984d 4,394 1.00/1.00 vMB 41
826,557 826,557 0000000000000000000297ed67b2dc31f7031d3cc2a0e71ef53176c8450de537 3,610 1.00/1.00 vMB 65
826,556 826,556 0000000000000000000026b2c8ac79cd86c400201cabe04d44528c518f868bbf 3,778 1.00/1.00 vMB 50
826,555 826,555 000000000000000000028d3590ffe80d7b68a4eb04caa18b3a2c4a44b13a03ec 3,397 1.00/1.00 vMB 36
826,554 826,554 00000000000000000001d75c5ee4cb4a21c4bbe03a022a5cd41095bc1396a890 4,369 1.00/1.00 vMB 36
826,553 826,553 0000000000000000000126e4a03fb6f99e442add823aab1bfe0b5637b49f9da7 4,760 1.00/1.00 vMB 44
826,552 826,552 000000000000000000008f8884e1ce88b66ad62558b949a5662a3a4e219f1de3 3,359 1.00/1.00 vMB 46
826,551 826,551 000000000000000000023cab4b283be9a0610c1b5903efdb3c0b1384aee05c6c 3,611 1.00/1.00 vMB 47
826,550 826,550 00000000000000000003af57904acc3564a0f71e4cec5f5154df6c58499ccc9b 3,054 1.00/1.00 vMB 48
826,549 826,549 00000000000000000001d7ca23863e7cc15ff22f3514731bd9c91aa0b5d7921d 3,323 1.00/1.00 vMB 41
826,548 826,548 00000000000000000000e32bcbbb6dbf06074a34c0da338f238f84b1586e1e98 3,741 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 781.94 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: 646.76 GB
    • Received: 12.88 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.