Loading Tool

Explorer IconExplorer

Memory Pool

38,491 transactions
28.43 vMB
0.06586714 BTC
Random Selection Loading Transactions
Max Size: 143.94/200 MB

Candidate Block

Mining Attempt cbe5b05c9b0939316f8401ef30c63c080e4b603541a0c6785f34ffbe388b9fcf
Version 20000000
Previous Block 0000000000000000000076a02aa3b78503c1c5cc0e5e4886180a750ab7c93972
Merkle Root f7af5d41e5deb6387985a36200136c196ee4c9d9d9ceab6c1d63cb3a3d458575
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,548
Size: 1.00 vMB
Total Fees: 0.01102868 BTC
Feerates: 105.82 > 1.11 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,556 (814,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
99,645 99,645 000000000000bca7881ad19b3b75c6e4be0fa5c48cae1d5ae8ff927562c36552 1 0.00/1.00 vMB 0
99,644 99,644 000000000003ad9d0e85608c68a7abba04aa60157903c2a699d7d46fc33f4a35 3 0.00/1.00 vMB 0
99,643 99,643 00000000000448af653642da67964cc2d02d1c741b30a498d7ca0b9575b1cc3f 4 0.00/1.00 vMB 0
99,642 99,642 000000000002c53dc7e90469557272058ea4163e040ff61bcf9610275fba7b9d 4 0.00/1.00 vMB 0
99,641 99,641 000000000000cfca86059c38805bc7b9fc7d6d374d19f77f5241738a560b6c40 4 0.01/1.00 vMB 0
99,640 99,640 0000000000038a7e4250755790b4640a27bee09c80bc60a07be963a95876fa59 2 0.00/1.00 vMB 0
99,639 99,639 000000000000a3985ef46fea94dc729fe779d2dfe1a46bff0194b6b4384fa614 5 0.00/1.00 vMB 0
99,638 99,638 0000000000020cda836d6b48cb821f19b1b222d1a2eff7f0a2d42512c67ab502 2 0.00/1.00 vMB 0
99,637 99,637 000000000003cba404a94f9831b3b7964dfff7a66d0626f51fe015afd1a35caa 7 0.00/1.00 vMB 0
99,636 99,636 0000000000027217f20e77c4aeafc75a15a2ad9f3282a3cf7f928a0ea91ab754 1 0.00/1.00 vMB 0
99,635 99,635 0000000000036a670487afb6205715472e2b121d1933aba0fd98097dcc1e0bff 2 0.00/1.00 vMB 0
99,634 99,634 00000000000350d492ae921adb12e6d2a350893dc07c5c62db1e726a66667232 1 0.00/1.00 vMB 0
99,633 99,633 00000000000269065f8a7fe6e0b62c97f2f2b7a4fe7b5b0083289f086b3ecc6e 1 0.00/1.00 vMB 0
99,632 99,632 000000000002acfbce61be1277b405f5275232e3348cb62bc4720415a48b19e9 2 0.00/1.00 vMB 0
99,631 99,631 000000000001a5c1a5779c0d10826818444e6e478643b4e9790b2e5afe39785f 3 0.00/1.00 vMB 0
99,630 99,630 00000000000095b0a3bec6ae8eadeb228deb36007d5ab1cf41d3989d1adfaf7c 1 0.00/1.00 vMB 0
99,629 99,629 000000000001da437004d416041b8fdfcdc602bd5251f4397295cba9b1b467d9 1 0.00/1.00 vMB 0
99,628 99,628 00000000000011e17d4d54ece7db0d9276d85dfb2d5179333b8d8033f2ba40a6 1 0.00/1.00 vMB 0
99,627 99,627 000000000000e6333cdde8205ff214cea908f72e452f1c8f6b02eee078e7a33a 2 0.00/1.00 vMB 0
99,626 99,626 000000000000d859b9fc61eab108791ddd44fa5aad303805e827774ad59c5c4c 4 0.00/1.00 vMB 0
99,625 99,625 0000000000047896114f7b1f88b25455cb99fd894bbb6ee26623d48c0ad34046 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.60 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: 623.58 GB
    • Received: 11.46 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.