Loading Tool

Explorer IconExplorer

Memory Pool

48,477 transactions
30.46 vMB
0.10509602 BTC
Random Selection Loading Transactions
Max Size: 162.31/200 MB

Candidate Block

Mining Attempt d92b8dd6ce17b7057c4730a6c3c9874291322fc1e712f10734ec3145655f42e1
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 81fb954d2c0f760939a907d93bab563cbe3717eb1e7eb7d12c37c39200b399f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,147
Size: 1.00 vMB
Total Fees: 0.04144922 BTC
Feerates: 150.97 > 4.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (645,149 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
269,703 269,703 0000000000000004d0a7a713a10edc0e10374cf7d59ae8793ffd81c7cc3b58d3 173 0.08/1.00 vMB 37
269,702 269,702 00000000000000012fa3cd498615175364d83cd17a18065d0b8a8e034f9d1e32 263 0.12/1.00 vMB 33
269,701 269,701 0000000000000005de24dc375b5ea0201dda651bdf3247ee5f8c0da8461a4b52 324 0.14/1.00 vMB 43
269,700 269,700 0000000000000001e2ab3c287f960b5e029d9878b78419d0136795b890be396f 178 0.09/1.00 vMB 38
269,699 269,699 0000000000000002b78e9c33c79c304376329d05e2b527baa8973adac0f2953f 389 0.18/1.00 vMB 36
269,698 269,698 0000000000000000db1d1860145ccb72cf082a6423c62cf88cd106a8ff81b84a 467 0.16/1.00 vMB 47
269,697 269,697 000000000000000737430954dc50d27d7666e54b2ae9b1fec5c52757d66ae502 191 0.09/1.00 vMB 51
269,696 269,696 000000000000000091219e42796301b77a5fcd0b4ef0ec80c92a3ea33a9c6873 87 0.05/1.00 vMB 61
269,695 269,695 0000000000000001462b13186c0134a63c9419b88bc20f63b14ca0c37f403f66 293 0.15/1.00 vMB 36
269,694 269,694 0000000000000001fe28061cdcc27e82ac0bc8aa170698246172c9b57adbf58c 836 0.42/1.00 vMB 49
269,693 269,693 0000000000000000eccae3f6a5fb31b62798e7627f5ac01f4a6ed22c89cd1851 752 0.23/1.00 vMB 294
269,692 269,692 0000000000000003286f0031997bf6ed770a71eebba7f9b4e107b3275ab55ac5 644 0.25/1.00 vMB 84
269,691 269,691 00000000000000063e8ab5a82ddcf8f15a5f982f1aec702c270005847cfafaf8 23 0.01/1.00 vMB 31
269,690 269,690 0000000000000006d0617ef9e24325b5dc8b37b73411ce8c22c0753afafd3dee 494 0.25/1.00 vMB 55
269,689 269,689 0000000000000004e8fb483a1f39c80f022b9cf7474d22355e6081abe6b1282a 182 0.18/1.00 vMB 16
269,688 269,688 000000000000000619f09b8ae7fde1a1d8aaa93f87d574f6e9d6b9a7f5d4cc99 772 0.25/1.00 vMB 123
269,687 269,687 0000000000000001e653a1d2949c35baa89348cf86f972b51a0aeeb1b5665cc4 134 0.15/1.00 vMB 18
269,686 269,686 0000000000000002304bbc6d97e6185f6cb73939b47e973ef72a0c3f50161c41 534 0.25/1.00 vMB 46
269,685 269,685 00000000000000080e243140c845c596a1b8182692a52b2a88e4998dff8174de 448 0.25/1.00 vMB 57
269,684 269,684 000000000000000520f958868d2bca066a9f87c345b9ed41d0459ebc87dcfe2e 47 0.02/1.00 vMB 60
269,683 269,683 0000000000000004e389a8aac16ae2c53131e1913b6e33002cf1526748581f6e 94 0.05/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.13 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: 652.39 GB
    • Received: 13.76 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.