Loading Tool

Explorer IconExplorer

Memory Pool

41,716 transactions
31.68 vMB
0.09184523 BTC
Random Selection Loading Transactions
Max Size: 158.86/200 MB

Candidate Block

Mining Attempt c92ed7f81f54b694ccf861a487348d5ea0a116de77ec09e2d07a1d5421ee6aba
Version 20000000
Previous Block 00000000000000000000a7f094557a1c08216b2fd5b94073a11ff2864e9b9455
Merkle Root 0b11332f06dd2bcc1e249b175b8ab86bcf46fcd7d8da9f44d5b957248309491f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,570
Size: 1.00 vMB
Total Fees: 0.02635976 BTC
Feerates: 401.97 > 2.64 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,565 (572,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
341,959 341,959 0000000000000000050f2862c106a0dafc5861c6dd83c9db537350b21a980b48 1,414 0.73/1.00 vMB 28
341,958 341,958 00000000000000000f8e1111afdf81f544d27fab503c69546fbacd9afa849912 1,038 0.77/1.00 vMB 18
341,957 341,957 000000000000000011d099a5373846b21031d2874c1396cf2ed1bd3e725895ae 1,680 0.75/1.00 vMB 30
341,956 341,956 0000000000000000066426596566428fcb867824f8dbb5396a63d773432d6ebb 939 0.43/1.00 vMB 28
341,955 341,955 000000000000000000f06ddfe76339f2d2755fcd474f99fd85dbe294a61b001d 421 0.24/1.00 vMB 26
341,954 341,954 00000000000000001160c53d1d3d50a3c0e7b82147d4f612b25e7d543e33453e 269 0.17/1.00 vMB 19
341,953 341,953 00000000000000000983f6e443122c91b89698f735735f86e6ce48ec601f7a62 267 0.22/1.00 vMB 19
341,952 341,952 00000000000000001a6548d9a88755a8c973717aa16bf08ce2b67d0f32859be8 177 0.11/1.00 vMB 16
341,951 341,951 000000000000000008d18ec652d23fc41d4a660df87178a30d456693f1f72b35 1,635 1.00/1.00 vMB 23
341,950 341,950 00000000000000000efcaa462d5226afc396ba1dc582dbfd04ff470d1ba210a3 1,163 0.75/1.00 vMB 23
341,949 341,949 00000000000000001184f33c28f97edf5b5920ceb46a16f436a71148aa9ae43f 342 0.38/1.00 vMB 11
341,948 341,948 000000000000000009f77adf99ff3a53a4137a76c7ecfa04bc73bc47bc6bc33d 1,005 0.75/1.00 vMB 15
341,947 341,947 0000000000000000082a63de4b7b0b72df86b274f660fd7fc37eaf7eaefb4375 62 0.07/1.00 vMB 9
341,946 341,946 0000000000000000016ec68a0fc3101da25b4834a2439f39d4042b940e6fcda0 880 0.75/1.00 vMB 19
341,945 341,945 00000000000000000f3d0feab87dbb6967c29d4b2563b83cf7dec10168b72fb5 1,904 0.75/1.00 vMB 32
341,944 341,944 00000000000000000270f9496e30b55d97d0debb954c17b020d0f4fca81f6145 2,268 1.00/1.00 vMB 30
341,943 341,943 000000000000000007508100b6d96c3e1d1016835db41a32532d53ebd0207039 460 0.25/1.00 vMB 24
341,942 341,942 00000000000000000da2404aedb62f4df34fad348e51d9f4b88238c78a468532 214 0.12/1.00 vMB 27
341,941 341,941 00000000000000000dac5e4177e3a1a4483ffca202b8c9360907a58fe6e6f2d5 105 0.04/1.00 vMB 19
341,940 341,940 0000000000000000113b8211bac2d0ddbdff45e89dfe1e897e64415ac7e8b6b2 1,571 0.73/1.00 vMB 29
341,939 341,939 00000000000000000f8e6b67e99c1a82d481e6d4ee7a27e83ffcf9b476a0f7d7 98 0.10/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 781.62 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: 624.85 GB
    • Received: 11.57 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.