Loading Tool

Explorer IconExplorer

Memory Pool

83,006 transactions
31.82 vMB
0.11182962 BTC
Random Selection Loading Transactions
Max Size: 190.93/200 MB

Candidate Block

Mining Attempt 85848225b320efd3ebd6a33e2eb1d704b270fc1bebf7f5e934bd73ebfb7e56d0
Version 20000000
Previous Block 000000000000000000012e88459ade7b41276fe5cb0870cdd0274669d679f5b9
Merkle Root cc77c224290728ff46716d0919cd97f99161af7c0146b75f4806078c62526737
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,060
Size: 1.00 vMB
Total Fees: 0.02797914 BTC
Feerates: 344.14 > 2.80 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,378 (789,524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,854 125,854 00000000000003b0d2994baf7b4bb01dd409955e3e7ea589abf419c9e04a4e91 3 0.00/1.00 vMB 0
125,853 125,853 0000000000001458a277681b1776add36e8bdb199899c6e6c87c48f6f7d9c312 33 0.01/1.00 vMB 1,736
125,852 125,852 00000000000006cdec6dcbbeb19b7810a445d971959f065eb460271cdd8ff3a9 11 0.01/1.00 vMB 380
125,851 125,851 0000000000003930f8f2e46eb38d515ab2067c81ab7c284495d1a7b1a2b69553 12 0.00/1.00 vMB 346
125,850 125,850 000000000000351f9effb532c375b567a52d5c91ecf78cf86a458940c77c9632 18 0.01/1.00 vMB 1,442
125,849 125,849 0000000000003b6db9c22fa7543ffa19b71c2decb4288629ec1dc54da9755d6f 6 0.00/1.00 vMB 1,551
125,848 125,848 0000000000003fef8f8743bc13d571cfff114d9045d468fc0ca45a4bf2056e24 30 0.01/1.00 vMB 202
125,847 125,847 0000000000002d520487b9e9aeb5f4271cb8cf4fdb16938b06421c2239f4ae89 10 0.01/1.00 vMB 1,490
125,846 125,846 000000000000333ac38eeb3622aa0621a39c29d327235f190e3df471a149748e 97 0.04/1.00 vMB 347
125,845 125,845 00000000000007d1828a8c926a181d1047f4b8984c577d8f4db0f77c3197eddc 13 0.00/1.00 vMB 1,269
125,844 125,844 0000000000000d2a88492a19d4a3ad1f6d9db477830a5da584a0bc10555e1f9a 34 0.02/1.00 vMB 5,199
125,843 125,843 0000000000000df34cd47de01cfc68c1cfa1d5b385ae5b7c283cfe031f599ffc 16 0.00/1.00 vMB 454
125,842 125,842 0000000000001070d4d587b3ba80e1d3a5eeb3641bb3684d5a28449a652e55cf 10 0.00/1.00 vMB 1,556
125,841 125,841 00000000000014ad93b5d704a11a86e01660753826da53ebe4fae3b49955da1c 13 0.00/1.00 vMB 998
125,840 125,840 00000000000002a5c0aa4beb4e73c75414cd327e23ab32b80eae552f50adb05b 7 0.00/1.00 vMB 440
125,839 125,839 0000000000000fe82eac576179d0a5639db133d0ef1063a09e469b570e6d81eb 48 0.03/1.00 vMB 308
125,838 125,838 00000000000029bce6643261bdabb57abf89fe443b5e77e6b60fbfd6d31f0b0f 17 0.01/1.00 vMB 1,316
125,837 125,837 00000000000027aab5c331faea6e31cb6bb250f957d003d3b245bf0bb43bb992 24 0.01/1.00 vMB 935
125,836 125,836 0000000000003c3aa9629433af1fddddab3443e9f48b38c55be50cd023485651 8 0.00/1.00 vMB 1,615
125,835 125,835 0000000000003a589ab7fabf5aa4e4f12d27465019d3867b1710740aac3a8e32 90 0.03/1.00 vMB 152
125,834 125,834 00000000000020d817db226a75c6e902f9b3bdfc70464214a5460913b3372b86 33 0.02/1.00 vMB 496
Previous 10 blocks ↓
Total Size: 783.05 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: 720.53 GB
    • Received: 18.18 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.